Called keywords should work in do
forms
#87
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#87
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?
Case:
Expected: 1
Actual:
The issue is that the interpreter uses
call-fn
and should actually useapply-synth-term
in passing the previous result to the next term in ado
form. In other words,do
should be sugar for a general synthetic expression, not specifically for function calls.Fixed in
9ddb43a30f