dyon
dyon copied to clipboard
A rusty dynamically typed scripting language
Related to https://github.com/PistonDevelopers/dyon/issues/71 Could live in the same repo for now to get faster iteration on Dyon functionality. - Create window, timers, camera controllers - Draw various 2D shapes -...
Need to explore the vector capabilities of Dyon. Could do this using 3D and Glium.
Dyon has a REPL environment using the "dyon" example. To install: ```text cargo install --example dyon dyon ``` To run: ```text dyon ``` This should produce a prompt where one...
There might be a case where `runtime::item_lookup` panics. This should be a runtime error.
Command: cargo install piston-dyon_interactive --example dyongame To be honest, I don't know if this ought to be considered as a Dyon issue per se. This issue is coming up on...
I'm currently evaluating if dyon is suitable to use as a scripting language in a soft realtime environment (audio dsp). I'm building equis, a software dj mixer and i want...
Hey :) I'm trying to call a `move ||` closure from dyon, but that doesn't work. Also I wasn't able to figure out how to do something similar with the...
Hi! I evaluate Profile-Guided Optimization (PGO) effects on software performance in different software domains - current results can be found [here](https://github.com/zamazan4ik/awesome-pgo). Since PGO helps in many workloads including interpreters (like...