Merge pull request #494 from alimpfard/master
[jackhill/mal.git] / perl / step4_if_fn_do.pl
2019-08-04 Joel MartinMerge pull request #439 from bjh21/bjh21-perl
2019-08-03 Ben Harrisperl: Rework 'do' to not use 'splice' and 'rest' methods.
2019-08-03 Ben Harrisperl: Replace $a1, $a2, and $a3 in EVAL with usefully...
2019-07-31 Joel MartinMerge pull request #359 from bjh21/bjh21-unterminated...
2019-07-30 Joel MartinMerge pull request #435 from bjh21/bjh21-perl
2019-07-30 Ben Harrisperl: Remove a temporary variable in functions defined...
2019-07-30 Ben Harrisperl: Abolish most of the type predicates in favour...
2019-07-30 Ben Harrisperl: Abolish most of the complexity of function classes.
2019-07-29 Joel MartinMerge pull request #387 from asarhaddon/test-macroexpan...
2019-07-29 Joel MartinMerge pull request #415 from asarhaddon/load-file-trail...
2019-07-29 Joel MartinMerge pull request #432 from bjh21/bjh21-perl
2019-07-29 Joel MartinMerge pull request #433 from bendudson/fix-nasm-empty...
2019-07-27 Ben Harrisperl: De-FATALise warnings.
2019-07-27 Ben Harrisperl: Tidy up imports at the top of each file.
2019-07-27 Ben Harrisperl: Be more careful when investigating the type of...
2019-07-27 Ben Harrisperl: Remove use of "autodie" in REPL.
2019-07-27 Ben Harrisperl: Rename all mal classes to begin with "Mal::".
2019-07-26 Ben Harrisperl: Simplify code of eval_ast as applied to sequences...
2019-07-26 Ben Harrisperl: Use List::Util::pairs instead of "for (;;)" in...
2019-07-26 Joel MartinMerge pull request #430 from bjh21/bjh21-perl
2019-07-25 Ben Harrisperl: Replace 'scalar(@x) > 0' with simply '@x'.
2019-07-25 Ben Harrisperl: Replace %core::core_ns with %core::ns.
2019-07-25 Ben Harrisperl: Turn $core_ns into %core_ns.
2019-07-25 Ben Harrisperl: Don't accidentally put a load of rubbish in ...
2019-07-25 Ben Harrisperl: Stylistic cleanup of indirect function calls...
2019-07-25 Ben Harrisperl: Change calling convention to use variadic functions.
2019-07-25 Ben Harrisperl: Make HashMaps look like hashrefs by overloading...
2019-07-25 Ben Harrisperl: Use constant string matches for matching symbols...
2019-07-25 Ben Harrisperl: Replace most remaining uses of "ref" with "isa".
2019-07-25 Ben Harrisperl: Bless all coderefs used as mal values.
2019-07-25 Ben Harrisperl: Use Perl's flexible quoting operators when embedd...
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...
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-04-05 Joel MartinMerge pull request #194 from dubek/literal-empty-list
2016-03-28 Dov Murikperl: Fix exception on literal empty list
2015-03-17 Chris M MooreAda: merge to latest baseline
2015-03-17 Peter StephensMerge branch 'master' of https://github.com/kanaka...
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-05-10 Joel MartinPerl: include from same directory.
2014-04-24 Joel MartinMerge commit 'e47ddca2f8d80145386a377fc81a738d89c46cf0'
2014-04-24 Joel MartinPerl: add vector, hash-map, metadata, atom support...
2014-04-22 Joel MartinPerl: add step5_tco
2014-04-21 Joel MartinPerl: add step4_if_fn_do