ra’s avatarra’s Twitter Archive—№ 40,276

    1. …in reply to @strega_nil
      @ubsanitizer @ManishEarth for sure. Common Lisp did the transformation at read time, so the original symbol is lost immediately. my prototype only does this at lookup time, so the original casing is what you'll see.
  1. …in reply to @ra
    @ubsanitizer @ManishEarth this is a bit weird with interop, as you might invoke console:write but the actually name of that method is Console.Write and that's what you'd see in a stack trace without further intervention (which is not off the table)