Comment on Making Julia as Fast as C++ (2019)parentComments−lelanthran4moPart of it is because of the JIT runtime and a sub-par LSP (at least when I last tried)Good LSPs do the autocompletion, sub par ones don't.Is it really such a good idea to have every single automated aid turned on when picking up a new language?How will you learn if you cannot get feedback on what you did wrong?I mean, until you learn multiplication, maybe don't use the calculator.Once you learn it then you get a small speed increase, but if you are new to something, LSP autocompletion is going to slow down your learning.−kmaitreys4moI think LSPs like rust-analyzer are very good tools to learn the language itself. I think I learnt Rust solely through LSP and clippy.
Comments
Good LSPs do the autocompletion, sub par ones don't.
Is it really such a good idea to have every single automated aid turned on when picking up a new language?
How will you learn if you cannot get feedback on what you did wrong?
I mean, until you learn multiplication, maybe don't use the calculator.
Once you learn it then you get a small speed increase, but if you are new to something, LSP autocompletion is going to slow down your learning.
I think LSPs like rust-analyzer are very good tools to learn the language itself. I think I learnt Rust solely through LSP and clippy.