ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-26 Thread Paul Koerbitz
Dear Clojurians, I was toying with Clojurescript and really like using the Repl as described here https://github.com/clojure/clojurescript/wiki to try things out. (thanks for all the great to everyone involved!!) Has anyone hooked this into Emacs in a Swank-like fashion? I would love to be able

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-26 Thread Paul Koerbitz
again for your help. cheers Paul On Mon, Sep 26, 2011 at 16:28, Paul Koerbitz paul.koerb...@gmail.comwrote: Hi David! thanks for the fast reply and this solution. I haven't gotten it to work yet, but this is more than likely due to me not really understanding how to put all the moving parts

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-26 Thread Paul Koerbitz
clarification. David On Mon, Sep 26, 2011 at 9:15 AM, Paul Koerbitz paul.koerb...@gmail.comwrote: Dear Clojurians, I was toying with Clojurescript and really like using the Repl as described here https://github.com/clojure/clojurescript/wiki to try things out. (thanks for all the great to everyone

Re: ClojureScript Repl -- Swank-like workflow with Emacs?

2011-09-27 Thread Paul Koerbitz
repl. If you want to work with the regular rhino-repl, replace (require '[cljs.repl.browser :as browser]) with (require '[cljs.repl.rhino :as rhino]) And you should be all set. On Sep 26, 4:28 pm, Paul Koerbitz paul.koerb...@gmail.com wrote: Hi David! thanks for the fast

Re: advantage of dynamic typing

2011-09-27 Thread Paul Koerbitz
Javier, Nathan +1 I think type systems such as Haskells (and presumably Scala's FP stuff, don't know anything about that) are really the way to go if you want static typing. I think the extra safety that it provides you with is really beneficial and for most things Haskells type system feels

Re: advantage of dynamic typing

2011-09-27 Thread Paul Koerbitz
Hi Nathan! I am very intrigued by your approach. I would love to contribute, my problem is that I don't know the first thing about type inference systems (as in how they work on the inside). Do you have a good reference here? I'll take a look at what you've done, maybe bother you with some

Re: advantage of dynamic typing

2011-09-27 Thread Paul Koerbitz
, with a pretty gentle introduction to the motivations and issues involved (though I'd imagine you'd need a rough understanding of sequent calculus notation to follow his description of the semantics of his type system). [1]http://www.ccs.neu.edu/home/samth/ On Sep 27, 12:43 am, Paul Koerbitz

Re: appengine-magic, directory not found, strange file: hierarchy

2011-10-27 Thread Paul Koerbitz
Hello Thorsten, are you sure you used OpenJDK before the upgrade? I remember having problems with OpenJDK + AppengineMagic which were resolved by switching to Sun's JDK (this was on Ubuntu 10.04). Cheers Paul On Thu, Oct 27, 2011 at 13:29, Thorsten Wilms t...@freenet.de wrote: Hi! I

Re: appengine-magic, directory not found, strange file: hierarchy

2011-10-28 Thread Paul Koerbitz
Thank you for sharing the link, I will have to go through installing Oracle Java once I upgrade to 11.10. cheers Paul On Thu, Oct 27, 2011 at 18:56, Thorsten Wilms t...@freenet.de wrote: On 10/27/2011 02:45 PM, Paul Koerbitz wrote: are you sure you used OpenJDK before the upgrade? I