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"
- Host: GitHub
- URL: https://github.com/mikekucera/partialeval-scala
- Owner: mikekucera
- Created: 2013-09-02T18:12:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T02:42:27.000Z (over 12 years ago)
- Last Synced: 2025-02-14T17:55:08.712Z (over 1 year ago)
- Topics: partial-evaluators, scala
- Language: Scala
- Size: 215 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.