scala-script Questions
2
Solved
I have a previously working Scala script that when I try to run it on a new PC, the compilation fails.
So I made simple script to test:
#!/bin/sh
exec scala -J-Xmx2g "$0" "$@"
!#
println("test"...
Drama asked 15/6, 2018 at 13:13
2
Solved
I'm using Intellij-idea for scala programming (with sbt plugin).
I want to know what is the difference between scala classes, scala scripts and scala worksheets. When we use each of them?
This wi...
Burtie asked 13/4, 2015 at 7:38
2
Solved
It's possible to write shell scripts in Scala by starting a text file with:
#!/bin/sh
exec scala "$0" "$@"
!#
To ease script creation, I would like to write an executable called scalash (perhaps...
Macaroon asked 1/10, 2011 at 12:13
1
© 2022 - 2024 — McMap. All rights reserved.