Profile_bird

Hey there! parmanoir is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving parmanoir's tweets.

Already using Twitter
from your phone? Click here.

parmanoir

  1. @sze There's no specific framework, use Cocoa Bindings. Though binding to raw Javascript objects won't work.
  2. @boucher Yes, JSLint matches ObjJ syntax http://bit.ly/TYF7s and outputs a token stream 'compiled' to Javascript http://bit.ly/39AsoF
  3. @sandbags Seconded. Somehow Flash still manages to crash my Safari :(
  4. Objective-J syntax in JSCocoa http://bit.ly/ntBFH PIC http://twitpic.com/k2vzu
  5. Blocks and Grand Central Dispatch http://bit.ly/1IKRW5
  6. RT @kottke Barack Obama's amazingly consistent smile http://bit.ly/EXx9b
  7. Runtime Cocoa walk with JSCocoa http://bit.ly/KENRM
  8. 8 ways to use Blocks in Snow Leopard http://bit.ly/9np2N
  9. It's 2009 and configure scripts can't handle spaces in paths. Sigh.
  10. @nstrslk Yes, as JSCocoa can call C functions. The framework needs a bridgesupport file describing it. Any particular framework in mind ?
  11. WebKit's webgl tests, OpenGL in Safari http://bit.ly/2yndc
  12. JSTalk, script your Cocoa applications with Javascript instead of AppleScript - http://jstalk.org/
  13. @alexnichols Looks nice, but why all the dithering ?
  14. @subtleGradient None yet. I'm not sure if JSCocoa is allowed, JavascriptCore is a private iPhone API. Right now it's just proof of concept.
  15. Use JSCocoa in place of the existing WebKit bridge http://bit.ly/yuRYa
  16. JSCocoa now 64 bit capable ! http://bit.ly/alz8p JSCocoa now runs on x86_64, i386, PPC, iPhone and iPhone simulator.
  17. @timburks is there a table of contents available for the Cocoa patterns book ?
  18. parmanoirJSCocoa on the iPhone : details http://bit.ly/2V8WO7
  19. libffi for the iPhone http://bit.ly/SWpc4
  20. JSCocoa works on the iPhone ! source on Github, needs some cleanup (iPhoneTest2)