Joben.Rara.blogs(".NET")

There are two ways to write error-free programs; only the third one works.

DLR on Mono

Hey Cruizer, DLR is now on Mono. Smile

It’s now official. Thanks to Zoltan Varga’s recent check-in to SVN, Mono now successfully runs IronPython 2.0A1/DLR,


[mdavid@domU-12-31-37-00-03-10 Debug]$ mono -V
Mono JIT compiler version 1.2.4 (/trunk/ r77478)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       normal
        Architecture:  x86
        Disabled:      none
[mdavid@domU-12-31-37-00-03-10 Debug]$ mono ipy.exe IronPython console: IronPython 2.0A1 (2.0.10427.02) on .NET 2.0.50727.42 
Copyright (c) Microsoft Corporation. All rights reserved.
>>>
[Mono:DLR] Hello, Dynamic Language Runtime-enabled World!
 

Comments

cruizer said:

yep, i read it on miguel de icaza's blog. hopefully the dlr-compatible mono will be out with mono 1.2.5. teka bakit ako lang in-address mo sa blog mo, ha ha! :P

# May 18, 2007 8:04 AM