Skip to content

Instantly share code, notes, and snippets.

@dvdsgl
Created May 16, 2010 15:48
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 dvdsgl/402945 to your computer and use it in GitHub Desktop.
Save dvdsgl/402945 to your computer and use it in GitHub Desktop.
[~/Developer/ScalaMono]% scalac-net ScalaMono.scala
[~/Developer/ScalaMono]% ilasm ScalaMono.msil
Assembling 'ScalaMono.msil' , no listing file, to exe --> 'ScalaMono.exe'
Operation completed successfully
[~/Developer/ScalaMono]% mono ScalaMono.exe
Scala on Mono! fib (0) = 1
Scala on Mono! fib (1) = 1
Scala on Mono! fib (2) = 2
Scala on Mono! fib (3) = 3
Scala on Mono! fib (4) = 5
Scala on Mono! fib (5) = 8
Scala on Mono! fib (6) = 13
Scala on Mono! fib (7) = 21
Scala on Mono! fib (8) = 34
Scala on Mono! fib (9) = 55
[~/Developer/ScalaMono]%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment