ohua-dev/ohua-jvm-integration

[Feature] Stateful functions in clojure

Opened this issue · 0 comments

Add the defsfn macro again and allow clojure functions to become stateful functions.

Example

(defsfn f (new FunctionState) [arguments]
  (code-body))