|
|
|
|
|
by Zeppin
3185 days ago
|
|
They’re not mutually exclusive but the main reason that Swift is so performant is because it’s a compiled language rather than an interpreted language like JS. To support live reloading with a compiled language you would either need to support live compilation and re-deployment (difficult) or treat Swift as a scripting language (redundant). |
|