• 0 Posts
  • 24 Comments
Joined 10 months ago
cake
Cake day: August 26th, 2023

help-circle





  • I don’t really want to do everything in one language but if I did have to pick it would probably be Julia. It’s slightly simpler than Python, and significantly faster without relying on APIs written in C. And has some really great features like broadcasting, multiple dispatch, and a good type system. The only place I feel like Python has it beat is quantity of libraries and support network, which both basically come from the same origin of just having more users. I’m hoping more data science types switch over in the next few years, since Julia is already great for most things mathematical. And I hope that momentum allows Julia to perhaps reach out to other domains.


  • I just use /

    I don’t think having a swap partition or file would be all that useful because I have plenty of memory. I’ve never had to reinstall Linux so I’m not sure why I would need a separate home. If I did bork my OS somehow I’m fairly confident I could repair it from a live distro. And even if I did end up having to save my home I could just copy the files I want to another drive if it really came to that.









  • Floey@lemm.eetoProgramming@programming.dev*Permanently Deleted*
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    9 months ago

    Big fan of Julia for anything that requires a lot of computation. It feels easy to write things in an optimized way without having to work against the language.

    I have a soft spot for Common Lisp. It encourages me to write chunks of code that are very evergreen in the sense that I could easily use them in a future project without modification. I don’t find myself using it all that much though.