koto
dyon
Our great sponsors
koto | dyon | |
---|---|---|
4 | 8 | |
322 | 1,532 | |
4.3% | 1.9% | |
8.9 | 3.8 | |
6 days ago | about 1 month ago | |
Rust | Rust | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
koto
- Rock v0.2.1, a little native toy language I've made with Rust and LLVM.
-
What's everyone working on this week (29/2021)?
Putting the finishing touches on a procedural macro to bind Rust code to koto we want to use in synth. Also a blog post about it is on the way.
-
What's everyone working on this week (23/2021)?
I'm currently trying to improve the vtable dispatch in koto (because I want to use it in synth).
-
Dyon – A rusty dynamically typed scripting language
I've been working on Koto which is intended for this kind of use case. I've been thinking about extending Rust applications with scripting, and I have games in mind but more generally I'm interested in rapid iteration in creative applications. It's still very early so I haven't shared it more widely but I'd be curious to hear what you think.
dyon
-
Fornjot – The world needs another CAD program
This should be a good use-case for rust-based scripting languages, I think.
I loosely followed a project of that kind a while ago, I don't quite remember if it was Gluon [0] or Dyon [1]. Not sure if these are still active, or if another competitor showed up in meantime.
___
-
Which scripting languages work well embedded with Rust?
Dyon
-
Which is the best Rust scripting language for Exploratory Data Analysis (EDA)
These are the scripting languages i saw recently gluon, gleam, dyon, rune, mun. I like mun most because it resembles rust most. There is also this and this thread.
- Dyon – A rusty dynamically typed scripting language
What are some alternatives?
Rhai - Rhai - An embedded scripting language for Rust.
Ketos - Lisp dialect scripting and extension language for Rust programs
rascal - A simple Pascal interpreter written in rust.
rune - An embeddable dynamic programming language for Rust.
tiny-tokio-actor - A simple tiny actor library on top of Tokio
tealr - A wrapper around mlua and rlua to help with embedding teal
bytecount - Counting occurrences of a given byte or UTF-8 characters in a slice of memory – fast
mun - Source code for the Mun language and runtime.
tealsql - a sqlx wrapper for teal and lua
gluon - A static, type inferred and embeddable language written in Rust.
constraints - An experiment in writing algebraic constraint solvers for 3D CAD
Rouille, Rust web server middleware - Web framework in Rust