Back to directory
scala-lms avatar

tutorials

Tutorials on Lightweight Modular Staging. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/scala-lms/tutorials.git

122

Stars

46

Forks

15

Watchers

—

License

Build Status

Tutorials on LMS

Lightweight Modular Staging (LMS) is a framework for runtime code generation and compiled DSLs.

How to build and run

  1. Install the SBT build tool:

    If you are using OS X and Homebrew, run brew install sbt.

    For other platforms, follow the instructions on the SBT website.

  2. Clone this repo and run the tests:

  • git clone https://github.com/scala-lms/tutorials.git lms-tutorials
  • cd lms-tutorials
  • sbt test

Browse the sources