Hashex129542

↗ HN profile [ 63.9 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. My company has been assigned the task of developing a general-purpose virtual machine, similar to the JVM, to run our own custom bytecode and scripts. I understand how the JVM works internally, but I don’t understand…

  2. I'm developing a programming language, the keywords and features mostly based on Swift 5 but some additional features like, 1. async function will be called from no async function but no async/await keyword. If you want…