Everytime I have to use some python script I fucking groan. God, what a pain in the ass python is...

  • thisismyrealname [he/him]
    ·
    edit-2
    2 years ago

    not really no. the syntax is similar, but it has more in common with C++ than C.

    i sort of agree with @ButtBidet on C specifically, where arrays are essentially just syntactic sugar for memory pointers.

    • macabrett
      ·
      2 years ago

      Sure, I specifically hate writing in C and have no issue saying sending arrays around in C isn't fun. I took "C type languages" as anything in the very specific C++ lineage, considering the very first complaint in this conversation was about semi-colons and brackets. Like, what's a "C type" language even mean if the only option is "C"? I was simply pointing out complaining about passing arrays around in a "C type language" is a weird complaint as your reason for using primarily python as there are a mountain of languages between "Python or C" that don't have that issue.