You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting a float value I'm getting the following error:
julia>lisp"(def x 2.5)"
ERROR: LoadError: Malformed def: Length of list must be ==3
Stacktrace:
[1] error(::String) at ./error.jl:33
[2] codegen(::Array{Any,1}) at /Users/ahumenberger/.julia/packages/LispSyntax/ykFIL/src/LispSyntax.jl:91
[3] lisp_eval_helper(::String) at /Users/ahumenberger/.julia/packages/LispSyntax/ykFIL/src/LispSyntax.jl:154
[4] @lisp_str(::LineNumberNode, ::Module, ::Any) at /Users/ahumenberger/.julia/packages/LispSyntax/ykFIL/src/LispSyntax.jl:158
in expression starting at REPL[3]:1
When setting a float value I'm getting the following error:
which might be because of
The text was updated successfully, but these errors were encountered: