aboutsummaryrefslogtreecommitdiff
path: root/perl
AgeCommit message (Collapse)Author
2015-03-07All step0: add test, fix bugs, remove step0 eval.Joel Martin
2015-02-28All: rename stepA_interop to stepA_malJoel Martin
Also, add missed postscript interop tests.
2015-01-09All: add keywords.Joel Martin
Also, fix nth and count to match cloure.
2015-01-06All: swap step9,A. Fixes for bash, C, perl.Joel Martin
step9_interop -> stepA_interop stepA_more -> step9_try C: fix glib headers bash: behavior change of declare -A and pattern replacement. perl: squelch new 5.18 warnings related to switch/given statement. Also, include some in-progress interop related files.
2014-05-10Perl: include from same directory.Joel Martin
2014-04-23Perl: add Makefile and time-ms for perf tests.Joel Martin
2014-04-23Perl: line edit history.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
- Changes all collections to be one level of inderection where the top level is always a hash containing 'meta' and 'val'.
2014-04-23Perl: add step9_interop testJoel Martin
2014-04-22Perl: add stepA_more.Joel Martin
2014-04-21Perl: add step9_interop with type conversion.Joel Martin
2014-04-21Perl: step8_macrosJoel Martin
- Fixes to core.pl: concat - Fixes to types.pl: _symbol_Q, Function apply
2014-04-21Perl: add step7_quoteJoel Martin
2014-04-21Perl: step6_fileJoel Martin
2014-04-21Perl: add step5_tcoJoel Martin
- Make all warnings fatal/exceptions.
2014-04-20Perl: add step4_if_fn_doJoel Martin
- Move string/printing tests to the bottom of tests/step4_if_fn_do
2014-04-20Perl: add step3_envJoel Martin
2014-04-20Perl: add step2_eval.Joel Martin
2014-04-19Perl: add step1_read_print, types.Joel Martin
2014-04-19Perl: add readline interface and step0_replJoel Martin