aboutsummaryrefslogtreecommitdiff
path: root/perl/types.pm
AgeCommit message (Collapse)Author
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-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-22Perl: add stepA_more.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 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 step2_eval.Joel Martin
2014-04-19Perl: add step1_read_print, types.Joel Martin