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
Although it's not that hard to add them on my own, (in a hacky roundabout way), I thing this 3 important functions should be included in default scheme library:
I'm going to re-target this issue to focus on string->symbol only, since it's a useful, lowish-level procedure that requires hacks to build yourself.
As for the others, they're not in R5RS, they're not useful in a 61A-context, and they're relatively simple to build with the existing built-ins, so I'd prefer to leave them out, at least for now.
Once #83 is done, I'd be fine with an optional library of additional macro utilities, but probably wouldn't have time to implement one myself.
jathak
changed the title
Add macroexpand-1, gensym and string->symbol
Add string->symbol
Feb 3, 2019
Although it's not that hard to add them on my own, (in a hacky roundabout way), I thing this 3 important functions should be included in default scheme library:
The text was updated successfully, but these errors were encountered: