Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khinsen/racket-typed-lang
A bare-bones typed language implementation for Racket
https://github.com/khinsen/racket-typed-lang
Last synced: 23 days ago
JSON representation
A bare-bones typed language implementation for Racket
- Host: GitHub
- URL: https://github.com/khinsen/racket-typed-lang
- Owner: khinsen
- Created: 2014-10-20T10:54:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-30T23:34:03.000Z (about 9 years ago)
- Last Synced: 2023-04-03T12:17:23.804Z (over 1 year ago)
- Language: Racket
- Size: 166 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
racket-typed-lang
=================A bare-bones typed language implementation for Racket
This repository contains an example for a typed language implemented
in Racket, consisting of Typed Racket with extensions. This is
not trivial to do. The current version works thanks to a suggestion
by Evan Moran on the Racket user mailing list.Usage
-----1. Clone this repository:
`git clone https://github.com/khinsen/racket-typed-lang`
2. Enter the repository directory:
`cd racket-typed-lang`
3. Tell Racket about the collection `a-typed-lang`:
`raco link a-typed-lang`
4. Run the example:
`racket example.rkt`