Implement step 1
[jackhill/mal.git] / ps /
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-04-04 Joel MartinMerge pull request #195 from wasamasa/bugfix-empty...
2016-04-04 Dov MurikMerge pull request #5 from zmower/literal-empty-list
2016-04-03 Dov MurikMerge pull request #4 from kanaka/issue194-literal...
2016-04-02 Joel MartinFix empty list eval in step2 for most languages.
2016-03-31 Joel MartinMerge pull request #197 from dubek/postscript-interop
2016-03-30 Dov Murikps: Fix ps* interop
2016-03-30 Dov Murikps: Fix exception on literal empty list
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-04 Joel MartinMerge pull request #181 from wasamasa/fix-typos
2016-03-02 Joel MartinMerge branch 'wasamasa-elisp'
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-27 Joel MartinMerge pull request #178 from dubek/fix-negative
2016-02-27 Joel MartinMerge remote-tracking branch 'dubek/fix-negative' into...
2016-02-27 Joel Martinps: fix negative and 0 number printing
2016-02-27 Dov Murikps: fix printing of number zero
2016-02-26 Dov Murikps: fix negative numbers handling
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
2016-02-24 Joel MartinDist/packaging for most impls. erlang, racket *ARGV...
2016-02-24 Joel MartinAdd dist targets to most implementations.
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-15 Joel Martinps, python: fix keyword? on empty string.
2016-02-11 Joel Martinmake, ps, ruby: add seq/string?
2016-02-04 Joel MartinMerge pull request #158 from dubek/first-rest-nil
2016-02-04 Dov Murikfactor, go, guile, miniMAL, ps: Fix (first nil) and...
2016-01-29 Joel MartinMerge pull request #156 from omarrayward/explain-regexp...
2016-01-26 Joel MartinMerge branch 'Haxe'
2016-01-26 Joel MartinMerge pull request #146 from dubek/fix-macro-eval
2016-01-26 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 12 implemen...
2016-01-22 Dov Murikd, nim, ps, tcl, vimscript: fix macro result evaluation
2015-11-19 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-11-18 Joel MartinMerge pull request #115 from dubek/fix-ps-hash-equal
2015-11-18 Dov Murikps: fix hash-map equality
2015-10-31 Joel MartinAll: fix read/print of \\, and \n
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-13 Joel Martinps: fix self-host and runtest.py parsing issue.
2015-10-06 Joel MartinTravis: add java, php, ps.
2015-03-27 Peter StephensMerge branch 'master' of https://github.com/kanaka...
2015-03-19 Nala GinrutMerge branch 'master' of github.com:kanaka/mal into...
2015-03-18 Joel Martinruntest: set pty size to fix readline of long lines.
2015-03-05 Peter StephensMerge branch 'master' into fsharp
2015-03-04 Joel MartinMerge pull request #20 from def-/master
2015-03-01 Miki TebekaMerge branch 'master' of https://github.com/kanaka/mal
2015-02-28 Joel MartinMerge branch 'ruby1.9' of https://github.com/elektronau...
2015-02-28 Joel MartinMerge pull request #15 from joelpickup/master
2015-02-28 Joel MartinMerge pull request #14 from anton-trunov/guide-small-fix
2015-02-28 Joel MartinMerge pull request #13 from euc/patch-1
2015-02-28 Joel MartinMerge pull request #11 from treeform/patch-1
2015-02-28 Joel MartinAll: rename stepA_interop to stepA_mal
2015-02-28 Joel MartinMultiple: interop enhancements.
2015-01-09 Joel MartinMisc cleanup. Move *host-language* to stepA.
2015-01-09 Joel MartinAll: add keywords.
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
2014-05-10 Joel MartinPS: include/run from same directory.
2014-04-24 Joel MartinMerge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'
2014-04-24 Joel MartinAll: TCO let* and quasiquote.
2014-04-19 Joel MartinAll: *ARGV* and *host-language*. Misc syncing/fixes.
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-16 Joel MartinPS: fix concat with no args and conj.
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-11 Joel MartinAdd stats-lisp target (only env, core, stepA)
2014-04-10 Joel MartinFix metadata on functions.
2014-04-06 Joel MartinPS: fix string escaping. Passes all tests.
2014-04-06 Joel MartinPS: add vector, hash-map, atoms and metadata.
2014-04-03 Joel MartinAll: split types into types, env, printer, core.
2014-04-02 Joel MartinPS: add stepA_more.
2014-04-02 Joel MartinPS: add step9_interop: (ps* str)
2014-04-01 Joel MartinPS: add step8_macros.
2014-03-31 Joel MartinPS: add step7_quote
2014-03-30 Joel MartinPS: add ste6_file.
2014-03-29 Joel MartinPS: add step5_tco.
2014-03-29 Joel MartinPS: fix string length calc for printing integers.
2014-03-29 Joel MartinPS: add step4_if_fn_do
2014-03-29 Joel MartinPS: error handling, throw, print excpetions without...
2014-03-29 Joel MartinPS: add step3_env
2014-03-29 Joel MartinPS: step2_eval
2014-03-29 Joel MartinPS: minimal step1_read_print
2014-03-29 Joel MartinUpdate README.md and TODO. Minor PS update.
2014-03-26 Joel MartinPS: add notes for running postscript.
2014-03-25 Joel MartinPostscript: step0_repl.ps