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

https://github.com/mikekucera/partialeval-scala

Scala implementation of partial evaluators from the book "Partial Evaluation and Automatic Program Generation"
https://github.com/mikekucera/partialeval-scala

partial-evaluators scala

Last synced: 11 months ago
JSON representation

Scala implementation of partial evaluators from the book "Partial Evaluation and Automatic Program Generation"

Awesome Lists containing this project

README

          

PartialEval-Scala
=================

Scala implementation of partial evaluators from the book "Partial Evaluation and Automatic Program Generation".

The book can be found here: http://www.itu.dk/~sestoft/pebook/

Very little has been implemented so far, this project has just been started.