What Programming languages do you work with and what is your experience with them?

Discussion in 'General Discussion / Real life stuff' started by MC_Scout, Apr 8, 2019.

  1. MC_Scout

    MC_Scout Fearless Leader Staff Member Manager

    Messages:
    7,160
    Likes Received:
    13,436
    Minecraft:
    MC_Scout
    Enough people in this community seem to into programming so I thought I would ask this question.
    Here is what I know:
    • Java is by far my main language. I'm pretty good in it and get through about anything at a college level.
    • I know some basic Python. If you want to learn a programming language I strongly recommend starting in Python. Python is very forgiving in terms of syntax. It also forces you to have good formatting.
    • I have a firm understanding of basic SQL. I have a love-hate relationship with that language.
    • ARM Assembler sucks. Fuck that language. (I've been told it's much better than x86)
    • I am just starting to learn C. Yes, C.
    • I am also about to learn PHP. Yes they still teach PHP.
    • I will learn Swift at some point.
    • (Not a programming langue but it's my thread so idc). I'm pretty good at working with Linux.
    Feel free to share down below.
     
  2. Trevor

    Trevor Donator

    Messages:
    2,411
    Likes Received:
    3,457
  3. dinoceros

    dinoceros Donator

    Messages:
    7,482
    Likes Received:
    29,993
    i have like 30 minutes worth of html experience
     
  4. Soap

    Soap Donator

    Messages:
    1,781
    Likes Received:
    2,717
    Minecraft:
    soapC
    I have extremely minimal experience with Java. One of my very simple creations was an animal guessing game:

    [​IMG]

    One of the requirements in my school for sophomores is to study Java and HTML which I'm quite excited about.
     
    Last edited: Apr 8, 2019
  5. Amandq

    Amandq lil’ moderator Donator

    Messages:
    300
    Likes Received:
    706
    Minecraft:
    Amandq | Amanda
    I helped someone with extremely basic coding, I don’t remember what language. I tried learning Java but could barely get passed the “Hello, world!” tutorial. Might try to pick up Java again soon!
     
  6. ItsJerry

    ItsJerry DEAD SERVER!!! LMAO!!! Staff Member Owner

    Messages:
    3,116
    Likes Received:
    21,913
    Minecraft:
    ItsJerry
    what is programming? never heard of it
     
  7. MC_Scout

    MC_Scout Fearless Leader Staff Member Manager

    Messages:
    7,160
    Likes Received:
    13,436
    Minecraft:
    MC_Scout
    Now we know who does all the work around here :wink:
     
  8. AbductedSnake

    AbductedSnake Java Coder Donator

    Messages:
    556
    Likes Received:
    332
    Minecraft:
    AbductedSnake
    I have tons of experience in Java with creating Minecraft plugins, and stand-alone applications. Recently I've been practicing URL utilities and one of my recent projects was basically a Minecraft plugin that allows someone to look up a definition for a word or phrase based on Urban Dictionary.
     
    Trevor likes this.
  9. Trevor

    Trevor Donator

    Messages:
    2,411
    Likes Received:
    3,457
    Yes please put it on the server.
     
  10. AbductedSnake

    AbductedSnake Java Coder Donator

    Messages:
    556
    Likes Received:
    332
    Minecraft:
    AbductedSnake
    /dictionary I think
     
  11. momand

    momand ex-god Donator

    Messages:
    3,171
    Likes Received:
    10,080
    I only know basic Python

    I plan on minoring in Computer Science so my AP CSP class is not doing a great job at preparing me for that
     
    witchchick128 likes this.
  12. witchchick128

    witchchick128 Amity Blight Donator

    Messages:
    2,561
    Likes Received:
    5,703
    Minecraft:
    AzuraBookClub
    all the coding i've done is that 'hour of code' shit that schools do now. high doubt that that's even code but i'm likely wrong lol
     
  13. t3mptr3s

    t3mptr3s ~ Emotional Support Staff Member ~ Staff Member Mod+

    Messages:
    2,218
    Likes Received:
    3,753
    Minecraft:
    t3mptr3s
    I know html, started learning java, python, C++ and C# are on my to learn lists.
     
  14. ItsHarry

    ItsHarry Owner Staff Member Owner

    Messages:
    9,403
    Likes Received:
    23,425
    Minecraft:
    ItsHarry
    technically not a programming language
     
    Username and Soap like this.
  15. t3mptr3s

    t3mptr3s ~ Emotional Support Staff Member ~ Staff Member Mod+

    Messages:
    2,218
    Likes Received:
    3,753
    Minecraft:
    t3mptr3s
    Yeah I know. It's my foundation for understanding how other languages work. Brackets etc.
     
  16. vipa

    vipa the hornace of death Donator

    Messages:
    2,173
    Likes Received:
    3,690
    6fuhha95mdr21.jpg
     
    sool likes this.
  17. TheDiamondPicks

    TheDiamondPicks String.format("%d %s", 404, "Title not found") Donator

    Messages:
    2,127
    Likes Received:
    3,352
    Minecraft:
    TheDiamondPicks
    I primarily use four languages, three for work and two for my own projects.
    • Java. I used to use this a lot of Bukkit plugins, but I know use it both personally and at work for Android apps (although we are starting to move to Kotlin). This is probably my main language although I probably use python more.
    • Python. I use this mostly for several scripts and utilities that I run on my home server. I really like it for messing around in, without all the boilerplate you need with Java.
    • C#. I don't generally use this personally, but I use it a lot at work, generally for building APIs in ASP.NET (so the apps we build can communicate with the central database).
    • TypeScript. Again I don't use this regularly personally, but we use it a lot at work for building Angular dashboards.
    I've also used JavaScript, PHP, SQL, Swift, Delphi, Visual Basic and bash in the past, but I am nowhere near proficient in them (except perhaps JS). I would like to learn more Swift and Dart in the future.
     
    AbductedSnake likes this.