scala
After installing Scala using MacPorts, scala command is not found
I am running Snow Le开发者_StackOverflow中文版opard and installed MacPorts. I then installed the latest (as of this writing) Scala version as:[详细]
2023-04-11 11:22 分类:问答What does #> operator mean in Scala Lift?
Studying Lif开发者_开发技巧t I\'ve immediately found a non-familiar #> operator. What exactly does it mean?[详细]
2023-04-11 11:16 分类:问答Scala, Android and Eclipse
I\'ve started learning Scala, and I... I think I\'m in love. I\'ve only coded small test snippets so far, but since I currently working in Android development, what I really want to do is try my hand[详细]
2023-04-11 10:19 分类:问答how to connect scala applet with html file?
Im trying to make a simple scala applet from the following code: import javax.swing._ object ScalaAppletMain extends JApplet{[详细]
2023-04-11 10:07 分类:问答SBT: Start a command line 'run' of the main class of a non-default project
I am starting to use sbt build my Scala code (and handle dependencies). As far as I know if I use $ sbt run <args>[详细]
2023-04-11 08:53 分类:问答How to develop ajax web applications in Scala?
I\'m looking for an object oriented web framework to develop Ajax applications in Scala. So, ideally I would like to have something like GWT but without mixing Java (client code) and Scala (server cod[详细]
2023-04-11 08:20 分类:问答What languages are mature to develop native apps in Android [except Java]
Is there a languages other then Java to develop native apps in android without s开发者_C百科cript layer/AIR and others 3rd party abstractions.[详细]
2023-04-11 07:37 分类:问答How to invoke a method taking String * with elements of Array[String]
Suppose I have a method def f(s:String *) = s.foreach( x => println(x) ) Now I have an array: val a = Array(\"1\", \"2\", \"3\")[详细]
2023-04-11 07:19 分类:问答What really happens behind the Scala runtime/REPL when running a '.scala' program?
When I run something like the following from the command line, what really happens? > scala hello.scala[详细]
2023-04-11 07:01 分类:问答Troubles with importing java package to scala project (IntelliJ 10.5.2)
Trying to add \"import\" statement to my new scala project (I\'m us开发者_运维百科ing IntelliJ 10.5.2 right now) syntax highlighter tells me that he cannot find java package:[详细]
2023-04-11 06:30 分类:问答