daurnimator

Results 792 comments of daurnimator

You can easily have one loader dll: "qt" and it has the load function that operates as above. and (eg) qtcore just gets passed a table: and it loads all...

Also i'm not sure about the import.... setting an __index on the global environment isn't a normal thing to do and SHOULD look out of place/strange ==> only 1 module...

Cool :) Just gave it a go; a little clunky but works okay. Would it be possible to make it the default keyboard shortcut for Ctrl+d?

And help should obviously be under F1 :)

nano uses Ctrl+G for help... could copy that? On 12 September 2017 at 01:23, Hisham Muhammad wrote: > ...and unfortunately Ctrl+H conflicts with backspace in many terminals, > though *I...

One interesting topic to come out of this is library versioning. e.g. - lua.vm-5.2.js - lua-5.1.vm.js - Allows for versioning this project at the end

As javascript doesn't have 64bit integers, we should compile lua 5.3 with `LUA_INT_TYPE=LUA_INT_LONG`. This will be the (rather uncommon combination) of 32 bit integers with 64bit floats.

FWIW Webassembly should not bring us much: it's just a new bytecode format. I expect the main improvement will be in page load time. However it comes at the huge...

> Well bypassing js is bound to be faster no ? asm.js (which lua.vm.js uses) is already specially processed by browsers. While still being valid js (so works at a...