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

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

Awesome Lists containing this project

README

        

rktutils
========
[![Build Status](https://travis-ci.org/bennn/mechanics.svg)](https://travis-ci.org/bennn/mechanics)
[![Coverage Status](https://coveralls.io/repos/bennn/mechanics/badge.svg?branch=master&service=github)](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.