Please tell us what features you'd like in news.ycombinator 19 years ago
Ah that makes sense! Hope you don't mind but is there any ideas for a loop/iterate/series type macro in the works?
HN user
Ah that makes sense! Hope you don't mind but is there any ideas for a loop/iterate/series type macro in the works?
I have some questions about arc if you don't mind :)
Why 'whilet instead of 'while and why 'aand instead of 'and? I thought one of your aims was to produces a minimal set of "axiomatic" operators (functions, macros, special forms) which gave the maximum utility. So couldn't these be generalized into a single operator?
Also, isn't ")))))))" overkill for such a simple function, Can reader macros be defined within lisp? (like if you wanted to make } close all parenthesis up to the top level for example)