I understand that Livecode uses the LLVM compiler infrastructure to create
llvm bytecode that for instance emscripten can use to transpile to
javascript. I'm wandering if it is possible to do things like:
- Export the server engine to llvm bytecode?
- Take a some livecode script, do some tre
Just did some tests. with the test stack from the lesson and with my own
stack
It seems there is something strange with my indexes.
I would think that if a DG is emptied and then filled again that the
index would start at 0 or 1 again.
It seems not the case and i see random numbers
so i hav