Panicz Maciej Godek on Nostr: nprofile1q…sjtz2 when I develop GRASP, I usually use the Maclisp-style ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqyy8ejr6zl27zsmudzyzg0va3tatpdtw3kqp2p83s5l5rj3clf2dsssjtz2 (nprofile…jtz2) when I develop GRASP, I usually use the Maclisp-style (Python-style?) "for" macro that I developed in Kawa
https://github.com/panicz/grasp/blob/main/src/language/for.scm
(one advantage is that `for-each` in Kawa is polymorphic, and it works on all built-in Java collections)
I am happy with it, and I don't feel that it's un-Scheme-y.
https://github.com/panicz/grasp/blob/main/src/language/for.scm
(one advantage is that `for-each` in Kawa is polymorphic, and it works on all built-in Java collections)
I am happy with it, and I don't feel that it's un-Scheme-y.