Crates.io | scurry |
lib.rs | scurry |
version | 0.5.0 |
source | src |
created_at | 2022-11-15 00:57:31.603371 |
updated_at | 2023-01-25 17:14:59.751136 |
description | A component-based object-oriented language |
homepage | https://dzfrias.github.io/scurry-web |
repository | https://github.com/dzfrias/scurry |
max_upload_size | |
id | 715350 |
size | 290,243 |
Scurry is an dynamically typed component-based object-oriented language, written in Rust. Scurry is still under active development and thus more features will be available soon.
...
That was a mouthful. So what can it actually do?
Here are the key design philosophies of Scurry:
Official documentation and a tutorial is coming soon!
Currently, Scurry can be downloaded with the following methods.
Must have the Rust toolchain installed.
$ cargo install scurry
Must have the Rust toolchain installed.
$ git clone https://github.com/dzfrias/scurry
$ cd scurry
$ cargo build --release
$ # Now put the binary wherever you'd like!
Scurry is licensed under the MIT License.