Skip to content

Kenichi Asai's reflective programming language Black

Notifications You must be signed in to change notification settings

namin/black

 
 

Repository files navigation

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!

About

Kenichi Asai's reflective programming language Black

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 88.3%
  • HTML 11.4%
  • Shell 0.3%