[Ironruby-core] Presentation
John Lam (IRONRUBY)
jflam at microsoft.com
Tue Sep 30 11:36:16 EDT 2008
Loved the Borat photo and the Duck!
But to be fair, your IsCool function could have been written:
public bool IsCool() { return m_name.Contains("0"); }
And the new C# 3.0 Property stuff would have let you write:
public string Name { get; set; }
I used to use these kinds of arguments for C# 2.0, but Anders keeps on making it harder to continue doing so :)
Thanks,
-John
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Orion Edwards
Sent: Monday, September 29, 2008 3:52 PM
To: ironruby-core at rubyforge.org
Subject: [Ironruby-core] Presentation
I recently gave a presentation about IronRuby to my local .NET user group.
As none of them knew anything about ruby it's about 2/3'rds introduction to ruby and 1/3'rd talking about IronRuby and the DLR specifically.
As part of this I also built a small project which is basically "IRB in your winforms app".
I found it to be a really effective way of showing off :-)
I've posted links on my blog for the members of the local DNUG to have a look, but I figured other IronRubyists might be interested, so if you are,
Link to blog entry showing presentation slides<http://orionedwards.blogspot.com/2008/09/ironruby-presentation.html>
Link to blog entry explaining interactive console thing<http://orionedwards.blogspot.com/2008/09/embedded-ironruby-interactive-console.html>
Cheers, and thanks to all the IronRuby team for all their hard work :-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080930/8f01247d/attachment.html>
More information about the Ironruby-core
mailing list