- Support for printing the flow for macros when calling them from other functions and not just directly
- Support for
every?
asdevery?
- Support for
not-every?
asdnot-every?
- Support for
every-pred
asdevery-pred
- Support for
keep
asdkeep
- Support for
keep-indexed
asdkeep-indexed
- Support for
while
asdwhile
- Support for
take-while
asdtake-while
,drop-while
asddrop-while
andsplit-with
asdsplit-with
- Remove redundant
let
fromdsome->
anddsome->>
- Support for filter as dfilter and remove as dremove
- Support for as-> as das-> and as->> as das->>
- Support for cond-> as dcond-> and cond->> as dcond->>