-
@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!
-
@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