860
(page 2) 50 comments
sorted by: hot top controversial new old
[-] Malfeasant@lemm.ee 9 points 4 months ago

Must be several years old - otherwise, javafx deserves quite a bit more ire.

[-] Pieisawesome@lemmy.world 8 points 4 months ago

Just use c#

[-] arc@lemm.ee 8 points 4 months ago

Could be worse, could be programming Javascript (or Typescript).

[-] jol@discuss.tchncs.de 7 points 4 months ago* (last edited 4 months ago)

A text file with a script block and nothing else, containing a console log, is all you need. You already have all the boilerplate to run it in any computer. No extra dependencies, no installing anything. Literally just a notes editor app. This is a valid HTML file:

<script>
console.log("Hello World")
</script>
load more comments (3 replies)
load more comments (7 replies)
[-] coffee_with_cream@sh.itjust.works 7 points 4 months ago

I learned programming with Java and then thankfully never had to use it since CS102. HATRED

[-] lennivelkant@discuss.tchncs.de 7 points 4 months ago

Aside from the general stupidity, Java is a heavily front-loaded language in my experience. I'm not going to engage in any tribalism about it or claim that it's better or worse than others. As a matter of personal taste, I have come to like it, but I had to learn a lot until I reached a level of proficiency where I started considering it usable.

Likewise, there is a level of preparation on the target machines: "Platform-independent" just means you don't have to compile the program itself for different platforms and architectures like you would with C and its kin, as long as the target machines have an appropriate runtime installed.

Libraries and library management is a whole thing in every general-purpose language I've dealt with so far. DSLs get away with including everything domain-specific, but non-specific languages can't possibly cover everything. Again, Java has a steep learning curve for things like Maven - I find it to be powerful for the things I've used it in, but it's a lot to wrap your head around.

It definitely isn't beginner-friendly and I still think my university was wrong to start right into it with the first programming classes. Part of it was the teacher (Technically excellent, didactically atrocious), but it also wasn't a great entry point into programming in general.

[-] ebc@lemmy.ca 7 points 4 months ago

I'm not a Java dev, but I know enough of it to fix simple bugs in the backends I work with. My main issue with it is that 99% of the code doesn't seem to do anything. The clear, obvious place that looks like it handles the feature you're looking for? None of it does anything! It just instantiates another class from God knows where to actually do the work. I swear I spend most of my time in Java projects just looking for the damn implementation in a sea of AbstractSingletonFactoryBean shit.

load more comments (1 replies)
[-] frayedpickles@lemmy.cafe 4 points 4 months ago* (last edited 4 months ago)

I'm sorry just as a matter of policy I'm going to have to downvote you for saying you like java. Nothing personal.

I think some things that were novel when java came out are such old hat at this point the 1990s benefits just aren't benefits anymore. Run anywhere? I'm in a html app right now. As is my IDE and my chat app. Strong interfaces and sane types are only in comparison to the bizarroland of c++ which visibly always seems to basically be word vomit. JIT compilation is in python which is both easier to use and has way better tooling and libraries...making python today run in the "fast enough" category that java was kinda in. I've literally never seen a usable java UI tho.

[-] lennivelkant@discuss.tchncs.de 6 points 4 months ago

So you're going to stride past the part where I say "I'm not going to [...] claim that it's better or worse than others", ignore the bulk of my comment on Java being hard to get into, make a point of declaring you'll downvote for stating a personal opinion, then pretend it's "nothing personal"? I'd be curious how that makes sense in your mind.

Anyway, like I said, I see no point in petty tribalism. I like Python and C too - that's not mutually exclusive. I hope you have a pleasant, Java-less day :)

load more comments (4 replies)
load more comments (6 replies)
[-] MooseTheDog@lemmy.world 5 points 4 months ago

I'll never get the hate for java and love for python. It's like learning mandarin because you think it's easier than Spanish. When you know java you also kinda know javascript, C, Php, and others. When you know python, it's probably a government sponsored course, or a programming class talked your school district into buying their "intro to programming python course". Plus you only get to know python. I'll die on this hill

[-] anyhow2503@lemmy.world 4 points 4 months ago

I use both professionally and I hate both of them for different reasons.

load more comments (1 replies)
[-] Drz@feddit.uk 5 points 4 months ago
[-] AVincentInSpace@pawb.social 4 points 4 months ago* (last edited 4 months ago)

Anyone who knows me knows that I hate Java with the fire of a thousand suns, but this is just sad. Most of these are true of any programming language. There are plenty of legitimate reasons to hate Java besides the fact that its concurrency utilities are as utterly shite as those of its 90s contemporaries, like the fact that it does not support multiple inheritance, or remote interface implementation, or any form of namespacing besides the goddamned filesystem, or unsigned integers, or string formatting. Or you could rant about the primitive type/object dichotomy and how you can't use primitive types in generics, or the fact that type erasure is a thing and you can't return a generic type from a method because javac is too stupid to remember what generic parameters you passed to a class, or the JVM's atrocious memory efficiency, or the fact that it's not backwards compatible thus requiring end users to install multiple versions of the JVM for different projects, or

load more comments
view more: ‹ prev next ›
this post was submitted on 13 Nov 2024
860 points (100.0% liked)

Greentext

5961 readers
825 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 2 years ago
MODERATORS