40
Linux
7y

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)

Comments
  • 0
    You're real?!?!
  • 6
  • 1
    Html xD, if you are serious go for rust :)
  • 4
    Also Python.
  • 0
    @danielstaleiny
    Only if the learning curve is low x)
  • 6
    @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?
  • 3
    @danielstaleiny rust is good, but the learning curve is a bit high for a beginner in my opinion.
  • 5
    @Linux if you want something really easy and start fast open browser, open console and start hacking with javascript xD
  • 3
    @danielstaleiny true, I guess that's easy as in how easy it is to load up. Although that said, JavaScript is quite easy 😉
  • 0
    @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
  • 2
    @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 😂
  • 2
    @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
  • 0
    @danielstaleiny
    Forgot mention that I want a server side language
  • 2
    @Linux almost any language can be server side?
  • 1
    @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
  • 1
    @theScientist javascript is easy to start hard to master :) i would say
  • 2
    @danielstaleiny
    You're right on that, JavaScript had so many little things, I have a long way to go 😂
  • 0
    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 ? :)
  • 0
    @coolq are you focusing on front-end or backend ?
  • 3
    @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
  • 3
    so therefore I'm focusing on backend 😉
  • 2
    If your a windows sysadmin PowerShell is a must with c# thrown in as well
  • 4
    PYTHON
  • 5
    Python is dead simple to learn. So... Python (or JS).
  • 1
    I would also suggest Python. A really nice language IMO.

    You might want to check the SoloLearn course. I found it nice enough to get into it!
  • 2
    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.
  • 2
  • 3
    Python, unlike C#, will actually help with Sysadmin stuff ;)
  • 1
    I hope you get your answer.
    And if you read till this comment you are not that lazy.😂
  • 1
    I'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.
  • 3
    Wow the whole thread is spammed with python, so
    PYTHON
  • 1
    @import-fun
    Good to know mate :')
  • 2
    I think I am going with Python, also some basic PHP :)
  • 0
    Python man
  • 0
    Python

    Trust me i'm an animator XD
  • 2
    Coming from a developer who is really good at JavaScript... I think you should start with Python :)
  • 1
    Pretty much in the same position. I tried PHP/laravel, Ruby/Rails before settling on Python.
  • 2
    I fucking hate python, but it does the job and it's easy to learn...fml
  • 0
    @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
  • 2
    @calmyourtities
    I do want to want to learn backend
  • 3
    @Linux as sysadmin, I'd suggest you take Python yeah
  • 0
    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
  • 0
    @linuxer4fun
    I am in the admingroup already ;)
  • 0
    @Linux what is admingroup?
  • 1
    @linuxer4fun
    Telegram, you are Maxi right?
  • 1
    @Linux yes. What is your name? @jonathan?
  • 1
    @linuxer4fun
    😎
  • 1
    @linuxer4fun that moment, when @jonathan is an unknown account with 0++ xD
  • 2
    I would go with C#
  • 2
    @codumke C# for sysadmin? Wow.
  • 2
    @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.
  • 0
  • 0
    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 :]
  • 0
    Html and Css
Add Comment