That would only allow AOT-compiled Clojure to be used -- no dynamic stuff,
no REPL, no development directly on that VM, and no code that uses eval.

That's something of a problem.

Any timeline on when the VM will have fully mature JVM classloader
capabilities?



On Mon, Jul 29, 2013 at 4:06 AM, Niklas Therning <nik...@therning.org>wrote:

> Hi,
>
> I'm the founder of the RoboVM project. RoboVM supports reflection but not
> custom classloaders and not runtime bytecode manipulation. If clojure can
> be compiled ahead of time to bytecode .class files than there's a
> possibility that it could work on RoboVM and iOS. Just let me know what you
> need to know.
>
> /Niklas
>
>
> On Monday, July 22, 2013 3:59:34 PM UTC+2, Gary Trakhman wrote:
>
>> Seems like it would need reflection and classloaders for loading ASM
>> bytecode, and the run-time would thus need its compiler, I can't tell from
>> the site whether that's the case.  If there's no reflection, then it would
>> be a pain to make clojure work.
>>
>> But, I see it says: 'The standard classes (java.lang.*, java.util.*, etc)
>> included in RoboVM are based on Android's runtime.'
>>
>> Need more details about how it actually runs java bytecode and its
>> architecture.
>>
>>
>> On Sun, Jul 21, 2013 at 12:32 PM, Jacob Goodson <submissio...@gmx.com>wrote:
>>
>>> I wanted to see if people know/knew about this.  According to the
>>> website it states that the VM converts JVM bytecode to native... could
>>> clojure take advantage of this(I assume it can but I would like to hear
>>> from people with a true understanding if I should be excited or not =P)?
>>>
>>> --
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clo...@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+u...@**googlegroups.com
>>>
>>> For more options, visit this group at
>>> http://groups.google.com/**group/clojure?hl=en<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+u...@**googlegroups.com.
>>>
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out<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.
>
>
>

-- 
-- 
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.


Reply via email to