-
-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pointfree): add combinators, update controlflow words, remove execq
- add condq(), loopq() - update dotimes() to use quotations from stack, no more HOF - add dip/2/3/4 combinators - add keep/2/3 combinators - add bi/2/3 combinators - add dup3 - refactor exec to work w/ quotations, remove execq - add/update tests
- Loading branch information
1 parent
39b5967
commit 3dc30a8
Showing
3 changed files
with
209 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters