remove outdated point about missing switch statements
This commit is contained in:
parent
53309a5fb4
commit
2519235497
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ title = "Why python is a bad language"
|
|||
|
||||
{{ sec_header(name="Lacking Features") }}
|
||||
- Lambdas are a poorly implemented afterthought.
|
||||
- There is absolutely no `switch` statement or anything along those lines, leading to absolutely **HUGE** `elif` blocks!
|
||||
|
||||
{{ sec_header(name="Intepreter") }}
|
||||
- Intepreters lead to runtime errors which could otherwise be detected at compile time. This often causes bad errors to make it into production due to untested edge cases.
|
||||
|
|
Loading…
Reference in a new issue