Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fortizpenaloza/scheme
Little scheme interpreter
https://github.com/fortizpenaloza/scheme
Last synced: 5 days ago
JSON representation
Little scheme interpreter
- Host: GitHub
- URL: https://github.com/fortizpenaloza/scheme
- Owner: fortizpenaloza
- License: mit
- Created: 2022-04-19T20:32:44.000Z (over 2 years ago)
- Default Branch: release-candidate
- Last Pushed: 2022-04-20T17:41:29.000Z (over 2 years ago)
- Last Synced: 2024-10-31T06:41:47.512Z (about 2 months ago)
- Language: Smalltalk
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Scheme
![Logo](assets/logo.svg)
What is this thing? “the motto”, the goals, the vision.
[![Unit Tests](https://github.com/fortizpenaloza/Scheme/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/fortizpenaloza/Scheme/actions/workflows/unit-tests.yml/badge.svg)
[![Coverage Status](https://codecov.io/github/fortizpenaloza/Scheme/coverage.svg?branch=release-candidate)](https://codecov.io/gh/fortizpenaloza/Scheme/branch/release-candidate)
[![Baseline Groups](https://github.com/fortizpenaloza/Scheme/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/fortizpenaloza/Scheme/actions/workflows/loading-groups.yml)
[![Markdown Lint](https://github.com/fortizpenaloza/Scheme/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/fortizpenaloza/Scheme/actions/workflows/markdown-lint.yml)[![GitHub release](https://img.shields.io/github/release/fortizpenaloza/Scheme.svg)](https://github.com/fortizpenaloza/Scheme/releases/latest)
[![Pharo 9.0](https://img.shields.io/badge/Pharo-9.0-informational)](https://pharo.org)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)Why would I care about this thing? When to use it? For whom is it designed?
When not to use it?## Quick links
- [**Explore the docs**](docs/README.md)
- [Report a defect](https://github.com/fortizpenaloza/Scheme/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/fortizpenaloza/Scheme/issues/new?labels=Type%3A+Feature)## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).## Installation
To load the project in a Pharo image follow this [instructions](docs/how-to/how-to-load-in-pharo.md).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)