Code languages "worth" learning?
- Anmelden oder Registrieren um Kommentare zu schreiben
Pardon me if this has been asked before many times.
What are one or more code languages "worth" learning. To for example make cool and useful programs which can help the FLOSS community? Or to possibly help the Linux-libre kernel work even better or something idk. You can possibly see I have no clue :p so if anyone know any nice places to start off as a beginner that's very welcome as well.
Hello,
I'm not an expert in GNU/Linux but I can give you an advice as a developer.
First of all there is no best programming language.
I started learning C by my self and it is the most simple programming language, by learning C you also learn how computers works(It took me about 5 years to be good in C in all domains GUI, Networking, Games etc...).
Most of the GNU/Linux applications are written in C, also you can find a lot of tutorials on how to learn C.
Second: just stick with one language, programming is hard and fun, it takes time, be patient and don't rush it.
Good luck!
thanks :)
The Muddle programming language, of course. :)
https://en.m.wikipedia.org/wiki/Muddle
Which of them r u referring to? Thx
The Linux kernel is written in C.
Thank you :)
The Linux kernel is written in C.
It's not the Linux kernel but rather Linux, the kernel or the kernel Linux since Linux is a kernel already (the Linux kernel implies Linux has a kernel).
Woah this is next level pedantic xD
My bad: I am not a native speaker.
Don't distribute your time and energy over too many programming languages. Pick up one "Turing" programming language and one "Church" programming language should be justifiable. However, mastering C seems a necessity.
Hi :) what do u mean by "turing" and "church"? Thank you
I guess nadebula.1984 means one language that favors the imperative style (e.g., C) and another that favors the functional style (e.g., Scheme).
- Anmelden oder Registrieren um Kommentare zu schreiben