Second draft including two bugs
Pre-release
Pre-release
·
79 commits
to master
since this release
This draft includes two bugfixes:
table/get
order was swapped, now the first argument is the key and the second the table.
; Example of usage
(def-value my-val
(table/get :some-key from-my-table))
- The operator
>>=
for dynamic function composition was missing in the runtime and bindings, added now. Only supports binary composition at the moment, not nary composition.
That's it. More patches will be uploaded whenever a bug is fixed!