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

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