all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55187] Adding the Hare language
@ 2022-04-29 16:06 paren--- via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: paren--- via Guix-patches via @ 2022-04-29 16:06 UTC (permalink / raw)
  To: 55187

The Hare language has recently gone public: <https://harelang.org>. I have added the toolchain to Guix 'R Us, and I'm going to send it here once I've done everything I want to with it.

This is what I intend to send:
* package qbe
  * Hare compiles to QBE IL.
* package harec
  * The bootstrap compiler in C.
  * This will be replaced with harec2, written in Hare.
    * harec1 will still be maintained, so we will always have a bootstrap path for Hare!
* package hare
  * This is the build driver. It will also include harec2 once it's done.
* package hare-toolchain
  * This package propagates QBE, harec, and hare.
* package hare-compress
  * Compression library for Hare with flate and zlib support.
* package hare-png
  * A PNG loader.
* package hare-redis
  * Hare interfaces to Redis.
* package hare-xml
  * Parser for a subset of XML.
* package hare-rss
  * RSS feed library.
* package hare-atom
  * Atom feed library.
* package hare-scfg
  * Library for the 'simple configuration' format.
* package hare-linux
  * Extra support for unportable Linux kernel APIs.
* package hare-irc
  * An IRC library, obviously.
* build system hare-build-system
  * A make-based build system that sets $HAREFLAGS appropriately and depends on hare-toolchain.




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-29 16:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 16:06 [bug#55187] Adding the Hare language paren--- via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.