Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 769 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 769 Bytes

Demo of Scala on Tessel 2

What's this

This is a simple demo of running Scala on Tessel 2 by using Scala.js.

This code includes:

See also the companion blog post Scala on Tessel 2.

Requirements

  • Scala and sbt
  • npm
  • Tessel 2's t2 command
  • a connected Tessel 2

Compiling and running

  • sbt fullOptJS
  • t2 run target/scala-2.11/tessel-scala-opt.js

License

MIT license.