diff --git a/content/_index.md b/content/_index.md index e0c71d5..a79afea 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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.