— I mean you may give only the api for spawning
— I wanted to make it very simple
— The compilers are needed to interpret the spawn keyword and make the code run concurrently
— It's because I do it all within the VM.... no cheats or hacks that involve messing with VM internals
— Yes.. and you may take function or array of functions as a parameter
— Hmm, so far only 1 funtion per spawn
— But I like the array idea
— spawn [func1(args), func2(args)]
maybe
— Looks like you try to remake async keyword🤤