perl: Much less complicated implementations of 'cons' and 'concat'.
[jackhill/mal.git] / cpp /
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.
2019-06-03 Joel MartinMerge pull request #396 from inkydragon/fix-test-on...
2019-05-15 Joel MartinMerge pull request #379 from bjh21/bjh21-unterminated...
2019-05-13 Joel MartinMerge pull request #372 from bjh21/bjh21-empty-hashmap
2019-05-13 Joel MartinMerge pull request #374 from sgtatham/vala-fixes
2019-05-13 Joel MartinMerge pull request #370 from asarhaddon/hide-gensym...
2019-05-11 Nicolas Boulenguezgensym: hide the counter in an environment, define...
2019-05-08 Joel MartinMerge pull request #365 from asarhaddon/cpp-ada.2-confo...
2019-05-08 Nicolas BoulenguezC++ convert map from native to built-in
2019-05-07 Joel MartinMerge pull request #363 from bjh21/bjh21-concat-ocaml
2019-05-07 Joel MartinMerge pull request #362 from bjh21/bjh21-concat-ps
2019-05-07 Joel MartinMerge pull request #360 from asarhaddon/convert-diverge...
2019-05-07 Nicolas BoulenguezC++ Convert `< > >= list` from native to built-in.
2019-03-27 Joel MartinMerge pull request #345 from asarhaddon/ada.2
2019-03-21 Joel MartinConvert to loccount based stats calculation.
2019-02-28 Joel Martincpp, racket: Support catchless try*
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.
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-10 Vasilij SchneidermannMerge pull request #301 from sdt/add-predicates-cpp
2017-10-09 Stephen Thirlwallcpp: add number?, fn? and macro?
2017-10-09 Stephen Thirlwallcpp makefile uses latest homebrew readline version
2017-09-15 Joel MartinMerge pull request #281 from sebras/master
2017-09-15 Sebastian RasmussenFix a number of typos in documentation/comments.
2016-08-06 Vasilij SchneidermannMerge branch 'master' into chuck-implementation
2016-05-19 Joel MartinRefactor to use run scripts, remove *_RUNSTEP
2016-05-17 Joel MartinMerge pull request #212 from dubek/argv-testing
2016-05-12 Joel MartinMerge pull request #213 from dubek/time-ms-fixes
2016-05-11 Dov Murikcpp: Make integer values 64-bit so they can holds time...
2016-05-11 Dov Murikcpp: When executing a mal script, don't print the final...
2016-03-20 Chris M MooreUpdate from master
2016-03-15 Joel MartinTests: move step5 non-TCO tests to per impl.
2016-03-02 Vasilij SchneidermannMerge branch 'master' into elisp
2016-02-24 Joel MartinMerge branch 'issue_166_string_ops' of github.com:kanak...
2016-02-24 Joel MartinMerge branch 'master' into issue_166_string_ops
2016-02-24 Joel Martinawk-es6, Makefile: dist ruiles
2016-02-21 Chris M MooreMerged master into ada branch + fix Makefile
2016-02-12 Joel MartinMerge pull request #168 from sdt/sdt/cpp-string-ops
2016-02-11 Stephen ThirlwallC++ string? & seq implementations
2016-02-04 Joel MartinMerge pull request #158 from dubek/first-rest-nil
2016-02-04 Dov Murikcpp, haxe, rust: Fix (first nil) and (rest nil)
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 Joel MartinMerge pull request #143 from dubek/add-gensym
2016-01-25 Dov MurikAdd gensym and clean `or` macro to stepA of 19 implemen...
2015-12-28 Joel MartinMerge pull request #137 from ivern/kotlin
2015-12-18 Joel MartinMerge commit '069f90b'
2015-12-18 Joel MartinMerge pull request #132 from sdt/native-swap
2015-12-15 Stephen ThirlwallDon't pass an env to apply
2015-12-14 Stephen ThirlwallImplement native swap! function
2015-10-27 Javier Fernandez... Updated from master, solved conflicts
2015-10-27 Joel MartinAll: show comments with stats target.
2015-10-06 Joel MartinTravis: add C++(cpp), factor and julia.
2015-04-03 Nala Ginrutmerge upstream
2015-03-28 Joel MartinC++: add Makefile stats targets.
2015-03-28 Joel MartinMerge pull request #50 from sdt/cpp
2015-03-28 Stephen ThirlwallSplit ASSERT into ASSERT and MAL_CHECK/MAL_FAIL
2015-03-28 Stephen ThirlwallFix bugs introduced in reader hash-map/{} change
2015-03-28 Stephen ThirlwallFix *host-language*
2015-03-28 Stephen ThirlwallRevert { X } -> ( hash-map X ) reader macro
2015-03-28 Stephen ThirlwallReplace table iterations with new for-loop syntax
2015-03-28 Stephen ThirlwallUse g++-4.9 instead of clang-3.5 on Linux
2015-03-28 Stephen ThirlwallFix Reader issues on Linux
2015-03-27 Stephen ThirlwallAdd README.md
2015-03-27 Stephen Thirlwallc++11: step A
2015-03-27 Stephen Thirlwallc++11: step 9
2015-03-27 Stephen Thirlwallc++11: step 8
2015-03-27 Stephen Thirlwallc++11: step 7
2015-03-27 Stephen Thirlwallc++11: step 6
2015-03-27 Stephen Thirlwallc++11: step 5
2015-03-27 Stephen Thirlwallc++11: step 4
2015-03-27 Stephen Thirlwallc++11: step 3
2015-03-27 Stephen Thirlwallc++11: step 2
2015-03-27 Stephen Thirlwallc++11: step 1
2015-03-27 Stephen Thirlwallc++11: step 0
2015-03-27 Peter StephensMerge branch 'master' of https://github.com/kanaka...