https://github.com/bksaiki/minim
Scheme-like language
https://github.com/bksaiki/minim
c hobby-language
Last synced: about 1 year ago
JSON representation
Scheme-like language
- Host: GitHub
- URL: https://github.com/bksaiki/minim
- Owner: bksaiki
- License: mit
- Created: 2020-09-22T02:43:54.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T18:46:41.000Z (over 1 year ago)
- Last Synced: 2025-04-13T00:14:26.734Z (about 1 year ago)
- Topics: c, hobby-language
- Language: C
- Homepage:
- Size: 2.98 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.txt
- License: LICENSE
Awesome Lists containing this project
README
# Minim
A small Scheme-like language inspired by Racket. Currently supported on Linux. Not tested on macOS or Windows.
The `main` branch contains the newest features, but there is no guarantee on stability.
For the most recent stable release, checkout the `stable` branch.
#### Prerequisites
- `gcc`, `make` (not tested with `clang`)
- `autoconf`, `libtool` (if building with Boehm's garbage collector)
- GNU MP library (GMP)
#### Install
1. Clone this repository (clone recusive if building Boehm's garbage collector)
2. Run either `make boehm-gc` or `make minim-gc`
3. Run `make release` in this directory.