clojj
clojj
there probably is a better alternative to having nullable parameters for each parse-outcome, but hey.. it's Kotlin :)
got rid of that nullables + fixed response code
There should also probably be a reactive-spring example later, as we are preferrably in suspend land :)
@sksamuel I think this is could be ready for merge, what do you think ?
Hi, we also are unable to include the ios lib for our build on macOs (for iOS target). I was also unable to publish/install 0.2.5 into mavenLocal. Could you maybe...
@coventry thanks, will try it asap
sorry, where is load-path ? I tried copying that troncle.el into /usr/local/share/emacs/24.3/site-lisp/ and (load-library "troncle") into the file ~/.emacs (?) won't work 'M-x troncle-set-exec-var' is not available. BTW am usng...
Hi, I just pasted all of the troncle.el to the end of my vanilla init.el that way, it works (before, I installed the current cider in a fresh /.emacs.d) I'm...
"However, the runtime cannot garbage collect the list because the list is still required for the call to length" But after the pair (sum xs, length xs) is evaluated, the...
here I'm just using the regular (mutable) Java/FX (observable-)lists https://github.com/clojj/fx-commander/blob/master/src/fx_commander/core.clj#L10 ...guess the update of this list in this case has to be done by (fx/run