Skip to content

Second draft including two bugs

Pre-release
Pre-release
Compare
Choose a tag to compare
@sigmasoldi3r sigmasoldi3r released this 08 Jul 12:42
· 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!