Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azur1s/atacamite
An interpreted stack-based programming language
https://github.com/azur1s/atacamite
haskell proglangs-discord programming-language stack-based-language
Last synced: about 1 month ago
JSON representation
An interpreted stack-based programming language
- Host: GitHub
- URL: https://github.com/azur1s/atacamite
- Owner: azur1s
- License: mit
- Created: 2022-08-17T21:08:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T15:39:49.000Z (over 2 years ago)
- Last Synced: 2024-05-02T04:12:08.629Z (9 months ago)
- Topics: haskell, proglangs-discord, programming-language, stack-based-language
- Language: Haskell
- Homepage:
- Size: 1.61 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Atacamite
An interpreted stack-based programming language implemented in Haskell.Take a look at [examples](https://github.com/azur1s/atacamite/tree/main/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 buildcabal run
cabal run --
```
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`