https://github.com/2m/scala-after-dsl
https://github.com/2m/scala-after-dsl
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2m/scala-after-dsl
- Owner: 2m
- Created: 2015-01-11T09:17:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-11T09:41:10.000Z (over 11 years ago)
- Last Synced: 2025-03-20T00:54:57.833Z (about 1 year ago)
- Language: Scala
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple example that demonstrates how various features of scala
can be used to create rich and powerful DSLs.
### To run this
1. Install [GitHub for Windows](https://windows.github.com/) and clone this repo to your computer.
2. Download [sbt](http://www.scala-sbt.org/download.html) and install it. Make sure you can run `sbt` from your command line.
3. Go to the directory where you cloned this repo and type `sbt run`. Select which App you want to run and hit Enter.