So is there any interest in an Arc variant that runs on the iOS Obj-C runtime? I am curious to know if there is interest in this kind of thing. It's not exactly the same, but it follows the definition of Arc as it's defined in the tutorial text file (for the most part). However I did change a few things that I didn't like :) This is just something I've been playing with the past few months. I currently have a web interface to the Obj-C runtime on the iOS device, which is like having a REPL. I also have simple bindings for ImageMagick, cURL, PCRE, and CoreGraphics. Next on the list is CoreText. Longer term goal is to be able to implement the functionality necessary make the web browser, HTML, CSS, and JavaScript irrelevant. So let me know and I will try and write some documentation and make a release. |