Profile_bird

Hey there! MacRuby 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 MacRuby's tweets.

Already using Twitter
from your phone? Click here.

MacRuby

  1. RT @ThinkCodeTV Lo screencast 'Introduzione a MacRuby' riceve una splendida raccomandazione dal team di MacRuby: http://bit.ly/Tjw1
  2. @jonsterling trunk ships an Xcode target that will compile the source code to machine code. Feel free to try it and tell us how it works!
  3. throwing together a little @macruby app for my demo at #desertcodecamp tomorrow (via @iamruinous)
  4. @ecin Please report us bugs :) BTW the second exception is "normal" (comes from Cocoa).
  5. Pittsburgh Ruby Brigade meets 7:30 pm this Thursday at Vivisimo, Inc. http://pghrb.org MacRuby talk by @geek (via @geek)
  6. @iamxhan Because we are adding more stuff as long as we progress :-) Recently we added rdoc files and new C extensions.
  7. Slides from @alloy’s RubyCocoa/MacRuby talk earlier today at RubyEnRails 2009: http://tr.im/DCW0 (via @fngtps)
  8. if your twitter account supports the new list feature, feel free to follow the MacRuby team: http://twitter.com/macruby/...
  9. @sadjester Are you talking about binaries generated by macrubyc? Beta1 links against the whole runtime+LLVM libs statically.
  10. @sadjester Don't forget it's still a work in progress :) And we also never made any claim.
  11. @sadjester Your snippet generates lots of objects (Bignum) in a loop, this is still an area of MacRuby that needs to be optimized.
  12. @wladjmir activerecord: yes, jdbc: probably no (why would you want it?).
  13. MacRuby tips: create a Cocoa file/folder browser in a few lines of code: http://bit.ly/1VuxBZ (via @merbist)
  14. Since Sep 19 2009 we served 1055 downloads (~28.10GB) over 35 nightly builds. http://macruby.icoretech.org
  15. @dylanbr For apps too! :-)
  16. @P4010 Oh, we probably want to expose an API then ... please file a bug :-)
  17. @pkieltyka We didn't try QL but CA works pretty well. If you give MR a try anyway let us know if you find anything wrong :-)
  18. @subvertir No, all Objective-C classes are currently constants of Object. If you like that functionality, please file a ticket on Trac :)
  19. @P4010 In theory yes, there might be a bug in alias if it doesn't work. At least defining setFoo(x) should work.
  20. @pkieltyka Yes, we plan to feature that for the release after, in 0.6 :)