Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")
```