jackhill/mal.git
2015-09-07 ekmartinAdd map core functions, step 1 to 9 passing
2015-09-07 ekmartinAdd evaluating of hash-maps to steps 2 - 9
2015-09-07 ekmartinAdd reading and printing of hash-maps
2015-09-07 ekmartinAdd support for vectors in all steps
2015-09-07 ekmartinFix keyword representation and add more core functions
2015-09-07 ekmartinAdd apply, symbol? nil? true? and false?
2015-09-07 ekmartinAdd try*/catch and map
2015-09-07 ekmartinAdd support for nth, first, rest, cond, or and macroexpand
2015-09-06 ekmartinAdd support for defmacro!
2015-09-06 ekmartinRely more on Kernel.inspect for printing
2015-09-06 ekmartinAdd quote and quasiquote support
2015-09-06 ekmartinAdd cons and concat to core
2015-09-06 ekmartinAdd support for load-file, eval and *ARGV*
2015-09-06 ekmartinExit with code 0 on EOF
2015-09-06 ekmartinAdd read-string and slurp
2015-09-06 ekmartinMake sure eval of do is in tail position and skip step 5
2015-09-05 ekmartinUse print_readably correctly for lists
2015-09-05 ekmartinAdd support for variable length arguments
2015-09-05 ekmartinAdd not and printing functions
2015-09-05 ekmartinImplement core functions
2015-09-05 ekmartinPass args to namespace as a list
2015-09-05 ekmartinAdd support for fn*
2015-09-05 ekmartinAdd if support
2015-09-05 ekmartinAdd do support
2015-09-05 ekmartinSupport multiple let* binding clauses
2015-09-05 ekmartinImplement basic let* functionality (one pair)
2015-09-05 ekmartinAdd support for def!
2015-09-04 ekmartinStep 2 using agent as env
2015-09-04 ekmartinFinish step 2, no optional functionality
2015-09-04 ekmartinUse throw/catch for cleaner code
2015-09-04 ekmartinAdd support for deref and meta
2015-09-04 ekmartinAdd print_readably
2015-09-03 ekmartinAdd reader support for all quote types
2015-09-03 ekmartinAdd read/print functionality up to quote (step 1)
2015-09-02 ekmartinAdd elixir step0
2015-08-26 Joel MartinMerge pull request #80 from kariya-mitsuru/add-gawk
2015-08-26 Mitsuru Kariyarename directory
2015-08-25 Mitsuru KariyaAdds GNU awk implementaion
2015-08-22 Joel MartinCoffee: update ffi dep to 1.3.x
2015-08-07 Joel Martinmal: add back conj definition.
2015-08-06 Joel MartinREADME.md: correct alpha ordering.
2015-08-06 Joel MartinREADME.md count to 38. JS and ES6 build fixes.
2015-08-05 Joel MartinES6: Symbols, remove semis, other simplifications.
2015-08-02 Joel MartinES6: all optionals and self-hosting.
2015-08-01 Joel MartinES6: add stepA basics.
2015-08-01 Joel MartinES6: add step8 and step9 basics.
2015-07-31 Joel MartinES6: add step6 and step7 basics.
2015-07-31 Joel MartinES6: step4 basics and step5.
2015-07-31 Joel MartinES6: add step2 and step3 basics.
2015-07-31 Joel MartinES6: step0 and step1 basics.
2015-07-23 Joel MartinC: fix history function with libedit-2
2015-07-22 Joel MartinMerge pull request #77 from kariya-mitsuru/fix-c#-argum...
2015-07-22 Joel MartinMerge pull request #76 from kariya-mitsuru/perl-improve...
2015-07-22 Joel MartinMerge pull request #79 from kariya-mitsuru/lua-improve...
2015-07-22 Joel MartinMerge pull request #78 from kariya-mitsuru/lua-add...
2015-07-22 Mitsuru Kariyalua: add meta support for builtin function
2015-07-22 Mitsuru Kariyalua: add conj
2015-07-21 Mitsuru KariyaC#: fix arguments handling
2015-07-21 Joel MartinMerge pull request #75 from kariya-mitsuru/fix-c-editli...
2015-07-21 Mitsuru Kariyaperl: add meta support for builtin function
2015-07-21 Mitsuru Kariyafix history function of C
2015-07-16 Joel MartinMerge pull request #74 from kariya-mitsuru/perl-conj
2015-07-16 Mitsuru Kariyaperl: add conj
2015-07-14 Joel MartinMerge pull request #73 from pstephens/fsharp
2015-07-06 Peter Stephensfsharp: Tweaked README.md blurb for F#.
2015-07-06 Peter Stephensfsharp: Added F# to the README.md
2015-07-06 Peter StephensMerge remote-tracking branch 'kanaka/master' into fsharp
2015-07-06 Peter Stephensfsharp: stepA: All self host tests now pass.
2015-07-05 Peter Stephensfsharp: stepA: Self host through step9. Added meta...
2015-07-04 Peter Stephensfsharp: stepA: Self host through step3. Need conj to...
2015-07-04 Peter Stephensfsharp: stepA: Self host through step2. Need atoms...
2015-07-03 Peter Stephensfsharp: step8: Implemented cond macro.
2015-07-03 Peter Stephensfsharp: step9: Implemented more core funcs.
2015-07-03 Peter Stephensfsharp: step9: Implemented try*/catch*/throw. Implement...
2015-07-03 Peter Stephensfsharp: step8: Implemented macros. Deferred cond becaus...
2015-07-03 Peter Stephensfsharp: eval 'sharded across the time dimension' for...
2015-07-03 Peter Stephensfsharp: eval 'shared across the time dimension' for...
2015-07-02 Peter Stephensfsharp: eval 'sharded across the time dimension' for...
2015-07-02 Peter Stephensfsharp: eval 'sharded across the time dimension' for...
2015-06-30 Peter Stephensfsharp: eval 'sharded across the time dimension' for...
2015-06-16 Joel MartinMakefile: add generic top-level impl build rule.
2015-06-11 Joel MartinREADME: add RPython and bump count to 36.
2015-06-11 Joel MartinRPython: replace asserts with conditionals.
2015-06-11 Joel MartinRPython: misc cleanup, step sync, stats target.
2015-06-11 Joel MartinRPython: self-hosting
2015-06-11 Joel MartinRPython: add vector and hash-map support.
2015-06-11 Joel MartinRPython: stepA basics. Makefile refactor.
2015-06-11 Joel MartinRPython: step9 basics.
2015-06-11 Joel MartinRPython: step8 basics.
2015-06-11 Joel MartinRPython: step7
2015-06-11 Joel MartinRPython: step6 basics.
2015-06-11 Joel MartinRPython: step5
2015-06-11 Joel MartinRPython: step4 basics.
2015-06-11 Joel MartinRPython: step3 basics.
2015-06-11 Joel MartinRPython: step2 basics.
2015-06-11 Joel MartinRPython: add keywords. Use unicode internally.
2015-06-11 Joel MartinRPython: step1 basics
2015-06-11 Joel MartinRPython: step0
2015-06-06 Joel MartinREADME: consistent alpha ordering of impls.
2015-06-06 Joel MartinFix formatting.
next