Re: clojure core eval appears recursive?

2015-07-24 Thread SteveSuehs
but (. > clojure.lang.Compiler (eval form)) is invoking a static method. See the dot > special form docs > <http://clojure.org/java_interop#Java+Interop-The+Dot+special+form>. > > On Friday, July 24, 2015 at 10:27:52 AM UTC-4, SteveSuehs wrote: >> >> I am looking a

clojure core eval appears recursive?

2015-07-24 Thread SteveSuehs
I am looking at the source for clojure's core eval function. It appears to recursively call itself. Is the eval used to call a method on compiler not the same eval? How is this not infinitely recursive? Is something lazy here? Links: * Clojure eval https://github.com/clojure/clojure/blob/b

Re: [ANN] Gorilla REPL 0.2.0 - all new extensible renderer

2014-04-15 Thread SteveSuehs
I'm running Leiningen 2.1.2 on Java 1.7.0_45 Java HotSpot(TM) 64-Bit Server VM Upgrading now...version 2.3.4 Removed tools.nrepl from project.clj $ lein gorilla Gorilla-REPL. Started nREPL server on port 50235 Running at http://localhost:8990/worksheet.html . Ctrl+C to exit. Looking good! On Tu

Re: [ANN] Gorilla REPL 0.2.0 - all new extensible renderer

2014-04-14 Thread SteveSuehs
Pretty neat! I'm playing with it now at the Austin Clojure meetup. I had to add tools.nrepl to the project dependencies or it couldn't find an nrepl server class. On Wednesday, March 19, 2014 3:22:57 PM UTC-5, Jony Hudson wrote: > > Hi all, > > I'm happy to announce a new release of Gorilla RE

Re: Clojure/West 2013 videos?

2013-03-25 Thread SteveSuehs
While I'd love for the whole conference to be downloaded to my iPad, I'm happy enough with the InfoQ situation. The quality and slide matching is great. The frequency is about what I can keep up with once they start coming. If I want more I guess I'll have to get my work settled and in orde