Ask HN: Which systems programming language(s) is/are beginner friendly?
1–10 of 18 posts
Re: Ask HN: Which systems programming language(s) is/are beginner friendly?
#2Re: Ask HN: Which systems programming language(s) is/are beginner friendly?
#3Re: Ask HN: Which systems programming language(s) is/are beginner friendly?
#4Re: Ask HN: Which systems programming language(s) is/are beginner friendly?
#5Re: Ask HN: Which systems programming language(s) is/are beginner friendly?
#6Excel formulas probably have more beginner-level users than anything else.
Re: Ask HN: Which systems programming language(s) is/are beginner friendly?
#7Depends a lot on what you call "system": do you want to program embedded systems? write device drivers? write a database server? compilers?
Re: Ask HN: Which systems programming language(s) is/are beginner friendly?
#8I think C is pretty friendly as long as you can get through the basics of arrays and pointers. It's friendly in the sense that there is not a lot of grammar to learn.
But each field of system programming requires a deep understanding of something other than the language itself so overall I'd say it's difficult to get in.
Re: Ask HN: Which systems programming language(s) is/are beginner friendly?
#9Excel formulas probably have more beginner-level users than anything else.
Is Excel a systems programming language :)
Re: Ask HN: Which systems programming language(s) is/are beginner friendly?
#10Excel formulas probably have more beginner-level users than anything else.
Is Excel a systems programming language :)
Personally I tend to use it for light one-off database metaprogramming. Get a lit of objects that need to be maintenanced, generate the appropriate commands with a column of identical formulas, and then paste that back into the sql utility. (For more complex or long-lived things I'll use a more traditional language of course.)
(Why yes, I am going to pretend I didn't accidentally a word.)