To Install Nexss Programmer please go to Nexss Programmer CLI for more information.
Nexss Programmer is using Ammonite to compile and run Scala Scripts. More about ammonite: https://ammonite.io and ammonite's author blog http://www.lihaoyi.com
NOTE: However if for any reason you would like to use native scala, please change config in file scala.win32.nexss.config.js
languageConfig.compilers -> command from amm
to scala
. that's it!
nexss file add myfile.scala # This will display templates list to choice.
nexss myfile.scala
import $ivy.`com.atlassian.commonmark:commonmark:0.5.1`
is equal to
<dependency>
<groupId>com.atlassian.commonmark</groupId>
<artifactId>commonmark</artifactId>
<version>0.5.1</version>
</dependency>
Build Your Own Programming Lanugage with Scala (www.lihaoyi.com)