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
Coming from Scheme, I expected quoted string to be a string. So, I expected something like this:
[ "a", [ "b", "c", "d" ], [ "e", "f" ] ]
There seems to be no way to distinguish a string from a symbol then, but it seems to be in line with how Sibilant treats symbols (e.g. 'a and '"a" both produce "a").
Example:
The result is (tested against the http://sibilantjs.info site):
The text was updated successfully, but these errors were encountered: