Implement step A
[jackhill/mal.git] / perl /
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 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-28 Dov Murikperl: 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-02 Vasilij SchneidermannMerge branch 'master' into elisp
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 MartinGeneric recursive rules for dist, stats, clean
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 MartinMerge pull request #172 from dubek/issue_166_sharps_cry...
2016-02-15 Dov Murikperl: add seq and string?
2016-02-04 Joel MartinMerge pull request #158 from dubek/first-rest-nil
2016-02-04 Dov Murikcoffee, es6, js, perl, python, ruby: Fix (first nil...
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-26 Dov Murikcrystal, elixir, erlang, factor, perl: fix macro result...
2016-01-23 Dov MurikAdd gensym and clean `or` macro to stepA of 13 implemen...
2015-12-28 Joel MartinMerge pull request #137 from ivern/kotlin
2015-11-19 Joel MartinMerge pull request #117 from ivern/kotlin
2015-11-19 Joel Martinperl: fix keys on hash-map in perl 5.20
2015-11-19 Javier Fernandez... Merge remote-tracking branch 'kanaka/master' into kotlin
2015-11-18 Joel MartinminiMAL, perl: add native 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-06 Joel MartinTravis: add C, C#, Go, Perl, PHP, and Ruby.
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-21 Mitsuru Kariyaperl: add meta support for builtin function
2015-07-16 Joel MartinMerge pull request #74 from kariya-mitsuru/perl-conj
2015-07-16 Mitsuru Kariyaperl: add conj
2015-03-17 Chris M MooreAda: merge to latest baseline
2015-03-17 Peter StephensMerge branch 'master' of https://github.com/kanaka...
2015-03-17 Joel MartinMerge pull request #45 from sdt/typofix-perl-clone
2015-03-17 Stephen ThirlwallFix typo in perl _clone()
2015-03-12 Joel MartinTests: add testing Dockerfile. Impl fixes.
2015-03-10 Joel MartinMerge pull request #35 from vi/fix_perl_hostlanguage_value
2015-03-10 Vitaly _Vi ShukelaFix *host-language* in Perl
2015-03-07 Joel MartinAll step0: add test, fix bugs, remove step0 eval.
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-01-09 Joel MartinAll: add keywords.
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
2014-05-10 Joel MartinPerl: include from same directory.
2014-04-24 Joel MartinPerl: add Makefile and time-ms for perf 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 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 MartinPerl: add step1_read_print, types.
2014-04-19 Joel MartinPerl: add readline interface and step0_repl