Brl-cad with clojure

2019-07-09 Thread Vikram Shaw
I want to create a Brl-cad project using Clojure programming language in which I can create a database and some solid figure like sphere. I have written the code using ``sh`` clojure function but getting error. The ``sh`` function is working fine as I have checked in repl. This is the code I'm us

Re: [ANN] Cognitect Labs' aws-api 0.8.345

2019-07-09 Thread David Chelimsky
Hadil, We've got a fix ready on master. If you update your deps.edn to use sha 971084a0a64a8c10db525ea9f8fdc251787ad058, you can try it out. Please report on https://github.com/cognitect-labs/aws-api/issues/88 if you do. Thanks, David On Monday, July 8, 2019 at 9:11:02 AM UTC-5, David Chelimsk

Re: Brl-cad with clojure

2019-07-09 Thread Oleksandr Shulgin
On Tue, Jul 9, 2019 at 10:35 AM Vikram Shaw wrote: > I want to create a Brl-cad project using Clojure programming language in > which I can create a database and some solid figure like sphere. > I have written the code using ``sh`` clojure function but getting error. > The ``sh`` function is work