Open valtih1978 opened 9 years ago
I flipped declaration order
val zero = 1
def abc = zero
to work around
Probably, you can integrate a standard compiler instead of relying on your own for better quality and specification conformity. Is it possible?
Which guidelines did you use to learn Eclipse worksheets/plugins? Do you have a guideline for getting involved developers? I am more interested to know how to program worksheets in principle.
We use the standard compiler scalac
. The problems arise because the document needs to be crippled apart. If you are interested to contribute to the worksheet or if you want to get details about its internals, you should speak up at scala-ide-dev or on gitter.
Scala Worksheet 0.4.0.v-2_11-201509281548-ab29b9c refuses to run
despite I see that it is compilable in http://scastie.org/12942
Originally, I have discovered it a bit longer form, http://scastie.org/12932