readevalprintlove / Black

Kenichi Asai's reflective programming language Black

Programming Languages

scheme
763 projects

Black

This is the source code for Kenichi Asai's Black programming language as described in the paper Duplication and Partial Evaluation - For a Better Understanding of Reflective Languages. Please see the original README from the black.tar.gz code archive accompanying the paper.

Getting Started

(load "env.scm")
(load "stream.scm")
(define scheme-apply apply)
(load "black.scm")
(black)

See the examples. Play in your browser at io.livecode.ch!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].