]> git.rkrishnan.org Git - sicp.git/history - src/sicp/metacircular2.rkt
Merge branch 'master' of github.com:vu3rdd/sicp
[sicp.git] / src / sicp / metacircular2.rkt
2012-05-27 Ramakrishnan Muthu... cleaner way for function application inside `eval'.
2012-01-18 Ramakrishnan Muthu... solution to 4.26
2012-01-02 Ramakrishnan Muthu... named let
2012-01-02 Ramakrishnan Muthu... additional check for let bindings
2012-01-02 Ramakrishnan Muthu... - More functions like =, >, < from underlying scheme
2012-01-02 Ramakrishnan Muthu... export all defined functions - for now. To be changed...
2012-01-01 Ramakrishnan Muthu... support for letrec
2011-12-31 Ramakrishnan Muthu... bug fix for let* to handle the body properly
2011-12-31 Ramakrishnan Muthu... support for internal definitions
2011-12-31 Ramakrishnan Muthu... let* added to the language
2011-12-31 Ramakrishnan Muthu... Meta circular evaluator using Racket's `match' form...