|
|
|
|
|
by huahaiy
483 days ago
|
|
Scales very well. Immutable data pairs great with REPL. Because data are immutable, you don't need to care about where that data come from and where it will go. Just focus on what you need to do with that data at the point you work. Everything is localized due to immutability. |
|
Are there any tricks or habits you learn with the REPL that go beyond what a static type system gives you?