Is Java 21 Keeping Up With Modern Programming Languages

https://digma.ai/blog/java-21-keeping-up-with-modern-programming-languages/

5 points · 6 comments · view on lemmy.world

6 Comments

bradboimler@kbin.social · 4 pts · 2y

Yes

ComptitiveSubset@lemmy.world · 3 pts · 2y

My company was acquired and we were forced to switch to Go. I miss Java.

roo@lemmy.one · 1 pts · 2y (3 replies)

Is there a simple way to do a http web server or socket? I've been looking around, but everything ends up being a page of instructions by the time I get it working.

lysdexic@programming.dev · 1 pts · 2y (2 replies)

Is there a simple way to do a http web server or socket?

What's your definition of http web server or socket? Most frameworks nowadays provide you with tools to get a fully working project up and running with just a couple of clicks.

For instance: https://start.spring.io/

roo@lemmy.one · 1 pts · 2y (1 reply)

Python has a one liner that just runs.

Is there a one liner that comes standard with Java now? There definitely hasn't been before now.

pohart@programming.dev · 2 pts · 2y

What does the one liner do?