unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Jan Nieuwenhuizen <janneke@gnu.org>
To: info-gnu@gnu.org
Cc: guix-devel@gnu.org, rb-general@lists.reproducible-builds.org,
	guile-user@gnu.org, bootstrappable@freelists.org
Subject: GNU Mes 0.17 released [alpha]
Date: Fri, 10 Aug 2018 09:50:49 +0200	[thread overview]
Message-ID: <87tvo2slra.fsf@gnu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 4066 bytes --]

We are delighted to announce the release of GNU Mes 0.17, representing
64 commits over 6 weeks.

Mes is now an official GNU package and we have bootstrapped gcc-4.7.4
for x86-linux with a reduced binary seed (i.e., without regular toolchain).

Next targets:

 - upstream the x86 Mes bootstrap to GuixSD
 - create a x86_64 Mes C Lib, see if that is is enough to bootstrap x86_64
 - reduce the 1MB ASCII M1 seed to ~5000 LOC/~100KB of M2 source
 - create a plan for Geesh and Gash and use them to reduce the
   bootstrap binary dependencies
 - and/or otherwise reduce the bootstrap binary dependencies

Packages are available from Guix's wip-bootstrap branch.

* About

GNU Mes[0] aims to help create full source bootstrapping for GNU/Linux
distributions such as GuixSD[1] as part of the bootstrappable builds[2]
effort.

It consists of a mutual self-hosting Scheme interpreter written in
~5,000 LOC of simple C and a Nyacc-based C compiler written in Scheme.
This mes.c is being simplified[3] to be transpiled by M2-Planet[4].

The Scheme interpreter (mes.c) has a Garbage Collector, a library of
loadable Scheme modules-- notably Dominique Boucher's LALR[5],
Pre-R6RS portable syntax-case[6] with R7RS ellipsis, Matt Wette's
Nyacc[7] --and test suite just barely enough to support a simple REPL
and simple C-compiler: MesCC.

Mes+MesCC can compile an only lightly patched TinyCC[8] that is
self-hosting.  Using this tcc and the Mes C library we now have a
reduced-binary-seed bootstrap for the gnutools triplet: glibc-2.2.5,
binutils-2.20.1, gcc-4.7.4.

Mes is inspired by The Maxwell Equations of Software: LISP-1.5[9] --
John McCarthy page 13, GNU Guix's source/binary packaging transparency
and Jeremiah Orians's stage0[10] ~500 byte self-hosting hex assembler.

* Download

  git clone git://git.savannah.gnu.org/mes.git

  Here are the compressed sources and a GPG detached signature[*]:
    https://alpha.gnu.org/gnu/mes/mes-0.17.tar.gz
    https://alpha.gnu.org/gnu/mes/mes-0.17.tar.gz.sig

  Use a mirror for higher download bandwidth:
    https://www.gnu.org/order/ftp.html

  Here are the MD5 and SHA1 checksums:

  93ca82612e203fd667dfbdfb83c06549  mes-0.17.tar.gz
  d38ec93ab6dc2c92a5c5e96fef7f9295972772c2  mes-0.17.tar.gz

  [*] Use a .sig file to verify that the corresponding file (without the
  .sig suffix) is intact.  First, be sure to download both the .sig file
  and the corresponding tarball.  Then, run a command like this:

    gpg --verify mes-0.17.tar.gz.sig

  If that command fails because you don't have the required public key,
  then run this command to import it:

    gpg --keyserver keys.gnupg.net --recv-keys 1A858392E331EAFDB8C27FFBF3C1A0D9C1D65273

  and rerun the 'gpg --verify' command.

Mes runs from the source tree and can also be built, packaged and
installed in Guix[SD] from a git checkout by running

    guix package -f .guix.scm

* Get informed, get involved

    Join #bootstrappable on irc.freenode.net.

* Changes in 0.17 since 0.16.1
 ** Core
 *** GNU Mes is now an official GNU package.
 *** MesCC is now installed as a regular Guile package.
 *** Support --srcdir build.
 *** Support all standard GNU make targets.
 ** MesCC
 *** Mes C Lib now bootstraps glibc-2.2.5, binutils-2.20.1, gcc-4.7.4.
* Changes in 0.16.1 since 0.16
 ** Core
 *** Mes now builds out of the box on Debian buster/testing.
 *** Mes now comes with a generic build recipe: build-aux/setup-mes.sh.
 *** Mes now comes with INFO documentation.
 ** MesCC
 *** MesCC now exits if spawning BLOOD_ELF, M1, or HEX2 fails.

Greetings,
janneke

[0] https://www.gnu.org/software/mes
[1] https://www.gnu.org/software/guix
[2] http://bootstrappable.org
[3] https://github.com/oriansj/mes-m2
[4] https://github.com/oriansj/m2-planet
[5] https://github.com/schemeway/lalr-scm
[6] https://www.cs.indiana.edu/chezscheme/syntax-case/old-psyntax.html
[7] https://www.nongnu.org/nyacc
[8] https://gitlab.com/janneke/tinycc
[9] http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf
[10] https://github.com/oriansj/stage0

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

             reply	other threads:[~2018-08-10  7:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-10  7:50 Jan Nieuwenhuizen [this message]
2018-08-21 21:32 ` GNU Mes 0.17 released [alpha] Arne Babenhauserheide
2018-09-01 19:01   ` Pjotr Prins
2018-09-02 12:17   ` Amirouche Boubekki

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

  List information: https://www.gnu.org/software/guile/

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

  git send-email \
    --in-reply-to=87tvo2slra.fsf@gnu.org \
    --to=janneke@gnu.org \
    --cc=bootstrappable@freelists.org \
    --cc=guile-user@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=info-gnu@gnu.org \
    --cc=rb-general@lists.reproducible-builds.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).