Macro expansion working properly.
[scheme.forth.jl.git] / src / scheme-library.scm
2017-06-19 Tim VaughanMacro expansion working properly.
2017-05-31 Tim VaughanImplemented let*
2017-04-29 Tim VaughanSolved hygiene problem, MCE runs (VERY slowly)
2017-04-28 Tim VaughanImproved let macro hygiene.
2017-04-23 Tim VaughanDebugging MCE.
2017-04-02 Tim VaughanStarted porting metacircular evaluator from SICP.
2017-03-01 Tim VaughanAdded some port and string primitives.
2017-02-26 Tim VaughanImproved string parser, added license.
2017-01-15 Tim VaughanPrimitive ratnum operations implemented.
2016-12-16 Tim VaughanCan now make it through first chapter of SICP.
2016-12-16 Tim VaughanAdded hacky fixnum division op.
2016-12-16 Tim VaughanFleshing out numerical library.
2016-12-03 Tim VaughanAdded NOT and fixed PROCEDURE?
2016-11-13 Tim VaughanRedefined numeric procs in terms of fixnum prims.
2016-11-07 Tim VaughanMoved source to src directory.