askql
askql copied to clipboard
Which resources should/could we port to AskScript?
If we keep only minimal number of resources in AskVM and port the rest from TypeScript to AskScript, we will make porting AskVM from TypeScript to other languages easier. On the other hand, resources in AskScript are likely to be much slower than their equivalents in TypeScript.
What's the performance difference between these two languages? Therefore, which resources could we port to AskScript without making programs significantly slower?
I suppose we can go case by case and see which resources we can move from AskVM to AskScript (the user space) without sacrificing performance