@sarab @[email protected]

(loop
:for a :from 1 :to 1000
:if (or (zerop (mod a 3))
(zerop (mod a 5)))
:sum a)

🌺

The extended form of the #CommonLisp <loop> macro as a #ControlledNaturalLanguage (#CNL):

🧷 https://libranet.de/display/0b6b25a8-1963-a776-9fb1-d9c503592537

🌺

🦎 https://telegram.me/FamilyOfLisp
🦎 https://matrix.to/#/#family-of-lisp:magdeburg.jetzt

🏷️ #Lisp #Scheme #Loop

The extended form of the Common Lisp <loop> macro as a Controlled Natural Language (CNL)

The extended form of the <loop> macro is a contribution of the InterLisp tradition to Common Lisp. It was an explicit aim to create an iteration facility in...

The extended form of the Common Lisp <loop> macro as a Controlled Natural Language (CNL)

The extended form of the <loop> macro is a contribution of the InterLisp tradition to Common Lisp. It was an explicit aim to create an iteration facility in...