Ask HN: I want to learn a low-level, compiled language. What should I chose?
1–10 of 29 posts
Re: Ask HN: I want to learn a low-level, compiled language. What should I chose?
#2Re: Ask HN: I want to learn a low-level, compiled language. What should I chose?
#3Depends a bit what you want out of it. C for fundamentals, Go for fast web serving, Rust for stuff that's memory safe?
Re: Ask HN: I want to learn a low-level, compiled language. What should I chose?
#4Depends a bit what you want out of it. C for fundamentals, Go for fast web serving, Rust for stuff that's memory safe?
I might make some kind of machine learning application in it later down the line though.
Re: Ask HN: I want to learn a low-level, compiled language. What should I chose?
#5Ada.
Re: Ask HN: I want to learn a low-level, compiled language. What should I chose?
#6Re: Ask HN: I want to learn a low-level, compiled language. What should I chose?
#7C++ and Rust are both relatively complex. If you have aspirations to working on large native projects, then C++ might be the way, with Rust becoming more prevalent in the future.
Re: Ask HN: I want to learn a low-level, compiled language. What should I chose?
#8Depends a bit what you want out of it. C for fundamentals, Go for fast web serving, Rust for stuff that's memory safe?
Honestly, I have no projects or specific uses for these languages. Rather, I am treating it as a tool for learning and to experience low level programming. I might make some kind of machine learning application in it later down the line though.
Also if you're mucking about with machine learning a lot of the libraries seem to be in C or C++. I played about a bit with computer vision using Python but sometimes the Python bindings don't work or don't exist and I was thinking it would be easier to just call the things from the C/C++ they are written in.
Re: Ask HN: I want to learn a low-level, compiled language. What should I chose?
#9Depends a bit what you want out of it. C for fundamentals, Go for fast web serving, Rust for stuff that's memory safe?
Honestly, I have no projects or specific uses for these languages. Rather, I am treating it as a tool for learning and to experience low level programming. I might make some kind of machine learning application in it later down the line though.