perl: Replace _clone() with a ->clone method.
[jackhill/mal.git] / perl / step9_try.pl
2019-07-30 Ben Harrisperl: Replace _clone() with a ->clone method.
2019-07-30 Ben Harrisperl: Replace _sequential_Q in step files with ->isa...
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-28 Ben Harrisperl: Simplified and tightened implementation of 'try*'.
2019-07-28 Nicolas Boulenguezload-file: accept empty file or final comment, return nil
2019-07-28 Ben Harrisperl: Re-FATALise the "recursion" warning from step...
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: Simplify call to Mal::Env->new in 'catch*'.
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: Clone functions before turning them into macros.
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: Support (and use) '&{}' overloading on Function...
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: Explicitly detect empty lists before macro expansion.
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-17 Joel MartinMerge pull request #361 from asarhaddon/exercise-native...
2019-07-15 Joel MartinMerge pull request #400 from asarhaddon/improve-mal...
2019-07-15 Nicolas BoulenguezMerge remote-tracking branch 'remotes/kanaka/master...
2019-07-09 Nicolas BoulenguezRemove gensym, inc and or from step files.
2018-12-27 Joel MartinMerge pull request #333 from LispLY/objc-fix-conj-meta
2018-12-12 Joel MartinTest uncaught throw, catchless try* . Fix 46 impls.
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
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
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 Dov Murikcrystal, elixir, erlang, factor, perl: fix macro result...
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.