I Cast Fist@programming.dev to Programming@programming.devEnglish · 1 year agoWhich language you wish would really grow and reach mainstream adoption?message-squaremessage-square151fedilinkarrow-up1145arrow-down16file-text
arrow-up1139arrow-down1message-squareWhich language you wish would really grow and reach mainstream adoption?I Cast Fist@programming.dev to Programming@programming.devEnglish · 1 year agomessage-square151fedilinkfile-text
Assume mainstream adoption as used by around 7% of all github projects Personally, I’d like to see Nim get that growth.
minus-squaretatterdemalion@programming.devlinkfedilinkarrow-up2·1 year agoSo there’s no LSP function to just show all of the multi-methods that accept a specific type? That’s a pretty serious tooling limitation. Maybe Julia sounds better in theory than in practice, if the tooling still isn’t ready for production use.
minus-squareHawk@lemmynsfw.comlinkfedilinkarrow-up2·1 year agoWell it’s there, in one loooong print out. It’s not as bad as I’m making it out to be, however, I went back to python unfortunately. The crucial issue with Julia, no error messages. So I use Julia for things that need to be fast (e.g. moving hdf5 to SQL and ffts) but I use python for everything else (except ggplot).
So there’s no LSP function to just show all of the multi-methods that accept a specific type? That’s a pretty serious tooling limitation.
Maybe Julia sounds better in theory than in practice, if the tooling still isn’t ready for production use.
Well it’s there, in one loooong print out. It’s not as bad as I’m making it out to be, however, I went back to python unfortunately.
The crucial issue with Julia, no error messages.
So I use Julia for things that need to be fast (e.g. moving hdf5 to SQL and ffts) but I use python for everything else (except ggplot).