glycerine / zygomys

Zygo is a Lisp interpreter written in 100% Go. Central use case: dynamically compose Go struct trees in a zygo script, then invoke compiled Go functions on those trees. Makes Go reflection easy.
https://github.com/glycerine/zygomys/wiki
BSD 2-Clause "Simplified" License
1.71k stars 81 forks source link

yeah, fixed foldl #26

Closed sug0 closed 6 years ago

sug0 commented 6 years ago

there, it passes the tests, up to you to merge or not...

glycerine commented 6 years ago

Looks good. Thanks.

sug0 commented 6 years ago

Sorry if I came off as rude, I wrote this at 5 am ahahaha. Thanks for merging.