Update Design Goals authored by Nicolas Lenz's avatar Nicolas Lenz
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
- [Don't repeat yourself (DRY)](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) code - [Don't repeat yourself (DRY)](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) code
- Code readability & low entry barrier - Code readability & low entry barrier
- People coming from imperative languages will have a hard time anyway learning functional programming as it's new. Let's not make it harder for those people as must be. - People coming from imperative languages will have a hard time anyway learning functional programming as it's new. Let's not make it harder for those people as must be.
- Don't optimize your code. Write the solution that's the most understandable.
- Development before science - Development before science
- Made possible by science and for science, but it's a programming language, not a formula - Made possible by science and for science, but it's a programming language, not a formula
- Focus should be use for development - Focus should be use for development
... ...
......