jackhill/mal.git
2020-10-31 Vasilij SchneidermannMerge pull request #532 from dubek/vhdl-fix-defmacro WIP-janet
2020-10-31 Vasilij SchneidermannMerge pull request #535 from dubek/vimscript-fix-defmacro
2020-10-31 Vasilij SchneidermannMerge pull request #538 from dubek/ts-fixes
2020-10-31 Vasilij SchneidermannMerge pull request #537 from dubek/tcl-soft-fixes
2020-10-26 Dov Murikts: defmacro! doesn't modify existing functions
2020-10-26 Dov Murikts: Fix (keyword) of keywords
2020-10-26 Dov Murikts: Upgrade to TypeScript 4.0.3
2020-10-26 Dov Muriktcl: defmacro! doesn't modify existing functions
2020-09-30 Dov Muriktcl: Fix (keyword) of keywords
2020-09-30 Dov Murikvhdl: defmacro! doesn't modify existing functions
2020-09-30 Dov Murikvimscript: defmacro! doesn't modify existing functions
2020-09-09 Vasilij SchneidermannMerge pull request #530 from mpritham/master
2020-09-08 Pritham MarupakaFix 2 additional typos
2020-09-07 Pritham MarupakaFix typo in step 7.
2020-09-07 Vasilij SchneidermannMerge pull request #529 from harryvederci/patch-2
2020-09-03 Harry PrinsFix path to common lisp readme.
2020-08-11 Joel MartinMerge pull request #401 from asarhaddon/quasiquote
2020-08-10 Nicolas BoulenguezChange quasiquote algorithm
2020-07-23 Nicolas Boulenguezada.2: typo
2020-07-23 Nicolas BoulenguezFix (keyword :k) on erlang and fsharp
2020-07-21 Nicolas BoulenguezImprove answer to exercises
2020-06-16 Joel MartinAdd link to glisp project.
2020-06-15 Joel MartinMerge pull request #519 from dubek/fix-ruby-keyword
2020-06-15 Joel MartinMerge pull request #518 from oilshell/dev/andy
2020-06-14 Dov Murikruby: (keyword :abc) should just return same keyword
2020-06-13 Andy Chuimpls/bash: Minor changes to make it run under OSH
2020-06-03 Joel MartinRemove "conj" from step9_try image.
2020-06-03 Joel Martinruntest-old.py: remove unused backup version
2020-06-01 Joel MartinMerge pull request #497 from alimpfard/xslt
2020-06-01 AnotherTestREADME: Add XSLT and bump up counters
2020-06-01 AnotherTestXSLT: Use blocking reads instead of a polling thread
2020-06-01 Joel MartinMerge pull request #515 from bjh21/bjh21-runtest-timeout
2020-06-01 Ben Harrisruntest: Treat test timeouts as fatal
2020-05-30 AnotherTestXSLT impl: Limit jvm memory to 2GB
2020-05-30 AnotherTestBreak some lines to make the code more readable
2020-05-30 AnotherTestonly print last result if in repl
2020-05-30 AnotherTestno more infinite boot times!
2020-05-30 AnotherTestattempt to speed execution up
2020-05-30 AnotherTest...add default target back :facepalm:
2020-05-30 AnotherTestmakefile tweak to avoid failure~
2020-05-30 AnotherTesteliminate unnecessary env serialisations
2020-05-30 AnotherTestformat all xslt files
2020-05-30 AnotherTestremove irrelevant comment
2020-05-30 AnotherTestwe can now self-host :tada:
2020-05-30 AnotherTesttry to avoid spammy "No such file or directory" errors
2020-05-30 AnotherTestwe can now self-host...almost
2020-05-30 AnotherTestapply @kanaka's patch to Dockerfile
2020-05-30 AnotherTestadd xslt to build matrix :facepalm:
2020-05-30 Joel MartinMerge pull request #514 from alimpfard/jq-fix
2020-05-30 AnotherTestJq: Fix our share of #513
2020-05-29 Joel MartinMerge pull request #512 from bjh21/bjh21-step2-empties
2020-05-29 Ben Harrisyorick: Fix evaluation of empty vectors in steps 2...
2020-05-28 Ben HarrisStep 2: Test empty vectors and hash-maps
2020-05-23 AnotherTestadd a dockerfile with saxon in it
2020-05-23 AnotherTestbe more spec-compatible with readline
2020-05-23 AnotherTestadd 'xpath-eval', and fix most running issues
2020-05-23 AnotherTestfix (fn? +) ;=> false
2020-05-23 AnotherTestoops.
2020-05-23 AnotherTestrebase to kanaka/mal
2020-05-23 AnotherTestgenerate perf analysis
2020-05-23 AnotherTestfix previous env issue
2020-05-23 AnotherTestimpl everything, passes tests, has some weird bug with...
2020-05-23 AnotherTestImplement step9 fully. pass all tests~
2020-05-23 AnotherTestFinish step8
2020-05-23 AnotherTestfix in-file step name
2020-05-23 AnotherTestimplement step7-quote
2020-05-23 AnotherTestremove debug function
2020-05-23 AnotherTestimpl step6
2020-05-23 AnotherTestimpl step4, fix string parsing
2020-05-23 AnotherTestprint functions as #<fn name>
2020-05-23 AnotherTestimpl step3 fully. passes all tests
2020-05-23 AnotherTesthandle vectors and hashmaps
2020-05-23 AnotherTestimpl step2, remove interleaved calls in READ/EVAL/PRINT
2020-05-23 AnotherTeststart step2-eval
2020-05-23 AnotherTestpass all step1 tests
2020-05-23 AnotherTestadd reader macros
2020-05-23 AnotherTestcomplete required functionality for step1
2020-05-23 AnotherTeststarting xslt impl
2020-05-23 Joel MartinMerge pull request #510 from bjh21/bjh21-runtest-simpler
2020-05-23 Ben Harrisruntest: Strip CR on input
2020-05-23 Ben Harrisruntest: Don't worry about how implementation echoes...
2020-05-21 Joel MartinMerge pull request #506 from gabrielmadruga/master
2020-05-21 Joel MartinMerge pull request #508 from bjh21/bjh21-throwtests
2020-05-21 Joel MartinMerge pull request #509 from bjh21/bjh21-ps-catch
2020-05-21 Ben Harrisps: Fix handling of exceptions thrown from catch* clause
2020-05-19 Ben HarrisAdd tests for nested exception handlers
2020-05-17 Gabriel MChange os.clock multiplier, update Dockerfile to use...
2020-05-16 Joel MartinMerge pull request #505 from bjh21/bjh21-test-readatom
2020-05-16 Gabriel MUpdate README.md
2020-05-16 Gabriel MChange \177 to \u{029e}, correctly define keyword,...
2020-05-16 Gabriel MAdd lrexlib-pcre through luarocks.
2020-05-16 Gabriel MRemove usage of socket
2020-05-15 Gabriel MLua Makefile improvements.
2020-05-10 Ben HarrisStep 6: Test read-string of a single atom at the end...
2020-03-30 Joel MartinMerge pull request #502 from maniaphobic/master
2020-03-29 mANIApHOBICCorrect a trivial typographical error in the guide
2020-02-11 Joel MartinRevert accidentally pushed close_fds experiment
2020-02-11 Joel MartinMove implementations into impls/ dir
2020-01-23 Joel MartinDEBUG re-enable (REMOVE ME).
2020-01-23 Joel MartinDISABLE FDs (REMOVE ME).
next