Here is a project by Austin Zheng to implement Clojure in Swift 
<https://github.com/austinzheng/swift-lambdatron> (swift-lambdatron). He 
has some basics implemented with a REPL, but it does not compile to LLVM 
bitcode yet. He's talking about moving to Rust somehow… I'm still pretty 
new to Clojure, so I'm not sure what I'll be able to offer in language 
implementation yet. :-)

I've been experimenting with Mike Fikes Goby code 
<https://github.com/mfikes/goby> and I like what he's done using 
ClojureScript (see Shrimp example app). However a native solution able to 
access the Swift iOS API would be much easier and require less maintenance 
long-term. Anybody else interested in making it happen?
--Sven

On Wednesday, June 4, 2014 9:20:22 AM UTC-4, Greg Knapp wrote:
>
> The recent release of Swift made me revisit Clojure on LLVM. This post 
> from 2010 
> <https://groups.google.com/d/msg/clojure/KrwtTsdYZ8I/Qf8PSMeoZCUJ> 
> suggests it's a very difficult task.
>
> Swift would make this job easier? As with ClojureScript, generate Swift 
> code / provide interop and Clojurian's can produce native iOS apps?
>
> Perhaps the biggest hole to be filled would be tooling (Xcode is not 
> Clojure/Lisp friendly? i.e. no playground support)
>

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