all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: paren--- via Guix-patches via <guix-patches@gnu.org>
To: 55187@debbugs.gnu.org
Subject: [bug#55187] Adding the Hare language
Date: Fri, 29 Apr 2022 16:06:45 +0000	[thread overview]
Message-ID: <35a41b8a48e63fa38293df8ca97ff4bd5f525d2d@disroot.org> (raw)

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.




                 reply	other threads:[~2022-04-29 16:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=35a41b8a48e63fa38293df8ca97ff4bd5f525d2d@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=55187@debbugs.gnu.org \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.