Hacker News new | ask | show | jobs
by lucidstack 2708 days ago
Software should be designed for ease of reading, not ease of writing.

- John Ousterhout

1 comments

It's funny to see the creator of Tcl (where nearly everything is a string, including lists, and blocks of code) quoted in a thread praising type safety.

Could it be that adding type safety isn't always an improvement to readability?