Re: Clojure on iOS devices - Swift as a host?

2014-06-24 Thread Steve Tickle
In the upcoming IOS8, UIWebView has the same (JITed) performance as the Safari, the distinction has been removed due to using the new inter-app communication mechanism. This allows the remote application (Safari/JavascriptCore/UIWebView) to display a view into another process, thus bypassing the no

Re: Idea around SCMs and Clojure

2012-07-19 Thread Steve Tickle
It would be more interesting to see a version control system based on storing an abstract syntax tree and then using a pretty printer when the files are checked out. In one fell swoop you remove the code-styling wars as everyone can have their own coding style and maintain consistency with everyone

Re: Idea around SCMs and Clojure

2012-07-19 Thread Steve Tickle
It would be more interesting to see a version control system based on storing an abstract syntax tree and then using a pretty printer when the files are checked out. In one fell swoop you remove the code-styling wars as everyone can have their own coding style and maintain consistency with every

Re: ClojureC - A Clojure to C compiler - Work in Progress

2012-07-11 Thread Steve Tickle
Llvm does target iOS already, plenty of other platforms aren't so lucky tho. There is a lot of value in having a c target, it's effectively the most portable assembly language in existence. SteveT On 10 Jul 2012, at 19:09, Timothy Baldridge wrote: >> Please don't bypass C! Almost all platforms

Re: ClojureC - A Clojure to C compiler - Work in Progress

2012-07-11 Thread Steve Tickle
I would agree with those not wanting to bypass C, every platform on the planet has a C compiler, only a few are targeted by LLVM. SteveT On Tue, Jul 10, 2012 at 2:20 PM, Mark Probst wrote: > On Mon, Jul 9, 2012 at 7:03 PM, Adam King wrote: > > However, thanks for your work on this! In the