Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xdk78/rose

[W.I.P] Rose programming language
https://github.com/xdk78/rose

Last synced: 12 days ago
JSON representation

[W.I.P] Rose programming language

Awesome Lists containing this project

README

        

# rose

## Install

### Install Rust with rustup and setup nightly version

```bash
rustup default nightly
# then
rustup update && cargo update
```

## Run

```bash
cargo run
```

## Build

```bash
# development
cargo build
# production
cargo build --release
```