Skip to content

azur1s/atacamite

Repository files navigation

Atacamite

An interpreted stack-based programming language implemented in Haskell.

Take a look at examples directory and try out some programs!

Building

If you want to install from source, or to work on it, you should use cabal for building.

git clone https://github.com/azur1s/atacamite.git
cd atacamite
cabal build

cabal run
cabal run -- <atacamite's arguments>

If you want to install atacamite on your system and also install the standard library, you can just run

make

it will run cabal install and then copies the standard library to $HOME/.atacamite/ (default). The binary will be installed to $HOME/.cabal/bin/atacamite

About

An interpreted stack-based programming language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published