Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunsided/peregrine-experiments
Experiments with the Peregrine programming language
https://github.com/sunsided/peregrine-experiments
peregrine playground programming-languages
Last synced: 5 days ago
JSON representation
Experiments with the Peregrine programming language
- Host: GitHub
- URL: https://github.com/sunsided/peregrine-experiments
- Owner: sunsided
- Created: 2022-03-08T17:39:30.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T13:28:00.000Z (6 months ago)
- Last Synced: 2024-11-09T08:12:58.664Z (about 2 months ago)
- Topics: peregrine, playground, programming-languages
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Peregrine playground
A bit of experimentation with the [Peregrine] programming language.
To build, use `make`:
```console
$ make all
```Or using `just`,
```console
$ just run
```[Peregrine]: https://github.com/peregrine-lang/Peregrine