• @Reptorian
    link
    English
    31 year ago

    Cython is a better equilavent as it does compile to C while enabling Python syntax. No one is arguing C or C++ is the best language. I’d even argue a perfect language does not exist. Simple syntax could be argued on a line to line basis, but forced indents is uncomfortable for some, and Julia could be argued to be better in that area. I’m one to hope Julia can take off.

    • @[email protected]
      link
      fedilink
      English
      21 year ago

      Yeah Julia seems to be just python but better (no GIL if I have understood things correctly).

      • @Reptorian
        link
        English
        1
        edit-2
        1 year ago

        And lack of forced indentations. Forced indentations gets on my nerves even if I already gotten used to it. These day, all I use Python is small code snip test, and it’s perfect for that as it strips out braces and other things which allows me to focus on a small code.

        I did used to code in Python for slightly bigger things than that, but only to assist me with other coding languages. I mainly used it for aiding into G’MIC scripting (Domain-Specific Language that is absolutely wonderful for raster graphics image processing). After doing the code-assistance in Python, I never did anything bigger than code snips test again.