ra’s avatarra’s Twitter Archive—№ 45,138

    1. proxy is more or less finished in MAGIC! lots of edge cases taken care of, multiple method bodies, proxy-super, implicit this. all working and generating bytecode indistinguishable from C#. images are clojure code and C# disassembly. same is at this gist: gist.github.com/nasser/2d0031a47ac4dabc0a66960ec08d312c
      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 API
  1. …in reply to @ra
    this was probably the biggest challenge in the compiler ive faced so far. it forced me to reconsider how types are generated, figure out how to represent implicit lexical bindings, deal with weird limitations of C#'s emission API, and on and on. my brain is a pretzel.