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 wrote: > On 10/27/2011 02:45 PM, Paul Koerbitz wrote: > > are you sure you used OpenJDK before the upgrade? I rememb

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 wrote: > Hi! > > I recently upgraded my

Re: advantage of dynamic typing

2011-09-27 Thread Paul Koerbitz
27;s a good place to start, 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.n

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 questio

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 prett

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

2011-09-27 Thread Paul Koerbitz
f 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 wrote: > > &

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

2011-09-26 Thread Paul Koerbitz
clojure/clojurescript/wiki/Emacs-&-inferior-lisp-mode > > Let me know if this needs more clarification. > > David > > On Mon, Sep 26, 2011 at 9:15 AM, Paul Koerbitz wrote: > >> Dear Clojurians, >> >> I was toying with Clojurescript and really like using

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

2011-09-26 Thread Paul Koerbitz
hanks again for your help. cheers Paul On Mon, Sep 26, 2011 at 16:28, Paul Koerbitz wrote: > 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 mov

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 t