Updated core readme
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Joe Bellus 2022-10-16 21:31:24 -04:00
parent ce3557630e
commit 0816ee49fc
1 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
#+OPTIONS: toc:nil
* Abacus
A scratch pad for calcualtions
A scratch pad for calcualtions.
Abacus is a lightweight scratch pad for making quick calculations. It is programatic by nature and employs a simple custom scripting language designed around calculating. The scripting lanugage is fully features and supports functions, closures, variable assignment, dataframes, sereis, primitive data types, arrays, maps, etc.
The following prebuilt binaries are provided:
[[https://objects.5sigma.io/public/abacus/abacus-linux-amd64.tar.gz][amd64 Linux Binary]] (tar.gz)
[[https://objects.5sigma.io/public/abacus/abacus.exe][Windows Executable]] (exe)
[[https://objects.5sigma.io/public/abacus/abacus-amd64.deb][Linux Debian Package]] (.deb)
[[abacus_demo.png]]
@ -16,7 +24,7 @@ This package is broken into two projects:
* Building the project from source
** Rust
Download and install rust: [[https://rustup.rs]].
Download and install the rust toolkit: [[https://rustup.rs]].
** Linux
*** General Dependencies