v-nys / cclp

A rewrite of my implementation of the Compiling Control technique, in Racket.
MIT License
1 stars 0 forks source link

decouple example programs from cclp language #6

Closed v-nys closed 7 years ago

v-nys commented 8 years ago

Basically, make the cclp language (locally) installable, remove permutation sort etc. from the core project.

v-nys commented 7 years ago

The beautiful racket jsonic tutorial explains how to do this.