https://github.com/calculationcollective/scmcalculator
https://github.com/calculationcollective/scmcalculator
calculator scheme
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calculationcollective/scmcalculator
- Owner: CalculationCollective
- License: other
- Created: 2023-04-15T23:42:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T23:44:10.000Z (about 2 years ago)
- Last Synced: 2025-01-08T16:08:01.845Z (6 months ago)
- Topics: calculator, scheme
- Language: Scheme
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Scheme calculator
## Compiling
Download a [compiler](https://code.call-cc.org/)Open the folder in a terminal and run ```csi .\SCMCalculator.scm``` this will compile the ```.csm``` file into a ```.c``` file and run it