I'm not very familiar with how RubyMotion works but I guess it's similar. RoboVM takes Java bytecode and compiles it into machine code ahead of time. For each .class file an object file is produced. The object files are linked together with a runtime library into an executable. RoboVM uses the Boehm GC.
On Thu, Aug 1, 2013 at 4:25 AM, PublicFarley <publicfar...@gmail.com> wrote: > Niklas, RoboVM looks incredibly cool. I'm definitely going to fool around > with it to see if I can get some Clojure code up and running on iOS. This > could become RubyMotion for JVM language devs! > > Have you looked at RubyMotion? Is your approach conceptually similar? How > do you handle GC? Via an ARC like mechanism or do you bundle a garbage > collector? > > Again, great work. > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "Clojure" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/clojure/69tZB2Wh6Tg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.