Re: clj-sandbox

2010-07-10 Thread Heinz N. Gies
Now version 0.4.0 is out, it fixes a evil bug that had problems with forms like (. obj (meth arg)) and also introduces a pretty cool new feature: It allows a somewhat save use of def and defn, this is by far not perfect sadly but it is a step towards the direction of having a sandbox that allows

Re: clj-sandbox

2010-03-19 Thread Rayne
I'm ecstatic about this. I've been writing a Clojure IRC bot over the last week or so, and this will really help me get sandboxed Clojure evaluation working. Thanks. On Mar 15, 5:22 am, Heinz Nikolaus Gies wrote: > My brain is a sive, I forgot the github link > o.Ohttp://github.com/Licenser/clj-

Re: [ANN] clj-sandbox

2010-03-15 Thread Heinz Nikolaus Gies
My brain is a sive, I forgot the github link o.O http://github.com/Licenser/clj-sandbox sorry for the smap. Best regards, Heinz -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com

[ANN] clj-sandbox

2010-03-15 Thread Heinz Nikolaus Gies
, lots of questions to the channel I finally think that there is a version working good enough for release. Now that the history lesson is over a few words to the inner workings of clj-sandbox. The sadbox works on two levels. * The more scary one is the jvm sandbox, which is, as so may things in