chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-hackers] [PATCH] Finish up the chicken.load and chicken.eval mo


From: Peter Bex
Subject: [Chicken-hackers] [PATCH] Finish up the chicken.load and chicken.eval modules
Date: Mon, 4 Dec 2017 22:38:15 +0100
User-agent: NeoMutt/20170113 (1.7.2)

Hi all,

Attached is a relatively straightforward patch to move the initial
definitions of the standard scheme identifiers "load", "eval" and
"{null,interaction,report}-environment" to the scheme module in
library.scm, where they belong.

Of course, to keep the current modularisation of our code these
definitions are just stubs which get overwritten later with their
real implementations when the eval unit's toplevel is run.

This should finalize the chicken.load and chicken.eval modules, as
well as the scheme module.

Cheers,
Peter

Attachment: 0001-Move-defs-of-standard-Scheme-procedures-from-eval-un.patch
Description: Text Data

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]