dyon icon indicating copy to clipboard operation
dyon copied to clipboard

A rusty dynamically typed scripting language

Results 72 dyon issues
Sort by recently updated
recently updated
newest added

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 -...

draft
discussion

Need to explore the vector capabilities of Dyon. Could do this using 3D and Glium.

draft

`a = [x, y, clone(a[2])]`

draft
discussion

Does the compiler run on WebAssembly (wasm)? Is such feature planned?

discussion

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...

draft
information
hard

There might be a case where `runtime::item_lookup` panics. This should be a runtime error.

draft
discussion

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...

discussion

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...

discussion