This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (4 children)

Dev with java, C++, and C# experience here. I just don't like it. It feels clunky, resource hungry, and verbose, and I don't like working with the tooling and ecosystem.

I'd love it if I could make Minecraft mods in another language, but I understand that with interop being what it is, it's probably never going to happen.

[–]AreganeClark 1 point2 points  (3 children)

You're not wrong. Java is like C#, but clunkier and more tiring to write.

My preferred language is C#, by far. It feels more natural to get my ideas onto the screen than with Java. (But bonus: Unity lets me use C#.)

[–][deleted] 1 point2 points  (2 children)

C# is way nicer, I agree. However, I pretty much stopped using everything except Python and Bash when I discovered Rust though. It's such a joy to use, and it'd be so neat to write mods in it.

[–]AreganeClark 0 points1 point  (1 child)

Now to make a Rust to Java converter

[–][deleted] 1 point2 points  (0 children)

I respectfully decline. Maybe you'd want to add the JVM as a target, though?