ra’s avatarra’s Twitter Archive—№ 39,005

    1. managed to sneak a first draft of loops into jn before the train got to NYC! right now its just clojure-style recur that loops back to the start of the function. no loop/recur yet, but its enough to write a backwards fizzbuzz! images: source, execution, disassembly to C#
      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
    jn does not have macros yet, so there's still a lot of cruft e.g. def + fn instead of defn, required else clause for if, no implicit do under let, no cond etc. i also havent rewritten my inliner, so "operators" remain method invocations in the disassembly. getting there!
    1. …in reply to @ra
      the placeholder standard library is written in F#, which can be tricked into exporting overloaded methods like jn likes 😉
      oh my god twitter doesn’t include alt text from images in their API