• Stars
    star
    195
  • Rank 199,374 (Top 4 %)
  • Language
    Scheme
  • Created about 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Kenichi Asai's reflective programming language Black

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!