Add anaphoric map and filter #10
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/anaphoric#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "main"
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?
I've added documentation and tests, as per your request. I've also changed the heading in the documentation to a more general 'Anaphoric macros', now that it's not just conditionals.
Please let me know if I need to fix anything else in the code or the documentation.
I just realized that I've left the README unchanged, so maybe it needs to be updated as well?
proc
would suggest that an expression returning a procedure is needed, but this is a macro taking an expression which produces the desired result directly.proc
would suggest that an expression returning a procedure is needed, but this is a macro taking an expression which produces the desired result directly.quick indentation fix :)
seems slightly clearer (otherwise nested functions could be understood as
(lambda (foo) (lambda (bar) …))
)quick indentation fix
@jsmaniac Thank you, I've integrated all your suggestions and squashed them into one commit!
Sorry about the delay in merging this, getting GitHub Actions to work instead of Travis was quite a bit of work! Thanks a lot for the contribution :)
No worries, thanks for welcoming me! :)