|
|
|
|
|
by gumby
910 days ago
|
|
It isn’t just a nicer API but type safe and much faster at runtime. Since I rarely compile all my code at once (usually just a single file followed by a re-link) compile time doesn’t matter much. And that’s even though while editing or writing code I don’t have all the slowdown bloat of an IDE so compile time is more noticeable. |
|