Closest language to Python's syntax that is more low level language!

low-level, programming-languages, python, syntax

Solution

Cython is a lower-level language with a syntax similar to Python's.

Problem

I guess topic says it all! But, I really wan't a syntax similar to Python's! And low-level... like C++ for example. I guess Java and C# is OK too, but I really have a huge problem with the { }, and always ; <-- and each line. I hate it so much...

Original source