As my first foray into Clojure I'm thinking of writing an applet in it, are there downfalls to this approach I should concern myself? inb4 lisp is shit
>>3
Applets don't do reflection or dynamic classloading, but if you AOT compile the clojure it works. Startup time will be slower than Java whilse everything gets initialised.