jackhill/mal.git
2015-01-09 Joel MartinR: add step8_macros and step9_try.
2015-01-09 Joel MartinR: add step6_file and step7_quote
2015-01-09 Joel MartinR: add step4_if_fn_do and step5_tco.
2015-01-09 Joel MartinR: step0-3, readline FFI.
2015-01-08 Joel MartinMerge pull request #2 from alandipert/master
2015-01-08 Alan Diperttiny typo fix
2015-01-08 Joel Martinrust: update README. Remove exp.rs compilation.
2015-01-07 Joel Martingo: add time-ms. Ruby: fix step9,A content.
2015-01-07 Joel Martinrust: fix quote/quasiquote of vectors.
2015-01-07 Joel Martinrust: add conj, stepA. Self-hosting!
2015-01-07 Joel Martinrust: add metadata support.
2015-01-07 Joel Martinrust: add atom support. Fix vector params.
2015-01-07 Joel Martinrust: core hash-map functions.
2015-01-07 Joel Martinrust: add step9_try. Refactor error handling.
2014-10-28 Joel Martinrust: add vector and hash-map support.
2015-01-07 Joel Martinrust: add step8_macros
2015-01-07 Joel Martinrust: add step7_quote. Refactor with type constructors.
2015-01-07 Joel Martinrust: add step6_file
2015-01-07 Joel Martinrust: add step5_tco
2015-01-07 Joel Martinrust: add step4_if_fn_do
2015-01-07 Joel MartinRust: add step3_env
2015-01-07 Joel Martinrust: add step2_eval.
2015-01-07 Joel MartinRust: step0_repl and step1_read_print
2015-01-07 Joel MartinDoc cleanup of step9/stepA swap.
2015-01-07 Joel MartinGo: add missing env.go
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
2015-01-07 Joel Martingo: update README. Backport Func usage.
2014-10-10 Joel Martingo: add metadata and atoms. HashMap dedicated type.
2014-10-10 Joel Martingo: add hash-map support.
2014-10-09 Joel Martingo: add readline.go that wraps libreadline/libedit
2014-10-09 Joel Martingo: add stepA_more. try* and more core functions.
2014-10-07 Joel Martingo: add step8_macros
2014-10-07 Joel Martingo: add step7_quote
2014-10-07 Joel Martingo: add step6_file
2014-10-07 Joel Martingo: add step5_tco. Refactor env.
2014-10-07 Joel Martingo: add step4_if_fn_do
2014-10-05 Joel Martingo: add step3_env
2014-10-05 Joel Martingo: step2_eval vector/hash-map in eval_ast
2014-10-05 Joel Martingo: step2_eval basic functionality
2014-10-05 Joel Martingo: step1_read_print vectors and hash-maps
2014-10-05 Joel Martingo: step1_read_print print working.
2014-10-05 Joel Martingo: reading of atoms and lists.
2014-10-05 Joel Martinstep0_repl.go: strip newline from input.
2014-10-04 Joel Martindocs/step_notes.txt: add step0_repl details.
2014-10-04 Joel Martingo: step0_repl
2014-05-10 Joel MartinTODO: misc updates
2014-05-10 Joel MartinPS: include/run from same directory.
2014-05-10 Joel MartinPerl: include from same directory.
2014-05-10 Joel MartinJava, Make: return nil from core readline function...
2014-05-10 Joel MartinBash: correctly treat commas as whitespace.
2014-05-10 Joel MartinMakefile: exclude test^mal^step0
2014-04-27 Joel MartinREADME.md: add linke to online demo.
2014-04-27 Joel MartinAdd step5/9 tests for impls that support it.
2014-04-27 Joel MartinJS: add localStorage history load/save. Slurp using...
2014-04-26 Joel MartinJS web: use/import to Himera style web REPL.
2014-04-26 Joel MartinJS: switch from josh.js console to jqconsole.
2014-04-24 Joel MartinREADME: fix c# header, specify perl 5.8
2014-04-24 Joel MartinREADME: instructions on running tests.
2014-04-24 Joel MartinPerl: add Makefile and time-ms for perf tests.
2014-04-24 Joel MartinJS: Fix internal tests.
2014-04-24 Joel MartinPerl: line edit history.
2014-04-24 Joel MartinMerge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'
2014-04-24 Joel MartinAll: TCO let* and quasiquote.
2014-04-24 Joel MartinPerl: add vector, hash-map, metadata, atom support...
2014-04-24 Joel MartinPerl: add step9_interop test
2014-04-23 Joel MartinPerl: add stepA_more.
2014-04-22 Wes BrownAutomatically install node modules if the directory...
2014-04-22 Wes BrownCorrect issue where readline bombs out if there's no...
2014-04-22 Joel MartinPerl: add step9_interop with type conversion.
2014-04-22 Joel MartinPerl: step8_macros
2014-04-22 Joel MartinPerl: add step7_quote
2014-04-22 Joel MartinPerl: step6_file
2014-04-22 Joel MartinPerl: add step5_tco
2014-04-21 Joel MartinPerl: add step4_if_fn_do
2014-04-21 Joel MartinPerl: add step3_env
2014-04-21 Joel MartinPerl: add step2_eval.
2014-04-19 Joel MartinTests: move optional features to end and print header.
2014-04-19 Joel MartinPerl: add step1_read_print, types.
2014-04-19 Joel MartinPerl: add readline interface and step0_repl
2014-04-19 Joel MartinAll: *ARGV* and *host-language*. Misc syncing/fixes.
2014-04-18 Joel MartinRuby,Python,C#: readline history fixes. Ruby include...
2014-04-18 Joel MartinAll: perf test, Makefile refactor, add *host-language*
2014-04-17 Joel MartinAll: move some fns to core. Major cleanup.
2014-04-17 Joel MartinPython: metadata on builtin funcs. Support python3.
2014-04-16 Joel MartinREADME: typo.
2014-04-16 Joel MartinRuby: remove debug. Update TODO.
2014-04-16 Joel MartinPS: fix concat with no args and conj.
2014-04-15 Joel MartinAll: fix get. All pass stepA tests.
2014-04-15 Joel MartinMal space cleanup. Ruby Makefile. TODO updates.
2014-04-15 Joel MartinPS: fix test invocation.
2014-04-15 Joel MartinPS: fix meta return value when obj has no meta
2014-04-15 Joel MartinPS: fix function closures. Self-hosted up to step7.
2014-04-13 Joel MartinJava, JS: cleanup and sync steps.
2014-04-13 Joel MartinRuby: fixes to enable self-hosting.
2014-04-13 Joel MartinRuby: add stepA_more and rest of core functions.
2014-04-11 Joel MartinRuby: add step9_interop
2014-04-11 Joel MartinRuby: add step8_macros
2014-04-11 Joel MartinRuby: add step7_quote
2014-04-11 Joel MartinRuby: add step6_file
2014-04-11 Joel MartinRuby: add step5_tco
next