Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaid-ajaj/fable-calculator
F# stack-based calculator written with Fable and fable-arch
https://github.com/zaid-ajaj/fable-calculator
calculator fable
Last synced: 29 days ago
JSON representation
F# stack-based calculator written with Fable and fable-arch
- Host: GitHub
- URL: https://github.com/zaid-ajaj/fable-calculator
- Owner: Zaid-Ajaj
- License: mit
- Created: 2017-01-20T22:01:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T01:55:54.000Z (about 8 years ago)
- Last Synced: 2024-11-12T14:53:50.037Z (3 months ago)
- Topics: calculator, fable
- Language: F#
- Homepage: https://zaidajaj.neocities.org/html/arch-calc/index.html
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fable-calculator [demo here](https://zaidajaj.neocities.org/html/arch-calc/index.html)
F# stack-based calculator written with [Fable](https://github.com/fable-compiler/Fable) and [fable-arch](https://github.com/fable-compiler/fable-arch)### Install
```shell
git clone https://github.com/Zaid-Ajaj/fable-calculator.git
cd fable-calculator
fable
```