Hacker News new | ask | show | jobs
by anaphor 4507 days ago
Okay, well at least you can add a proper distinction between variable binding and assignment (let vs. set!) if you have macros, but that doesn't really make it more functional, just better.
1 comments

Well, you could implement proper distinction. let and setv both compile to setattr() in the current scope right now.