Skip to content

Instantly share code, notes, and snippets.

@nrk
Created July 26, 2008 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nrk/2616 to your computer and use it in GitHub Desktop.
Save nrk/2616 to your computer and use it in GitHub Desktop.
adaniele@nutcracker:~/ironruby$ mono bin/ir.exe
IronRuby 1.0.0.1 on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
Note that local variables do not work today in the console.
As a workaround, use globals instead (eg $x = 42 instead of x = 42).
>>> puts 'hello'
hello
=> nil
>>> exit
adaniele@nutcracker:~/ironruby$ mono -V
Mono JIT compiler version 1.9 (/trunk/ r103309)
Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
TLS: __thread
GC: Included Boehm (with typed GC)
SIGSEGV: altstack
Notifications: epoll
Architecture: x86
Disabled: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment