Harry HutchinsonMechanical Engineering
The D implementation of mal was tested with GDC 4.8. It requires the GNU readline library.cd d make ./stepX_YYY DartThe Dart implementation was created by Harry TerkelsenThe Dart implementation has been tested with Dart 1.20.cd dart dart ./stepX_YYY ...
cd impls/haxe # Neko make all-neko neko ./stepX_YYY.n # Python make all-python python3 ./stepX_YYY.py # C++ make all-cpp ./cpp/stepX_YYY # JavaScript make all-js node ./stepX_YYY.js HyThe Hy implementation of mal has been tested with Hy 0.13.0.cd impls/hy ./stepX_YYY...
Hutchinson, Harry