Videos tagged with IronRuby
SummaryJimmy Schementi comes to dnrTV to explain how IronRuby works in Visual Studio. Jimmy goes over the key concepts and runs through some very interesting demos including a SilverLight dynamic calculator.BioJimmy Schementi is one of the core developers on the IronRuby team at Microsoft.
MIX09: Using Dynamic Languages to Develop Microsoft Silverlight Applications
Learn how to use the Microsoft Visual Basic/C# DLR integration to test a statically-typed application with IronRuby. See how to develop a Silverlight application end-to-end with IronRuby, and how programming with dynamic languages helps improve the dev experience. John Lam John works on the Open Source IronRuby compiler at Microsoft. He also helps folks around the company understand how to work...
RubyConf 2008: IronRuby Demonstration
Author: John Lam
RubyConf 2008: IronRuby
John walked through some of the cool stuff they are doing with IronRuby. He started out showing how you can host the ruby engine in a C# application, in just a couple lines of code he wrote a WPF irb clone. He also showed how with C# 4.0 you can run the ruby engine, send it code, then reach in and get specific variables and pull them back out (using the dynamic keyword). He went on to show acce...
Ruby VMs: A Comparison
Summary A look at the different Ruby virtual machines (JRuby, MagLev, IronRuby, Rubinius, MacRuby) and how to choose what fits best within the enterprise. Bio Jason Seifer is a web developer and 1/2 of RailsEnvy.com, where he helps produce a weekly news podcast for Ruby and Ruby on Rails developers. His programming interests include Ruby, Rails, Javascript, full text search, and Objective-C. Ab...
Ruby Beyond Rails
Summary At RubyFringe John Lam talks about his path to dynamic languages, some of the problems of making IronRuby run fast, and how the DLR helps with implementing languages. Bio John Lam John works on the IronRuby project at Microsoft. IronRuby is an Open Source implementation of Ruby that runs real Ruby programs. John and his family recently relocated to Seattle from Toronto and they're lovin...
RubyConf 2007: State of IronRuby
The one post of the conference that might really interest the majority of my readers. John talked about joining Microsoft, working on some earlier Ruby bridges and RubyCLR, and overall did a pretty good job as a Microsoft speaker in front of an open source Ruby crowd. He used some good self-depreciating humor and even wore a devil tail. He covered the main goals of the project, one of which is ...
Charles Nutter discusses JRuby
Summary JRuby project lead Charles Nutter discusses how he got involved with JRuby, Sun's involvement with JRuby, how JRuby fits into enterprise-level web applications, the possibility of a friendly fork of the OpenJDK source code, reasons for switching to JRuby, the future of JRuby, Spring and JRuby, and the Ruby community as a whole. Bio Charles Nutter has been a Java developer since 1996, re...