Repeat might not have to take a block #10
Labels
No Label
accepted
bug
clj
documentation
enhancement
errors
infrastructure
later
next
now
optimization
proposal
question
research
semantics
syntax
ux
vm
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At current,
repeat
always takes a block after its times expression (a number or a word, nothing else). I thought that was necessary for parsing.But you could have
repeat {word|number} {expression}
.This could lead to light duty weirdness like
repeat 4 forward! (100)
, but that's pretty readable, after all.To reconsider.
Closed by #19