perl: Convert metadata access into a method.
[jackhill/mal.git] / perl / types.pm
2019-07-25 Ben Harrisperl: Convert metadata access into a method.
2019-07-25 Ben Harrisperl: Support (and use) '&{}' overloading on Function...
2019-07-25 Ben Harrisperl: Avoid using "ref" to check the type of objects...
2019-07-25 Ben Harrisperl: Take advantage of the overload of '@{}' on Sequences.
2019-07-25 Ben Harrisperl: Overload '@{}' on mal sequences and thus remove...
2019-07-25 Ben Harrisperl: Factor out common features of Vectors and Lists...
2018-06-24 Joel MartinMerge pull request #319 from chr15m/refactor-php-web...
2018-01-04 Joel MartinMerge pull request #310 from bendudson/master
2017-11-02 Joel MartinMerge pull request #306 from kanaka/add-predicates
2017-10-11 Vasilij Schneidermannjs, lua, perl, python, racket: Add number?, fn?, macro?
2016-03-20 Chris M MooreUpdate from master
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
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?
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-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-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-01-09 Joel MartinAll: add keywords.
2015-01-07 Joel MartinAll: swap step9,A. Fixes for bash, C, perl.
2014-04-24 Joel MartinMerge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'
2014-04-24 Joel MartinPerl: add vector, hash-map, metadata, atom support...
2014-04-23 Joel MartinPerl: add stepA_more.
2014-04-22 Joel MartinPerl: step8_macros
2014-04-22 Joel MartinPerl: add step5_tco
2014-04-21 Joel MartinPerl: add step4_if_fn_do
2014-04-21 Joel MartinPerl: add step2_eval.
2014-04-19 Joel MartinPerl: add step1_read_print, types.