97
submitted 7 months ago by hades@lemm.ee to c/programming@programming.dev
top 50 comments
sorted by: hot top controversial new old
[-] nous@programming.dev 90 points 7 months ago

Rust, it is a pleasure to work with and far more flexible in where/what it can run then a lot of languages. Good oneverything from embedded systems to running on the web. Only really C and C++ can beat it on that, but those are farlesss pleasant to work with. Even if it is not as mature in some area quite yet, it just gets more support for things as time goes on.

load more comments (5 replies)
[-] rekabis@programming.dev 72 points 7 months ago

DotNet Core as a whole (C# + F# + other languages that are being ported to compile down to a DotNet binary).

Because it has all the things Java promised us - frictionless, painless, cross-platform programs - but is implementing it far better than Java ever could.

Honestly, DotNet Core is now at least a half-decade or more ahead of Java in terms of the base platform and C# language functionality/ease-of-use. The only advantage Java has at this point is it’s community ecosystem of third-party features and programs.

[-] GissaMittJobb@lemmy.ml 15 points 7 months ago

I remember my first job working with C# - this was the common sentiment: it's a Java that is better than Java at being Java. I mostly agree with that.

Try using Kotlin some day, though. I consider that language to be even better than C#, and it additionally gets to leverage the JVM ecosystem.

Kotlin > C# > Java, in my book

load more comments (8 replies)
[-] amoroso@lemmy.ml 38 points 7 months ago

Lisp, the language that has them all.

load more comments (1 replies)
[-] aport@programming.dev 30 points 7 months ago

C, because it can run everywhere and I won't be limited on the things I can make

[-] Deckweiss@lemmy.world 9 points 7 months ago

Me waiting for all the C websites written in AngularC /s

[-] aport@programming.dev 8 points 7 months ago

Lol cgi page generators written in C were the OG web framework. Maybe perl too.

[-] Piafraus@lemmy.world 29 points 7 months ago

Python. Not even a competition. My love of programming quadrupled the day I switched to python and it's getting stronger and stronger. I have now 10 years of professional python experience and around the same of C++ with occasional C#. A few projects in Go and Java. They all have ups and downs, but... Not even comparable how much everything is more elegant and simple in python

[-] EatATaco@lemm.ee 22 points 7 months ago

I don't get it. I love python for small quick projects. But anytime things get more complicated, I find myself constantly tripping over myself without the strong typing and errors letting me know I when I've changed a property in a class that in falling elsewhere.

load more comments (3 replies)
load more comments (6 replies)
[-] troyunrau@lemmy.ca 25 points 7 months ago

Python. I'm in data science. Sure I could write all that code in C or C++, but my time spent coding all that extra boilerplate is better spent on analysis.

[-] Gremour@lemmy.world 25 points 7 months ago

I've already made this choice. Switched from C++ to Go, and now I never want to touch another language at all. Since I'm not writing kernels or embedded, Go is pretty fast for everything else. Not very popular in gamedev, but that's just a lack of 3rd party libs, specifically native graphics support.

As for other languages, I can't justify unnecessary complexity that is generally welcome by those language communities. Go is straight simple yet powerful, and I admire that.

load more comments (5 replies)
[-] sudotstar@kbin.social 21 points 7 months ago

I'd probably pick something esoteric and then just stop programming, tbh. I enjoy being a polyglot programmer, and learning many languages and learning from many ecosystems is incredibly interesting to me, far more than hyper-specializing in a single language would be.

[-] MajorHavoc@lemmy.world 11 points 7 months ago

I'd probably pick something esoteric and then just stop programming, tbh

I'll just leave this here for your consideration... "Friendship is Magic ++

load more comments (3 replies)
load more comments (2 replies)
[-] sizeoftheuniverse@programming.dev 21 points 7 months ago

It would be C++. Its versatile enough to do everything with it.

[-] mindbleach@sh.itjust.works 18 points 7 months ago

Right? C++ feels like cheating. It has every conceivable feature, and you maintain sanity by not using most of them.

[-] CameronDev@programming.dev 21 points 7 months ago

C, can build any other language from that :D

And if i am gonna be miserable, may as well inflict as many vulnerabities on everyone else while I am at it.

[-] BigBlackCockroach@lemmy.world 19 points 7 months ago

For me it would be C++.

[-] KSPAtlas@sopuli.xyz 19 points 7 months ago

Likely either C or C++, both languages have been around for a long time and both are still used in huge projects

[-] Knusper@feddit.de 19 points 7 months ago

Rust:

  • It covers all bases, from embedded to backend to webdev to gamedev.
  • I could create libraries with it, which can be called from other languages.
  • It's good.
[-] calypsopub@lemmy.world 18 points 7 months ago

COBOL because I am a fossil

load more comments (2 replies)
[-] marietta_man@yall.theatl.social 15 points 7 months ago

Scala. Expressive, concise, can scale from simple to sophisticated. Sufficiently powerful - has metaprogramming, advanced types. Runs on a world-class runtime and takes advantage of a huge, mature package ecosystem that isn’t going anywhere.

load more comments (4 replies)
[-] KseniyaK@lemmy.ca 15 points 7 months ago
[-] grue@lemmy.world 8 points 7 months ago

That's cheating; you only get to pick one.

load more comments (1 replies)
[-] nitefox@sh.itjust.works 14 points 7 months ago

Assembly, so I can shorten my lifetime quite a lot

[-] demesisx@infosec.pub 14 points 7 months ago* (last edited 7 months ago)

Unison. If it were to gain mainstream adoption, it would change the world. It’s a crazy futuristic idea and no one else seems to even remotely be approaching the same thing.

load more comments (3 replies)
[-] java@beehaw.org 13 points 7 months ago
load more comments (1 replies)
[-] Kolanaki@yiffit.net 13 points 7 months ago

I'm already resigned to using C for the rest of my life 🤷🏻‍♂️

load more comments (2 replies)
[-] loren@programming.dev 13 points 7 months ago

I know this is a harmless "what if" but let's be encouraging people to explore more languages not to choose a single one to be everything for all time.

[-] AeroLemming@lemm.ee 10 points 7 months ago

Well the point of this post is to get a list of good languages, so it could actually be used to find new languages to learn.

load more comments (1 replies)
[-] bluGill@kbin.social 12 points 7 months ago* (last edited 7 months ago)

C, because I can find a compiler or interpreter for other language written in C (I may need to run a few steps to get there), and thus work around your silly and nonsense question. Seriously, I use multiple languages because there is no one true language to rule them all. I use C++ for problems where bash would be wrong, and bash where C++ would be wrong. And some python, cmake, lua mixed in for good measure. I'm looking at Rust to add (rust doesn't like the way our system designed so it is hard to figure out how to implement it)

