awb99
awb99
In goldly I am using sci to compile short cljs functions to js. I think clojisr might want to use a similar compiler architecture that defines a few control functions...
To not loose track of the main point here: the main usecace of clojisr Will be to call R functions. A simple function call, say (+ 1 2) would need...
This separation also might also make sense for development; you will not by accident add dependencies from the lower elements in the stack to the higher ones by mistake. Say...
I would remove version number from the Namespace. Have not seen practice like that anywhere. If there is a breaking version change, then this must be documented somewhere, but Version...
Hi Daniel! I added a prototype of the Pinkie Renderer which should be able to be plugged into Pink-Gorilla Notebook very easily. ``` git clone https://github.com/pink-gorilla/gorilla-notebook.git cd gorilla-notebook git checkout...
A few more notes: 1. currently it will only work when you run note-evaluations from pink-gorilla notebook (which I understand is not what we want). To run it from any...
https://github.com/pink-gorilla/gorilla-notebook/commit/203136f74ca1fb8c089aa9bfe296c6dfc3fae445 please pull and try again. thanks!
Strange. I could not reproduce this issue. I looked into encore library, and it contains .cljx code files that get compiled to .clj and .cljs Either something went wrong when...
https://github.com/pink-gorilla/gorilla-notebook/commit/ce70716ac9732ef5945234f0398481cb84cfa009 please checkout pinkie-fix. I added the missing dependency.
Fixed. Please pull again. I had some unresolved dependencies, that were all on my local ~/.m2 path. My fault, really. BTW: I now tested that it works with nix shell....