Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
coolq48267y@Linux I'd recommend Lua, only because it's quick to get started. Python next, then JavaScript, then C# and so on.
The main things in Lua are variables, functions, statements, operators, and tables in my opinion.
Lua is kind off like Pascal if you know a bit of what that looks like, also looks a tad like Basic.
It's quick to learn, what do think? -
coolq48267y@danielstaleiny rust is good, but the learning curve is a bit high for a beginner in my opinion.
-
@Linux if you want something really easy and start fast open browser, open console and start hacking with javascript xD
-
coolq48267y@danielstaleiny true, I guess that's easy as in how easy it is to load up. Although that said, JavaScript is quite easy 😉
-
@coolq depends on the person but yea for beginner. I just thought that would fit cause he does stuff close to machine with linux so i thought good idea is to learn low level language.
I am learning rust as well and they have nice documentation so i was fine with it. But i have quite brought knowledge in programming -
coolq48267y@danielstaleiny I'm similar, still learning rust, but yeah I know a fair few languages so it's easier for me to learn another one, but for a beginner, it's a lot trickier to start I guess 😂
-
@theScientist you don't like to hack random site with modifying html css and do some crazy hacky popups with javascript ? xD have some sense of humor
-
@Linux okey so even tho i am primary nodejs programmer. I would suggest to learn golang cause it is the fastest. There is no point in learning nodejs ecosystem if you don't know javascript. Even tho i love node cause of currying and freedom and loosely type javascript. I would recommend golang. But if you want something easy and easy to master i would maybe go for ruby and rails. I don't have experience with it but i heard is super opinionated and easy if you follow right way of doing things. Not like in node where everybody is using their own libraries etc. paradox of choice is strong with javascript
-
coolq48267y@danielstaleiny
You're right on that, JavaScript had so many little things, I have a long way to go 😂 -
That being said guys i need to finish 3 big tickets today before i go to sleep otherwise i would have to find some time during my holidays in Italy. Do you think is good idea to deploy 3 new features into production just before leaving to holidays ? :)
-
coolq48267y@danielstaleiny I'm more of a backend kind of person, although I do front end when I need to, I'm not really using JavaScript ATM, I prefer to use python and make emulators, raycasters and interpreters and stuff xD
-
Python.
It has "just fucking works" attitude. Easy to start with, easy to learn and IMO, it brilliantly mingles with linux. From POC to big softwares, from scripting to backend to UI, from log collection to machine Learning it does almost anything you ask it to do. -
I hope you get your answer.
And if you read till this comment you are not that lazy.😂 -
yusijs12507yI'd go with Go. It's fairly simple to get into, strong types with type inference, runs close to the metal compared to e.g python and node, and the compile time is hilariously fast.
It also lets you build your entire app into a single executable, which is so nice for deployment. -
meowth4297yComing from a developer who is really good at JavaScript... I think you should start with Python :)
-
Pretty much in the same position. I tried PHP/laravel, Ruby/Rails before settling on Python.
-
@Linux don't go with Python! I'd go with some frontend web like js, along with java or c++ to get a good understanding of sockets
-
Actually, if you need me to, add me on telegram, i could help you out with learning programming.
@linuxer4fun
BTW: i wontcharge you anything, man :) we are devRanters xD -
codumke3397y@afrometal I have understood it on that why, that he is a sysadmin, and just wants to learn to code not only for the work.
-
For a sys admin? 3 actually. Bash, Perl and Python. Although you could ass Ruby to it because it has popular sys admin implementations and the language fits perfectly inside a nix environment much like python and perl do. :) all in all just have fun man :]
Being a sysadmin, I never write any code.
But I do want to learn that.
What is the easiest language to learn?
(I am lazy)
undefined