mal
mal copied to clipboard
mal - Make a Lisp
This is an implementation in [BQN](https://mlochbaum.github.io/BQN/), a modern array programming language. The code is idiomatic where possible but sometimes overly verbose. Also, parts of the MAL guide forced a non-array-y...
Updating syntax for small changes in Factor 0.98.
Hello and thanks for the great work on MAL! I've just started working through it and am really enjoying it so far. Something I found odd however is that `package-lock.json`...
Hi! This is an alternative implementation of MAL in C# using the .NET Core SDK 6.0 which has Long Term Support.
Hello. The first commit updates the elm implementation for 0.19.1. The docker file describes my configuration but should probably be checked on an actual image. The two following commits fix...
python_MODE=python3 crashes on impls/python/tests/step5_tco.mal, but it also does on the current head. Replace some lambda constructs with more idiomatic generator expressions, removing several temporary sequences (conversions, contatenations, slices, arguments). Remove...
Please find details are in the commit header.