Building Clojure Services at Scale
blog.josephwilk.net
Building Clojure Services at Scale
1–10 of 22 posts
Re: Building Clojure Services at Scale
#2In this case, it's definitely worth unblocking. :-)
Re: Building Clojure Services at Scale
#3Re: Building Clojure Services at Scale
#4This is the first I've heard of the "Scala runtime". Isn't it compiled to bytecode and usable as a jar dropped in anywhere on the JVM possibly with some name mangling if you don't design your public interface to be pretty for java based projects?
Re: Building Clojure Services at Scale
#5This is the first I've heard of the "Scala runtime". Isn't it compiled to bytecode and usable as a jar dropped in anywhere on the JVM possibly with some name mangling if you don't design your public interface to be pretty for java based projects?
Re: Building Clojure Services at Scale
#6This is the first I've heard of the "Scala runtime". Isn't it compiled to bytecode and usable as a jar dropped in anywhere on the JVM possibly with some name mangling if you don't design your public interface to be pretty for java based projects?
Re: Building Clojure Services at Scale
#7With Ghostery on, there's no content on this page unless you unblock the SoundCloud widget. In this case, it's definitely worth unblocking. :-)
Re: Building Clojure Services at Scale
#8This is the first I've heard of the "Scala runtime". Isn't it compiled to bytecode and usable as a jar dropped in anywhere on the JVM possibly with some name mangling if you don't design your public interface to be pretty for java based projects?
Re: Building Clojure Services at Scale
#9Re: Building Clojure Services at Scale
#10This is the first I've heard of the "Scala runtime". Isn't it compiled to bytecode and usable as a jar dropped in anywhere on the JVM possibly with some name mangling if you don't design your public interface to be pretty for java based projects?
im pretty sure he means the standard library, e.g. data structures. Sharing Scala and Clojure code means converting your data structures at the boundaries.
See the scala docs for JavaConversions to see how to make scala collections look like java ones.