jackhill/mal.git
2019-07-26 Ben Harrisperl: Fold some simple core functions into %core::ns.
2019-07-26 Ben Harrisperl: Tidy up whitespace in table of core functions.
2019-07-26 Ben Harrisperl: Fold _dissoc_BANG into dissoc and simplify.
2019-07-26 Ben Harrisperl: Use List::Util::pairs instead of "for (;;)" in...
2019-07-26 Joel Martinbasic: args file that doesn't rely on return value.
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: Overload '@{}' and '%{}' on Nil.
2019-07-25 Ben Harrisperl: Take advantage of all mal values' being true...
2019-07-25 Ben Harrisperl: Replace 'scalar(@x) > 0' with simply '@x'.
2019-07-25 Ben Harrisperl: Remove a completely useless use of 'scalar'.
2019-07-25 Ben Harrisperl: Don't use regexps in 'when' clauses to match...
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: Clarify and slightly simplify 'conj' implementation.
2019-07-25 Ben Harrisperl: Simplify definition of 'apply'.
2019-07-25 Ben Harrisperl: Unwrap many core functions.
2019-07-25 Ben Harrisperl: Change calling convention to use variadic functions.
2019-07-25 Ben Harrisperl: Simplify dereference overloading of FunctionRef.
2019-07-25 Ben Harrisperl: Make HashMaps look like hashrefs by overloading...
2019-07-25 Ben Harrisperl: Make atoms look like scalar refs by overloading...
2019-07-25 Ben Harrisperl: Fix a couple of lurking occurences of ->{val...
2019-07-25 Ben Harrisperl: Use constant string matches for matching symbols...
2019-07-25 Ben Harrisperl: Remove unnecessary pragmata allowing use of given...
2019-07-25 Ben Harrisperl: Fix a lurking 'ref' that should have been 'isa'.
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: Convert metadata access into a method.
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: Much less complicated implementations of 'cons...
2019-07-25 Ben Harrisperl: In step 2, initialise $repl_env all at once.
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-25 Ben Harrisperl: Factor out common features of Vectors and Lists...
2019-07-25 Joel Martinguile: disable non-recursive test.
2019-07-25 Joel MartinRegress test of deferrables. Fix dart, factor.
2019-07-24 Joel MartinMerge pull request #427 from dubek/ocaml-fix-unterminat...
2019-07-24 Joel MartinMerge pull request #428 from dubek/io-fix-escape-slash
2019-07-23 Dov Murikio: Fix unneeded escaping of forward slash
2019-07-23 Dov Murikocaml: Fix reading of unterminated strings that happen...
2019-07-21 Joel MartinMerge pull request #426 from dubek/extra-step4-tests
2019-07-21 Joel MartinMerge pull request #425 from dubek/io-fixes
2019-07-21 Dov Muriktests: Add optional list and vector eqaulity tests
2019-07-21 Dov Murikio: Atoms can have meta
2019-07-21 Dov Murikio: Don't mutate existing function when defining a...
2019-07-21 Dov Murikio: keyword and symbol accept a keyword/symbol argument
2019-07-21 Dov Murikio: Fix list and vector equality
2019-07-18 Joel MartinMerge pull request #424 from asarhaddon/typo-test-alias...
2019-07-18 Nicolas Boulengueztests/lib: fix path in test-alias-hacks, use load-file...
2019-07-17 Joel MartinMerge pull request #423 from asarhaddon/trivial-from-401
2019-07-17 Joel MartinMerge pull request #361 from asarhaddon/exercise-native...
2019-07-17 Nicolas Boulenguezscheme: allow keyword argument for keyword built-in
2019-07-17 Nicolas Boulengueztests: non alphanumeric characters in input
2019-07-17 Nicolas Boulenguezelixir: add catch-all stanza in with-meta
2019-07-17 Nicolas Boulengueztests: remove commented test for 10th Fibonnacci number
2019-07-17 Nicolas Boulengueztests: soft-tests for keywords (instead of comments)
2019-07-17 Nicolas Boulengueztests: soft-test metadata for atoms
2019-07-17 Nicolas Boulenguezmake/readline (trivial): split the line containing...
2019-07-17 Nicolas Boulenguezlib/perf.mal (trivial): println instead of prn and str
2019-07-17 Nicolas Boulenguezada.2: let keyword function accept a keyword argument
2019-07-17 Joel MartinMerge pull request #420 from asarhaddon/load-file-once
2019-07-17 Nicolas Boulenguezexercises: progressive solution for let*
2019-07-17 Joel MartinMerge pull request #422 from bendudson/nasm-fix
2019-07-17 Ben DudsonFix bug in str when appending empty arrays
2019-07-16 Joel MartinMerge pull request #421 from sgtatham/eval-ast-vector...
2019-07-16 Simon Tathamvala: avoid half-constructed vectors being garbage...
2019-07-15 Nicolas Boulenguezlib/load-file-once: basic support for multiple imports
2019-07-15 Joel MartinMerge pull request #419 from asarhaddon/vala-remove...
2019-07-15 Nicolas Boulenguezvala: remove a redundant parameter
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-15 Nicolas Boulenguezmal: implement macro? with contains? instead of list...
2019-07-15 Joel MartinMerge pull request #417 from asarhaddon/slurp-twice
2019-07-15 Nicolas Boulenguezcheck that slurp works twice in a row. Fix rexx
2019-07-15 Joel Martinr: add step deps on rdyncall lib install.
2019-07-15 Joel Martinpowershell: prn/println return explicit null.
2019-07-15 Joel MartinMerge pull request #416 from bjh21/bjh21-equal-empty
2019-07-14 Nicolas BoulenguezImplement macros with maps instead of vectors.
2019-07-13 Ben Harrisstep 4: Test that (= (list nil) (list)) returns false.
2019-07-09 Nicolas Boulenguezmal: fix vector? sequential? and PRINT for new macro...
2019-07-09 Nicolas Boulenguezscheme: fix syntax error in 5e5d489
2019-07-09 Nicolas Boulenguezmal: implement macro without metadata
2019-07-09 Nicolas Boulenguezguile, scheme: fix fn? when metadata contains "ismacro"
2019-07-09 Nicolas Boulenguezmal: in step2, revert to reporting key error
2019-07-09 Nicolas Boulenguezmal: modify lib/ in order to hide bugs in make/ and...
2019-07-09 Nicolas Boulenguezmal: rename macro? to _macro?. Also rename bool-and...
2019-07-09 Nicolas BoulenguezRemove gensym, inc and or from step files.
2019-07-09 Nicolas Boulenguezmal: improve MAL implementation.
2019-07-09 Joel MartinMerge pull request #408 from asarhaddon/haskell-style
2019-07-09 Joel MartinMerge pull request #414 from bjh21/bjh21-php-hashmap
2019-07-08 Nicolas Boulenguezhaskell: remove the need for unsafePerformIO type force...
2019-07-08 Nicolas Boulenguezhaskell: shorten Reader with Applicative instead of...
2019-07-08 Nicolas Boulenguezhaskell: drop redundant import, test empty repl line...
2019-07-08 Nicolas Boulenguezhaskell: rewrite nth without old-style partial function
2019-07-08 Nicolas Boulenguezhaskell: adapt quasiquote to existing test, drop redund...
next