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

fix Makefile by adding installation instructions for convey and gls #47

Closed coetry closed 5 years ago

coetry commented 5 years ago

Without this addition to the Makefile, users would run into an error that the convey and gls packages are not found on the user's system.

glycerine commented 5 years ago

go get will pull all dependencies automatically.

glycerine commented 5 years ago

for test dependencies, like GoConvey, go get -t will pull them too.