Skip to content

samth/semilit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Semi-Literate programming for Racket

Installation

% raco pkg install semilit

Use

Simply use semilit before the language specification on the #lang line, and the whole file is read by the semilit reader. This reader ignores all lines that don't begin with >, and drops the > before passing the lines on to the underlying language.

#lang semilit racket

This is not part of the program
> (define x 1) ;; part of the program

About

Semiliterate programming in Racket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages