-
Notifications
You must be signed in to change notification settings - Fork 1
Setup ~ Plugin
Vlad Ureche edited this page Aug 6, 2015
·
3 revisions
Data-centric metaprogramming support can be added as a Scala compiler plugin, in your sbt build file. To see an example, check out the ildl-example project we have set up for you.
- you can also use a virtual machine to test the
ildl-plugin - return to the home page
The `ildl-plugin` is a meta-programming technique aimed at allowing safe, custom transformations across library boundaries. Using `ildl`-based transformations, we were able to obtain speedups in excess of 20x and have optimized code across a wide range of use-cases. **Return to the main page** or **return to the OOPSLA Step by Step Guide**
Some of the pages of this wiki are in flux. If you can't find what you are looking for, please [file a bug](https://github.com/miniboxing/ildl-plugin/issues).