actually compile start-stack to something useful
[bpt/guile.git] / module / language / scheme / translate.scm
2008-09-26 Andy Wingoactually compile start-stack to something useful
2008-09-25 Andy Wingocompile `delay' into `make-promise' with a thunk
2008-09-25 Andy Wingoa number of small compilation fixes
2008-09-25 Andy Wingocompile call/cc, yee ha
2008-09-18 Andy Wingolambda-lifting for (lambda () ...) as consumer of call...
2008-09-15 Andy Wingocompile call-with-values, woot!
2008-09-14 Andy Wingoadd special case for (apply values ...)
2008-09-14 Andy Wingoadd multiple values support to the vm
2008-09-14 Andy Wingolook up scheme translators by value, not by name
2008-09-13 Andy Wingorename tail-call to goto/args, add some more tail instr...
2008-09-13 Andy Wingo(define (foo ...) ...) actually gives the lambda a...
2008-09-09 Andy Wingouse #:keywords in module/*.scm, not :keywords
2008-09-07 Andy Wingotake procedure->memoizing-macro off of probation
2008-09-07 Andy Wingoallow multiple modules in one compilation unit
2008-09-02 Andy Wingodisable start-stack in compiled code
2008-09-02 Andy Wingofix nested quasiquotes (yeepers)
2008-08-26 Andy Wingomerge from guile master
2008-08-03 Andy WingoAdd docstring support
2008-08-03 Andy Wingofix recording of source locations
2008-08-02 Andy Wingoonly pass symbols to module-ref & c
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-25 Andy Wingoenable inlining; speed!
2008-05-20 Andy Wingoguile-vm is completely self-compiling now!
2008-05-19 Andy Wingofix immediate linkage, some other fixes to allow vm...
2008-05-19 Andy Wingocompile all of base/; some arbitrary changes; more...
2008-05-19 Andy Wingosyncase macros compiling!
2008-05-15 Andy Wingorudimentary syncase support; some dash symbol syncase...
2008-05-15 Andy Wingofix else in cond, letrec env corruption, syntax.scm...
2008-05-15 Andy Wingofix dumping of #:keywords
2008-05-15 Andy Wingoallow interpretation of load-toplevel as compile-toplevel
2008-05-14 Andy Wingorework eval-case handling to be like cl's eval-when
2008-05-14 Andy Wingofix macro compilation via hooking into eval-case
2008-05-14 Andy Wingo(void) -> (begin)
2008-05-14 Andy Wingoremove x.foo.bar -> (slot x 'foo 'bar) compile-time...
2008-05-11 Andy Wingofixes so that typing asdfadfasff in the repl doesn...
2008-05-11 Andy Wingoonly allow `define' at toplevel
2008-05-11 Andy Wingoremove define-private
2008-05-11 Andy Wingopmatchify a cond for prettiness
2008-05-04 Andy Wingofix errors in (language scheme translate) introduced...
2008-05-04 Andy WingoRefactor (language scheme translate) to use pmatch
2008-05-03 Andy Wingounify variant types and records; also make-foo instead...
2008-04-25 Ludovic CourtesSlowly improving support for macro compilation.
2008-04-25 Ludovic CourtesImproved macro handling; started documenting the issue.
2008-04-25 Ludovic CourtesAdded support for `defmacro' and `define-macro' in...
2008-04-25 Ludovic CourtesFixed error handling; detect and report macro expansion...
2008-04-25 Ludovic CourtesFixed a Scheme translation bug; cleaned compilation...
2001-04-22 Keisuke Nishida*** empty log message ***
2001-04-19 Keisuke Nishida*** empty log message ***
2001-04-16 Keisuke Nishida*** empty log message ***
2001-04-15 Keisuke Nishida*** empty log message ***