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
Hi, This project is fantastic!
I studied scheme lang by using scheme.wasm.html.
But, there is a bug not to use define expression in the site.
Please check it.
Expected
> (define (square a) (* a a))
; defined
Actually
> (define (square a) (* a a))
<error args (square a) (* a a)>