(no title)
muragekibicho | 2 days ago
In retrospect, the PhD experience was miserable and using Julia contributed to my 'death by a thousand cuts'.
muragekibicho | 2 days ago
In retrospect, the PhD experience was miserable and using Julia contributed to my 'death by a thousand cuts'.
gozzoo|2 days ago
Some people may not realize it, but when it comes to programming languages, ergonomics matter—a lot.
Tarq0n|2 days ago
leephillips|2 days ago
Why are you recalculating indices?
I don’t think that any Julia program I’ve ever written would need to change if Julia adopted 0-based tomorrow. You don’t typically write C-style loops in Julia; you use array functions and operators, and if you need to iterate you write `for i in array ...`.
“ergonomics matter”
Definitely. Ergonomics is the main reason I enjoy Julia. Performance is a bonus.
wolvesechoes|2 days ago
Certhas|2 days ago
pjmlp|2 days ago
kelipso|2 days ago