puffnfresh / roy

Small functional language that compiles to JavaScript.
http://roy.brianmckenna.org/
MIT License
834 stars 74 forks source link

:s doesn't work in repl for functions. #192

Closed joneshf closed 11 years ago

joneshf commented 11 years ago

For example:

roy> let f = 3
roy> let g x = x
roy> :s f
f = 3
roy> :s g
g is not defined.

Haven't looked at this, so not sure what's going on, just something I noticed today.