kanaka / mal

mal - Make a Lisp
Other
10.03k stars 2.54k forks source link

Implementation in Ponylang #543

Closed stereobooster closed 2 months ago

stereobooster commented 3 years ago

Hi 👋

I started to implementation of MAL in Ponylang. It is not yet finished I'm at step 8.5. But just in case anybody interested here is the link https://github.com/stereobooster/pony-lisp

sogaiu commented 3 years ago

Thanks for sharing!

Nice that you have some related blog posts too :)

kanaka commented 2 months ago

@stereobooster If you ever complete your pony mal implemenation, feel free to create a PR to get it reviewed for addition to the main repo. Note that the process has been simplified a bit in the intervening period (eval-ast is combined with eval, macroexpand as a separate function goes away, etc).

In the meantime I'm going to close this particular issue/ticket.