ra’s avatarra’s Twitter Archive—№ 44,556

    1. back in the depths of the MAGIC compiler and i couldnt be happier. last night i worked on generating an obscure CLR opcode: rethrow. note the different bytecode produced for (throw e) and the new (throw) forms. its the equivalent of throw; in C#. docs.microsoft.com/en-us/visualstudio/code-quality/ca2200?view=vs-2019
      oh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their APIoh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @ra
    the main (only?) difference is in the stacktrace the exception carries. (throw) is new syntax in MAGIC