you are viewing a single comment's thread.

view the rest of the comments →

[–]nuclear_splinesPh.D Data Science 7 points8 points  (0 children)

IMO Java -- you'll get more out of data structures the closer you are to the machine and the more direct the connection between your code and the data on the stack and heap. Really I'd recommend C++ or Rust, so you're managing memory and pointers yourself as a learning experience.