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

should be /c not /k #6

Closed mattn closed 8 years ago

mattn commented 8 years ago

sorry, it should be /c not /k. now all of tests are passed on windows.

glycerine commented 8 years ago

LGTM. Thanks @mattn.