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

    1. julia friends: is there a way to see the generic function specializations the compiler generates based on call sites seen at runtime? in this case id want to see foo(Int64,Int64) and foo(Float64,Float64) in addition to the foo(Any,Any) i provided.
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @ra
    ah first(methods(foo)).specializations seems to do something
    oh my god twitter doesn’t include alt text from images in their API