crowncalc
Basic calculator in Nim
Summary
| Latest Version | 1.0.2 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-09-02 07:20 |
Tags
Authors
- Rainbow Asteroids
Installation
nimble install crowncalc
choosenim install crowncalc
git clone https://github.com/RainbowAsteroids/crowncalc
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| crowncalc | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 1.6.0 | No |
| noise | - | No |
| sdl2 | - | No |
Source
| Repository | https://github.com/RainbowAsteroids/crowncalc |
|---|---|
| Homepage | https://github.com/RainbowAsteroids/crowncalc |
| Registry Source | nimble_official |
README
Crowncalc
A calculator written in nim
Dependencies
ccalc depends on SDL2, meaning you have to install it if you want to use the GUI
calculator. Installation instructions exist at
nim-lang/sdl2
Usage
Crowncalc is fairly straight forward.
crowncalc

ccalccli
👑 calc>2+2
4.0
👑 calc> ^D
Goodbye!
crowncalc library
import crowncalc
echo "2+2".solve # 4.0
Credits
Space Mono, the font used in ccalc, is
under the OFL and is made by Colophon Foundry.