Skip to content
Lars Sjögreen edited this page Apr 9, 2017 · 3 revisions

Welcome to the CalKul wiki!

What is CalKul?

CalKul is an RPN/RPL calculator written in C#. It is still very early in development and therefore only handles variables, doubles, strings, booleans and a few operators.

Why?

For now? Just for fun. Also to have a simple calculator with some RPN/RPL capacity in PowerShell or Bash.

Features

  • Stack based math
  • A few operators
  • Console interface
  • Variables
  • Configuration settings

System requirements

  • Windows
  • .Net 4.5
  • (It will probably work with Mono (or even .NET Core?) on all types of platform. No fancy external stuff used apart from Ninject. Haven't tried though.)
Clone this wiki locally