https://github.com/bennn/mechanics
(in progress) Racket port of the SICM scmutils library
https://github.com/bennn/mechanics
racket
Last synced: 28 days ago
JSON representation
(in progress) Racket port of the SICM scmutils library
- Host: GitHub
- URL: https://github.com/bennn/mechanics
- Owner: bennn
- License: other
- Created: 2015-04-28T17:30:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T20:15:15.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T11:42:34.998Z (3 months ago)
- Topics: racket
- Language: Racket
- Homepage:
- Size: 138 KB
- Stars: 34
- Watchers: 6
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
rktutils
========
[](https://travis-ci.org/bennn/mechanics)
[](https://coveralls.io/github/bennn/mechanics?branch=master)Racket rendition of SICM's `scmutils` library.
**UNDER CONSTRUCTION**
Install
-------
After cloning the mechanics folder, run:
```
# The trailing '/' is necessary
raco pkg install mechanics/
```If you make any changes to the syntax tools defined in `mechanics/main.rkt`, run:
```
# Again, the '/' is required
raco pkg update mechanics/
```
to re-install.