-- a/nopython++ b/nopython
@@ -67,7 +67,7 @@
h2. OCaml vs Python
* No static typization. type system. It makes impossible to apply "correct by construction" principle in python. Althought, exceptions just don't work (see above).
* No pattern matching. And even no switches — actually PHP has it. Some people recommend to use "if - else if" constructions instead...
* Python prerfomance sucks. Just one implentation of OCaml works much faster than any implentation of python.