AlexNisnevich / ECMAchine

Lisp-based in-browser toy operating system
http://alex.nisnevich.com/ecmachine/
201 stars 14 forks source link

String concatenation? #8

Closed davep closed 12 years ago

davep commented 12 years ago

I seem to recall seeing (possibly in the source) that the idea was that ECMAchine would overload '+' so that it could be used for string concatenation. If that's the case, it looks like it might need a tweak:

ecmachine:/ guest$ (+ "Hello, " "World")
[USER]: undefined: Hello is not defined