ra’s avatarra’s Twitter Archive—№ 36,686

    1. …in reply to @micahsays
      @micahsays you mean the return type of eval? thats just a placeholder, but dynamic is a c# feature that compiles to object in bytecode anyway. the compiler uses it internally and i am planning on having jn emulate it as well!
  1. …in reply to @ra
    @micahsays tradeoffs, as i understand them, are: lack of type information, which makes code harder to verify for correctness, and some performance tradeoffs, though thats a bit complicated