Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 1 KB

README.md

File metadata and controls

32 lines (19 loc) · 1 KB

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!