On 23 Jul 2010, at 09:59, Mr Jaba wrote: > Are the slides from your talk up anywhere I can take a look at? Sadly by > being down south I can't make the actual meet ups, but I can lurk on lists > pretty well :)
Heh, I've not put them up anywhere, but shall do so shortly. > Also are there any good resources for MacRuby, I'm find the best one so far > is the PeepCode screencast? Although I've just bought a book on the Cocoa > Framework so hopefully that'll help a bit. It's a bit of a strange one, most of the stuff you need to know is Cocoa knowledge rather than MacRuby. I've come from knowing both ruby and dabbling with objc/cocoa to it, so I've already got some Cocoa usage experience which made it rather easy to pick up. The Apple documentation is _awesome_, it's a really well documented framework. On the macruby site, I'd start with the tutorial[1], then list of documentation/tutorials elsewhere[2] and the examples in the source code tree[3]. The MacRuby mailing list is very responsive to questions too, although I think it's intended as more of a macruby core development list[4]. There's a macruby book being written by @merbist too, and he's writing it in the open for people to leave feedback on (pretty nice way of doing it imo.) That's over at OReilly[5]. [1]: http://www.macruby.org/documentation/tutorial.html [2]: http://www.macruby.org/documentation.html [3]: http://svn.macosforge.org/repository/ruby/MacRuby/trunk/sample-macruby/ [4]: http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel [5]: http://macruby.labs.oreilly.com/ C --- Caius Durling [email protected] +44 (0) 7960 268 100 http://caius.name/ -- You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en.
