Re: (user/clojuredocs ...) gone from leiningen?

2014-04-25 Thread rebcabin
I found this comment in news.md in the repo https://github.com/technomancy/leiningen/search?q=clojuredocs&ref=cmdform looks like they've removed support on purpose On Friday, April 25, 2014 6:48:14 AM UTC-7, rebcabin wrote: > > I know I used to be able to access clojuredocs fro

(user/clojuredocs ...) gone from leiningen?

2014-04-25 Thread rebcabin
I know I used to be able to access clojuredocs from a repl, as in (user/clojuredocs deftype) but now I get Loading clojuredocs-client... Warning: Could not load the ClojureDocs client, so `clojuredocs` will be unavailable Details: # -- You received this message because you

Disable undocumented #= reader macro to prevent unsafe code injection?

2013-04-09 Thread rebcabin
Hello -- I would like to use Clojure to build a safe code-remoting application for query injection (moving queries closer to the data for affinity and privacy). One alternative for this application is to read Clojure code from strings WITHOUT evaluating it, then analyze the presented code and /

Re: more dumb noob pain ("2dplot.clj")

2009-12-12 Thread rebcabin
started :) On Dec 12, 11:54 am, Michael Wood wrote: > 2009/12/12 rebcabin : > > CLASSPATH can be an environment variable, although, I'm not sure what > exactly expects it to be one.  Normally I use the -cp option to the > java command to set the classpath, like this: > &

Re: more dumb noob pain ("2dplot.clj")

2009-12-12 Thread rebcabin
n the immediate question would be "how can ANY Java stuff work at all?" Or is CLASSPATH set up somewhere and somehow else? On Dec 11, 9:37 am, Erik Price wrote: > On Fri, Dec 11, 2009 at 12:15 PM, rebcabin wrote: > > > Any hints for me? I'm sure it's because I really d

more dumb noob pain ("2dplot.clj")

2009-12-11 Thread rebcabin
I've been having pretty good luck writing my own programs and running lots of samples from the contribute-files section of this google group, but hit a roadblock this morning: trying to run "2dplot," I installed java3d and it passes the tests on https://j3d-webstart.dev.java.net/test/ but when I

Re: dumb noob ceremony question

2009-12-11 Thread rebcabin
thanks much! On Dec 10, 7:28 pm, Richard Newman wrote: > > (clojure.set/union #{1} #{2}) > > > what'd I do wrong, please & thanks? > > Nothing wrong! > > Try this: > > (use 'clojure.set) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to thi

dumb noob ceremony question

2009-12-10 Thread rebcabin
I'd like to say (union #{1} #{2}) but I'm forced to say (clojure.set/union #{1} #{2}) what'd I do wrong, please & thanks? -- 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 Note that posts