crowncalc

Basic calculator in Nim

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

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

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

ccalc screenshot

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.