• Valmond@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

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

    • Reptorian@programming.dev
      cake
      link
      fedilink
      English
      arrow-up
      1
      ·
      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 Python for slightly bigger things than that, but only to assist me with other coding languages, and I mainly used it for aiding into G’MIC scripting (Domain-Specific Language that is absolutely wonderful for raster graphics image processing).