Jason_000

Results 105 comments of Jason_000

I'd honestly be pretty happy with something that is pretty similar to Wren https://wren.io/concurrency.html. I think this will definitely be the easiest route for implementation, we'd just need to make...

Thanks @gvwilson! Sorry the issue is as old! Will definitely give those a read and get back to you

That’s absolutely fine @briandowns! I think there are examples of how we could handle this in Wren which I can find for you if you need them.

Ah yeah there’s a hard 255 limit at the moment as that’s all we’re allowed to pass with our constant byte code. We’d probably want a new opcode that deals...

Bit more context, if we use the same opcode and just change it to be 2 bytes instead: - https://github.com/dictu-lang/Dictu/blob/develop/src/vm/vm.c#L841 Here we'd change it to READ_SHORT() Here (and essentially all...

@liz3 This would be an incredible addition!!

If we can get a bare WASM version running for a playground I'd be more than happy with that

Looks as though it's still having a little bit of trouble tracking the memory on this one, I'll see if I can figure out what is happening later on today...

Haha yeah I’ve been pretty busy too! Honestly no sweat tho, I appreciate any time you get and of course life comes first!

Apologies been inactive on this, I'm actually on holiday for 5 weeks but I promise I will get around to it!!