GNU Mes is a Scheme interpreter and C compiler for bootstrapping the GNU System.
Go to file
Jan Nieuwenhuizen 07a5f716fc lalr paren test 2016-07-24 12:08:21 +02:00
bugs mes.c: refactor begin and closures. Fixes bugs/top.mes. 2016-07-24 00:01:31 +02:00
lib lalr paren test 2016-07-24 12:08:21 +02:00
.gitignore ADD .gitignore. 2016-10-18 22:43:23 +02:00
AUTHORS Add Guile version of John McCarthy's Maxwell Equations of Software. 2016-05-28 16:26:06 +02:00
COPYING Add Guile version of John McCarthy's Maxwell Equations of Software. 2016-05-28 16:26:06 +02:00
GNUmakefile lalr paren test 2016-07-24 12:08:21 +02:00
HACKING Update documentation, remove old bug files, move bugs into bugs/. 2016-07-22 22:12:05 +02:00
README Add Guile version of John McCarthy's Maxwell Equations of Software. 2016-05-28 16:26:06 +02:00
TODO trying to get records up....WIP 2016-07-23 14:39:33 +02:00
loop2.mes mes.c: move define, define-macro into begin_env, remove loop. fixes inner defines. 2016-07-16 22:43:13 +02:00
macro.mes mes.c: store actual environment with closures. 2016-07-22 12:23:23 +02:00
mes.c mes.c: grok #\tab. 2016-07-24 12:06:05 +02:00
mes.mes add scheme apply, rename apply-> apply_env. 2016-07-16 08:17:56 +02:00
mes.scm add scheme apply, rename apply-> apply_env. 2016-07-16 08:17:56 +02:00
mes.test mes.c: add new macro type, junk *macro* hack. 2016-07-22 17:13:51 +02:00
paren.scm lalr paren test 2016-07-24 12:08:21 +02:00
record.mes srfi-9 records! 2016-07-24 00:14:40 +02:00
scm.mes lalr paren test 2016-07-24 12:08:21 +02:00
syntax.mes srfi-9 records! 2016-07-24 00:14:40 +02:00
test.mes lalr paren test 2016-07-24 12:08:21 +02:00

README

Mes -- Maxwell Equations of Software

Mes is inspired by The Maxwell Equations of Software -- John McCarthy page 13
http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf

Its aim is to have GuixSD boostrap from a minimal trusted binary into
Scheme.  The strategy is to use OrianJs self-hosting hex assembler to
write a minimal LISP called MES to bootstrap a full fledged Scheme,
written in MES.

Mes is free software, it is distributed unde the terms of the GNU
General Public Licence version 3 or later.  See the file COPYING.