pouyakary / Nota

A calculator with a beautiful interface for the Terminal, Including unicode-based charting and rich mathematical notation rendering
http://kary.us/nota
Mozilla Public License 2.0
55 stars 1 forks source link
calculator cli command-line-interface kary-comments kary-framework mathematic-notebook mathematical-notation notation-rendering repl terminal text-user-interface

Nota Language

Nota is a nice terminal calculator with rich notation rendering and a nice language. It gives you a beautiful language that is readable and easy to type and then renders your input into a beautiful notation with result:

Installation

Automatic Installation

Clone this repo and run:

bash ./install.sh

Manual Installation

First you should have [GNU Make]() and Haskell Stack installed. Then you have to run these commands within your terminal to install nota. This will give you the command nota that you can run

git clone http://codes.kary.us/nota/nota.git
cd nota
make install

Documentation

Please visit Nota's website!