|
|
|
|
|
by BoingBoomTschak
54 days ago
|
|
The problem with these two languages is that the runtime type system is completely different (and much weaker) than the compile time one; so that the only way to be safe is to statically type the whole program. CL has a pretty anemic type system, but at least it does gradual without having to resort to this. |
|