- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
:javap in REPL power mode
Mon, 2011-06-06, 13:02
Trying Paul's power mode in the REPL:
That was running on solaris; I tried on Windows also with the same results. Do I need to use linux or something? And why is it platform-specific anyway? (Or is this a problem with the scala version I'm using)
Chris
Welcome to Scala version 2.9.0.1 (Java HotSpot(TM) Server VM, Java 1.6.0_18).Type in expressions to have them evaluated.Type :help for more information.
scala> :power** Power User mode enabled - BEEP BOOP WHIR **** scala.tools.nsc._ has been imported **** global._ and definitions._ also imported **** New vals! Try repl, intp, global, power **** New cmds! :help to discover them **** New defs! Type power.<tab> to reveal **
scala> class Bippy { def foo(l : List[Int], f : Int => Double) : List[Double] = l map f }defined class Bippy
scala> :javap Bippy:javap unavailable on this platform.
That was running on solaris; I tried on Windows also with the same results. Do I need to use linux or something? And why is it platform-specific anyway? (Or is this a problem with the scala version I'm using)
Chris
https://groups.google.com/d/topic/scala-user/kE4m5jiDoRc/discussion