Yesterday I was banging my head against a (virtual) wall because of frustration trying to debug a WF -based workflow for SharePoint when I thought of a cool idea: why not use IronRuby and its REPL console to explore the SharePoint object model ? That would be cool and it would eliminate the need for...
I have posted the presentation slides (in both PowerPoint 2007 and OpenDocument Presentation formats) and demo code here: [EDIT: added link to SlideShare copy] Presentation slides, PowerPoint 2007 format , OpenDocument Presentation format or view online on SlideShare Demo code (zipped) IronRuby is probably...
Posted to
cruizer
by
cruizer
on
05-24-2009
Filed under:
Filed under: DotNET, Open Source, C#, .NET, code, presentation, Microsoft, dynamic languages, development tools, Ruby, IronRuby, event
I will be speaking about IronRuby in tomorrow's Community Technology Update event in Singapore. Good thing that IronRuby 0.5.0 was released yesterday ; that gave me enough time to adjust my presentation to take the new version into account. Nothing's worse than speaking about something that's...
Just in case you haven't seen this yet: http://www.codethinked.com/category/IronRuby-via-C-Series.aspx I'm sure it's a handy tutorial for learning Ruby (using IronRuby for .NET) the language if you've already got C#/.NET background. I personally think the DLR will become a huge thing...
Of course it's still in Alpha, but get 'em here ! Took it out for a quick spin and it seems still rough around the edges, but hey...no need to build it yourself anymore if you want to try it now.
...and it has pure Ruby goodness tied into it ! I think I'm going to wash my .NET hands today with Neatbens SOAp enhancements . Congratulations to the great folks from NetBeans ! You definetely nailed it this time. From their official press release : The focus of NetBeans IDE 6.0 is superior developer...
I'm meeting John Lam sometime this month... (ok, me and about 100 others ). I'm attending his talk on Dynamic Programming Languages for the Web a.k.a IronRuby, IronPython on Silverlight. If you want to ask him a "phone in" question, let me know so I can make a list.
Pardon the silver surfer tagline, I just watched the FF trailer, and as Johnny would say "That is so cool". Over the last week, there have been a flurry of activities in the blogspace surrounding Microsoft's announcement on MIX. John Lam tries to come up with a way to organize all the different...
Jim Hugunin of IronPython fame announced at the MIX conference the DLR (Dynamic Language Runtime). While IronPython demonstrates how good the support for dynamic languages are today in the CLR, the "new Dynamic Language Runtime (DLR) adds a small set of key features to the CLR to make it dramatically...
I was curious on how fast is it to do a web application with Ruby on Rails. They say it is really fast compared to creating a Java web application. After some searching over the net, I found Locomotive. Locomotive is a pre-packaged application which bundles all the requirements of a Rails web application...