Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexknauth/no-vert-bar-lang

a racket lang-extension that reads `|` as a normal character
https://github.com/alexknauth/no-vert-bar-lang

Last synced: about 1 month ago
JSON representation

a racket lang-extension that reads `|` as a normal character

Awesome Lists containing this project

README

        

no-vert-bar-lang
===
a racket lang-extension that reads `|` as a normal character

```racket
#lang no-vert-bar racket
(define (P-A|B P-A P-B P-B|A)
(* P-B|A (/ P-A P-B)))
```