Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbino/writing_an_interpreter_in_gleam
Writing an Interpeter in Go, but in Gleam
https://github.com/rbino/writing_an_interpreter_in_gleam
Last synced: about 1 month ago
JSON representation
Writing an Interpeter in Go, but in Gleam
- Host: GitHub
- URL: https://github.com/rbino/writing_an_interpreter_in_gleam
- Owner: rbino
- Created: 2024-02-09T22:17:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-10T21:22:14.000Z (10 months ago)
- Last Synced: 2024-10-15T02:35:09.640Z (3 months ago)
- Language: Gleam
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monkey
[![Package Version](https://img.shields.io/hexpm/v/monkey)](https://hex.pm/packages/monkey)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/monkey/)```sh
gleam add monkey
```
```gleam
import monkeypub fn main() {
// TODO: An example of the project in use
}
```Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```