Skip to content

NervousNullPtr/arithma

Repository files navigation

Caution

This is a small private project, potentially with bugs or unexpected behaviour.

arithma

arithma is a simple, mathematics-oriented scripting language.

Getting started

To install arithma, simply run

cargo install arithma

Then, open up your favorite code editor and create a new file with the suffix .math. For help on how to write arithma code, look at the book.

If you'd like syntax highlighting in Visual Studio Code, install the .vsix file under arithma-language-support/.

For examples, look at the book under book/ or simply open up the tests/example.math file.

Have fun!

TODO

  • Implement closures.
  • Implement sum(from, to, closure) and prod(from, to, closure).

About

A small, mathematics-oriented programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages