Also, LLVM does support

Swift seems to support Tail Call Optimization, according to this thread:
http://stackoverflow.com/questions/24023580/does-swift-implement-tail-call-optimization-and-in-mutual-recursion-case

I'm not familiar with the term fixnum, but if you mean the Ruby term for
machine word size integers, I believe that Swift can do that... at least
LLVM supports it.
http://www.rubydoc.info/github/dubik/llvmruby/Fixnum
--Sven

On Mon, Dec 8, 2014 at 3:45 PM, Fluid Dynamics <a2093...@trbvm.com> wrote:

> On Monday, December 8, 2014 1:45:43 PM UTC-5, Sven Pedersen wrote:
>>
>> Austin Zheng has some code here
>> https://github.com/austinzheng/swift-lambdatron
>> that implements the basic syntax of Clojure with a REPL but does not
>> compile to LLVM bitcode yet. He's working on some cool ideas. I really like
>> Mike Fikes work on Goby and the example app Shrimp, and I've been
>> experimenting with them. However, a native solution that does not require
>> Objective C wrappers would be much easier to maintain. I'd really like to
>> see it take off...
>>
>> BTW, nobody has mentioned RoboVM yet; it is an alternative to run real
>> JVM Clojure on iOS.
>>
>
> Do either of those *not* require jailbreaking the phone?
>
> Does LLVM support fixnums? TCO?
>
> --
> 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/HaswRFJw29g/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/d/optout.
>



-- 
``All that is gold does not glitter,
  not all those who wander are lost;
the old that is strong does not wither,
  deep roots are not reached by the frost.
>From the ashes a fire shall be woken,
  a light from the shadows shall spring;
renewed shall be blade that was broken,
  the crownless again shall be king.”

-- 
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/d/optout.

Reply via email to