Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ktoso/dissecting-rogue-scala-presentation
A live coding presentation focused around how easy it is to implement an internal DSL in Scala
https://github.com/ktoso/dissecting-rogue-scala-presentation
Last synced: 29 days ago
JSON representation
A live coding presentation focused around how easy it is to implement an internal DSL in Scala
- Host: GitHub
- URL: https://github.com/ktoso/dissecting-rogue-scala-presentation
- Owner: ktoso
- Created: 2013-01-22T22:42:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T09:18:37.000Z (almost 12 years ago)
- Last Synced: 2024-12-07T01:44:07.264Z (about 1 month ago)
- Language: Scala
- Size: 418 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You'll need to prepare the project before running by setting this value in `~/.sbt/local.sbt`:
```scala
SettingKey[File]("mongo-directory") := file("/usr/local/Cellar/mongodb/2.2.2-x86_64")
```