-
Notifications
You must be signed in to change notification settings - Fork 0
IronLanguage usages
Here are interesting usages of the IronLanguages
We’re using IronRuby as an integration layer in our .NET applications. All of our client/server apps fire fine grained business events whenever anything interesting happens. We set up a convention based file structure on our app servers that can allow us to handle any of these events by dropping rb files in a directory with certain names that match the event we want to handle, and the context surrounding each event is given to that ruby code during execution. Read more from Nathan Stults (hsihealth.com)
I use IronRuby as the glue between sqlserver, dynamic processing for complex order scheduling, with excel connections for review/updating of scheduling. -- Eduardo Blumenfeld
I've just released the first version of IronMock ( http://bit.ly/ironmock ) which uses 9 lines of embedded IronRuby to apply interfaces to objects at runtime. It can be used for duck-typing any object, but there's also a DynamicObject-based mocking class. I achieved in a couple of lunchbreaks and a few lines of Ruby and C# something which used to take reams of IL Emit code. IronRuby rocks. -- Mark Rendle ([email protected])
We've been using IronRuby for dialplan scripts on sipsorcery.com for a couple of years now. The IronRuby scripts let VoIP users control how their calls get routed around the place. Some of the scripts written by users have become pretty sophisticated. -- Aaron Clauson
We have taken to use IronRuby from pre-alpha stage in our GUI conversion project where we are transforming Napa SW GUI (1 mil+ SLOC) from Motif + custom script language to WPF + IronRuby. So we are using IronRuby as WPF scripting language. -- Robert Brotherus (napa.fi)