Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```