jackhill/mal.git
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...
2019-07-08 Nicolas Boulenguezhaskell: make the code more readable and idiomatic.
2019-07-08 Nicolas Boulenguezhaskell: silent GHC warnings
2019-07-08 Ben HarrisMerge branch 'master' into bjh21-php-hashmap
2019-07-08 Joel MartinMerge pull request #402 from bjh21/bjh21-unterminated...
2019-07-08 Joel MartinMerge pull request #403 from asarhaddon/configurable...
2019-07-08 Joel MartinMerge pull request #413 from bjh21/bjh21-nontrivial...
2019-07-08 Joel MartinMerge pull request #412 from bjh21/bjh21-minor-fixes
2019-07-08 Joel MartinMerge pull request #411 from bjh21/bjh21-nested-collections
2019-07-08 Joel MartinMerge pull request #410 from scott-silver/patch-2
2019-07-08 Joel MartinMerge pull request #409 from scott-silver/patch-1
2019-07-08 Joel MartinMerge pull request #407 from asarhaddon/ada.2-updates
2019-07-08 Joel MartinMerge pull request #406 from chr15m/lib-alias-hacks
2019-07-07 Ben Harrissteps 1 and 9: Test that hash-map keys stay as strings.
2019-07-07 Ben Harrisphp: Convert hash-map keys into strings before returnin...
2019-07-07 Ben Harrisphp: Correct a comment: SeqClass is not a parent of...
2019-07-07 Ben Harrisstep 1: Explain intention behind regexp magic in non...
2019-07-07 Ben Harrisstep 1: Fix non-trivial hash-map test on PHP.
2019-07-07 Ben Harrisstep 1: Test a hash-map with more than one entry.
2019-07-07 Ben HarrisREADME: Pedantically refer to PostgreSQL by its proper...
2019-07-07 Ben HarrisREADME: Correct a stray mention of PL/pgSQL in the...
2019-07-07 Ben HarrisREADME: Correct capitalisation of "PostScript" and...
2019-07-07 Ben HarrisREADME: Escape asterisks in "SQL*Plus".
2019-07-07 Ben Harrispython: Correct spelling in a test comment.
2019-07-07 Ben Harrisstep 1: Test reading some simple nested collections.
2019-07-06 scott-silverAdd missing word
2019-07-05 scott-silverUpdate README.md
2019-07-01 Chris McCormickAdded alias hacks from frock to lib. See #321.
2019-06-30 Nicolas Boulenguezada.2: let macros use closures. Allow metadata for...
2019-06-30 Nicolas BoulenguezTest that macros use closures
2019-06-23 Nicolas BoulenguezC: improve build configurability (issue #397)
2019-06-22 Ben Harrisbasic: Fix handling of unterminated strings by rewritin...
2019-06-11 Joel MartinMerge pull request #394 from bjh21/bjh21-unterminated...
next