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

`Raw string literals using a pair of backticks` not work in repl. #27

Closed cmal closed 6 years ago

cmal commented 6 years ago

Hi, I've got this error message:

(def a `hello
 readable
 "quotes"`)
error in evalGeneratedFunction:3: Error calling 'infix': cannot assign string to int64
in infix:0
in __main:3
cmal commented 6 years ago

Sorry for this. I've defined a a before that.