Search code examples
pythonprogramming-languagessyntaxlow-level

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


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...


Solution

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