aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-06go: add step8_macrosJoel Martin
2014-10-06go: add step7_quoteJoel Martin
2014-10-06go: add step6_fileJoel Martin
2014-10-06go: add step5_tco. Refactor env.Joel Martin
2014-10-06go: add step4_if_fn_doJoel Martin
2014-10-04go: add step3_envJoel Martin
2014-10-04go: step2_eval vector/hash-map in eval_astJoel Martin
2014-10-04go: step2_eval basic functionalityJoel Martin
2014-10-04go: step1_read_print vectors and hash-mapsJoel Martin
2014-10-04go: step1_read_print print working.Joel Martin
2014-10-04go: reading of atoms and lists.Joel Martin
2014-10-04step0_repl.go: strip newline from input.Joel Martin
2014-10-04docs/step_notes.txt: add step0_repl details.Joel Martin
2014-10-04go: step0_replJoel Martin
2014-05-10TODO: misc updatesJoel Martin
2014-05-10PS: include/run from same directory.Joel Martin
2014-05-10Perl: include from same directory.Joel Martin
2014-05-10Java, Make: return nil from core readline function on EOF.Joel Martin
2014-05-10Bash: correctly treat commas as whitespace.Joel Martin
2014-05-10Makefile: exclude test^mal^step0Joel Martin
2014-04-27README.md: add linke to online demo.Joel Martin
2014-04-27Add step5/9 tests for impls that support it.Joel Martin
2014-04-27JS: add localStorage history load/save. Slurp using sync XHR.Joel Martin
2014-04-26JS web: use/import to Himera style web REPL.Joel Martin
2014-04-26JS: switch from josh.js console to jqconsole.Joel Martin
2014-04-23README: fix c# header, specify perl 5.8Joel Martin
2014-04-23README: instructions on running tests.Joel Martin
2014-04-23Perl: add Makefile and time-ms for perf tests.Joel Martin
2014-04-23JS: Fix internal tests.Joel Martin
2014-04-23Perl: line edit history.Joel Martin
2014-04-23Merge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'Joel Martin
2014-04-23All: TCO let* and quasiquote.Joel Martin
2014-04-23Perl: add vector, hash-map, metadata, atom support. TCO let*Joel Martin
2014-04-23Perl: add step9_interop testJoel Martin
2014-04-22Perl: add stepA_more.Joel Martin
2014-04-22Automatically install node modules if the directory doesn't exist.Wes Brown
2014-04-22Correct issue where readline bombs out if there's no existing history file.Wes Brown
2014-04-21Perl: add step9_interop with type conversion.Joel Martin
2014-04-21Perl: step8_macrosJoel Martin
2014-04-21Perl: add step7_quoteJoel Martin
2014-04-21Perl: step6_fileJoel Martin
2014-04-21Perl: add step5_tcoJoel Martin
2014-04-20Perl: add step4_if_fn_doJoel Martin
2014-04-20Perl: add step3_envJoel Martin
2014-04-20Perl: add step2_eval.Joel Martin
2014-04-19Tests: move optional features to end and print header.Joel Martin
2014-04-19Perl: add step1_read_print, types.Joel Martin
2014-04-19Perl: add readline interface and step0_replJoel Martin
2014-04-19All: *ARGV* and *host-language*. Misc syncing/fixes.Joel Martin
2014-04-17Ruby,Python,C#: readline history fixes. Ruby include path.Joel Martin