[-] Matty_r@programming.dev 12 points 7 months ago

Ideally I'd choose Rust because I enjoy working with it, but don't have enough time to commit to it at the moment. But being Practical I'd probably say Java, its easy to get stuff going and has been around forever so it's easy to find solutions etc.

[-] deadcatbounce@reddthat.com 10 points 7 months ago* (last edited 7 months ago)

Probably Ruby. For some reason .. no, that's a lie .. playing with Exherbo, Gentoo and Funtoo, but mostly Exherbo, made me loathe Python. However, everyone in the data processing arena seems to use it, so I'm bound to have to change my ways eventually! For "Ruby": read "Python".

My days of needing high-speed low level languages are long gone. I learned C on Borland C++ back in 1990 to price derivatives on 386s. Loved it.

If I mess around with any language it's for fun. I intend to commit suicide, when my time is done, by the percussive head trauma that learning Haskell will cause me.

load more comments (2 replies)
[-] cout970@programming.dev 10 points 7 months ago

Kotlin without a doubt.

Gives you more flexibility and freedom that most scripting languages. The syntax is clean and concise, the tooling is amazing and can compile to JVM, JS, Native and WASM.

load more comments (3 replies)
[-] BrotherL0v3@lemmy.world 10 points 7 months ago

Java. It's familiar, it's the one I use most at my job, and I'm not in love with any other language enough to choose something less pragmatic.

[-] De_Narm@lemmy.world 10 points 7 months ago* (last edited 7 months ago)

I'd love to take Haskell, but there's neither enough support nor enough jobs. Same with most functional languages really. But nothing else compares.

load more comments (1 replies)
[-] Floey@lemm.ee 10 points 7 months ago

I don't really want to do everything in one language but if I did have to pick it would probably be Julia. It's slightly simpler than Python, and significantly faster without relying on APIs written in C. And has some really great features like broadcasting, multiple dispatch, and a good type system. The only place I feel like Python has it beat is quantity of libraries and support network, which both basically come from the same origin of just having more users. I'm hoping more data science types switch over in the next few years, since Julia is already great for most things mathematical. And I hope that momentum allows Julia to perhaps reach out to other domains.

[-] Haatveit@beehaw.org 9 points 7 months ago

Lua.

Don't call the ambulance, it's too late for me

load more comments (1 replies)
[-] rikudou@lemmings.world 8 points 7 months ago

PHP or C++, I love both of them for different reasons. Tough one deciding between the two.

[-] kaffiene@lemmy.world 8 points 7 months ago
load more comments
view more: next ›
this post was submitted on 13 Nov 2023
97 points (92.2% liked)

Programming

16200 readers
489 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS