Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexknauth/no-vert-bar-lang
- Owner: AlexKnauth
- License: mit
- Created: 2015-11-29T22:35:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T16:42:41.000Z (almost 6 years ago)
- Last Synced: 2024-10-16T02:55:02.323Z (3 months ago)
- Language: Racket
- Homepage:
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)))
```