Post AutPhrWSJU5XhTJqq0 by [email protected] | |
More posts by [email protected] | |
Post #AutPhrWSJU5XhTJqq0 by [email protected] | |
0 likes, 0 repeats | |
wait there's no equivalent to `continue` in the common lisp loop macro?will… | |
Post #AutPhrcTx4uQ0A8fEO by [email protected] | |
0 likes, 0 repeats | |
@crmsnbleyd RETURN-FROM and strategically placed block? Also helps to avoid the… | |
Post #AutPhrjDY2ISL3I2jI by [email protected] | |
0 likes, 0 repeats | |
@glitzersachen not sure how exactly I would go to the next value of the variabl… | |
Post #AutPhrotCwpkcdwZZQ by [email protected] | |
0 likes, 0 repeats | |
@crmsnbleyd It would have to enclose all of the body. including the code advanc… | |
Post #AutPhrvGpDwCwQvfW4 by [email protected] | |
0 likes, 0 repeats | |
@crmsnbleyd OK.What I did:(loopy-construct (block loop-name (do-stuff) … | |
Post #AutPhs20QBKFHK530y by [email protected] | |
0 likes, 0 repeats | |
@crmsnbleyd I think the key idea is, that "continue" is no magic, jus… | |
Post #AutPhsF7dPojw0DWSW by [email protected] | |
0 likes, 0 repeats | |
@crmsnbleyd Not that I want you to use the loop macro. ;-). | |
Post #AutPhtiw83GCWlAqZM by [email protected] | |
0 likes, 0 repeats | |
@glitzersachen this is nice |