Re: iOS and Windows RT support?

2013-01-28 Thread Jeff Heon
Not Clojure, but you can use Nu, a Lisp-like language, to write iPhone applications. http://programming.nu/about https://groups.google.com/d/topic/programming-nu/vboT7iW2ko8/discussion On Tuesday, January 22, 2013 12:55:29 PM UTC-5, MC Andre wrote: What's the state of iOS and Windows RT

Re: iOS and Windows RT support?

2013-01-26 Thread Gregory Graham
For iOS, I would take a look at clojure-schemehttps://github.com/takeoutweight/clojure-scheme, which translates Clojure to Gambit Scheme, which then compiles to C. Gambit Scheme has been used successfully to create iOS apps. You can see more discussion

Re: iOS and Windows RT support?

2013-01-24 Thread vemv
at 09:55:29AM -0800, MC Andre wrote: What's the state of iOS and Windows RT support for Clojure? It would be awesome to write iPhone and Surface apps in Clojure! I don't believe, that we ever will get a port of clojure on iOS. The issue is that there is not Java or .NET environment

Re: iOS and Windows RT support?

2013-01-24 Thread Jack Moffitt
Relatively succesfull efforts have been made to compile Clojure to ObjC, but they aren't legally usable in practice. Why wouldn't a cross compiler be legal? There are tons of apps in the App Store that were originally written in C# and Lua (lots of game frameworks compile down from higher level

Re: iOS and Windows RT support?

2013-01-24 Thread VĂ­ctor M . V .
From what I can read, what one can't install is a JVM, an arbitrary code interpreter, etc. A program compiled to ARM objcode would be legal. So would be an interpreter iff it only executes the bundled code with it. On Thu, Jan 24, 2013 at 4:39 PM, Jack Moffitt j...@metajack.im wrote:

iOS and Windows RT support?

2013-01-22 Thread MC Andre
What's the state of iOS and Windows RT support for Clojure? It would be awesome to write iPhone and Surface apps in Clojure! Is there a .NET port of Clojure we could use to write Windows 8 Metro apps? -- You received this message because you are subscribed to the Google Groups Clojure group

Re: iOS and Windows RT support?

2013-01-22 Thread Timothy Baldridge
You could take a look at ClojureCLR, I'm not sure if it runs on RT though. That being said, Metro has a JS API, so why not write Metro apps in ClojureScript? Timothy On Tue, Jan 22, 2013 at 10:55 AM, MC Andre andrew.penneba...@gmail.comwrote: What's the state of iOS and Windows RT support

Re: iOS and Windows RT support?

2013-01-22 Thread Jason Lewis
andrew.penneba...@gmail.comwrote: What's the state of iOS and Windows RT support for Clojure? It would be awesome to write iPhone and Surface apps in Clojure! Is there a .NET port of Clojure we could use to write Windows 8 Metro apps? -- You received this message because you are subscribed

Re: iOS and Windows RT support?

2013-01-22 Thread Jochen Schmitt
On Tue, Jan 22, 2013 at 09:55:29AM -0800, MC Andre wrote: What's the state of iOS and Windows RT support for Clojure? It would be awesome to write iPhone and Surface apps in Clojure! I don't believe, that we ever will get a port of clojure on iOS. The issue is that there is not Java or .NET