Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lostella/loscheme
https://github.com/lostella/loscheme
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lostella/loscheme
- Owner: lostella
- Created: 2023-11-12T11:19:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T23:22:45.000Z (26 days ago)
- Last Synced: 2024-12-07T08:29:23.814Z (17 days ago)
- Language: Rust
- Size: 250 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# loscheme
Run in REPL mode:
```bash
cargo run --release
```Execute a script:
```bash
cargo run --release path/to/script.scm
```Or [run in the browser](https://lostella.github.io/loscheme/).