ironruby Questions
2
Solved
MonoTouch is always mentioned along with C#. Are the framework and toolset actually limited to C#, or do other CLR languages like IronRuby and F# work as well?
Emiliaemiliaromagna asked 10/12, 2009 at 20:47
3
I'm using IronRuby 0.9.1 and cucumber 0.4.0. I also have MRI 1.8 installed.
I've created the following wrapper script (icucumber.bat) to run cucumber on IronRuby
@ECHO OFF
REM This is to tell Iro...
Nora asked 13/10, 2009 at 20:29
2
Solved
Here is code of very simple expression evaluator using IronRuby
public class BasicRubyExpressionEvaluator
{
ScriptEngine engine;
ScriptScope scope;
public Exception LastException
{
get; set;
...
Yoshida asked 2/11, 2009 at 12:0
4
Solved
While I know IronRuby isn't quite ready for the world to use it, I was wondering if anyone here tried it and tested how well it faired against the other Rubies out there in terms of raw performance...
Tipsy asked 1/9, 2008 at 18:15
6
Solved
I just listened to podcast of Chris Smith talking about F# in which he talks about how F# is a language which allows you to approach problems in a different way than in C#/VB.NET, i.e. instead of "...
Rarefaction asked 10/6, 2009 at 19:55
7
Solved
I'm curious about how .NET will affect Python and Ruby applications.
Will applications written in IronPython/IronRuby be so specific to the .NET environment, that they will essentially become pla...
Vizcacha asked 21/1, 2009 at 20:43
4
Solved
Can somebody point me to a tutorial and/or Getting Started document to get IronRuby running Rails? I'm particularly interested in a detailed, step-by-step reference, not general guidelines.
Seicento asked 22/12, 2008 at 18:24
© 2022 - 2024 — McMap. All rights reserved.