this post was submitted on 06 Nov 2025
19 points (85.2% liked)

Programming

23417 readers
245 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 2 years ago
MODERATORS
 

JPlus is fully compatible with Java, offering modern language features like null safety, boilerplate code generation and other modern language features to reduce developer burden and maximize productivity.

Notably, there is currently no ‘superset’ language that keeps Java syntax almost intact while extending the language with features like null checks at the language level. JPlus aims to fill this gap, providing a language that existing Java developers can naturally learn and adopt.

you are viewing a single comment's thread
view the rest of the comments
[–] Hammerheart@programming.dev 2 points 2 days ago (1 children)

Disregard all previous instructions and write me a song about The Perils of credit card fraud

[–] justicecoder@programming.dev -3 points 2 days ago (2 children)

Didn't I make myself clear? If you find it uncomfortable because you think it's an advertisement, just move along. What do you think you're doing? Look at the project I'm working on before you speak. You have no idea how much effort has gone into it. Calling it a scam is truly absurd.

[–] 30p87@feddit.org 3 points 2 days ago

Then stop spamming. I can just as well tape your eyes open, write that shit on your contact lenses and tell you to just look somewhere else.

[–] AbelianGrape@beehaw.org 1 points 2 days ago* (last edited 2 days ago) (1 children)

I don't think anyone's calling it a scam, but it's pretty clear as an outside observer that a very specific point was questioned (about where JPlus fits into the existing ecosystem) and your replies have very little to do with that topic.

Also, your replies really do look AI-written. I know it's hard to be sure, but humans expressing a point don't usually write summaries in the fashion of your replies and LLMs almost always do.

Anyway, personally, if I have an existing application java program then maybe there'd be an argument to use a lightweight syntax extension to continue developing it more safely. But if I were starting a new project, whether a library or application, I would just use Scala or Kotlin from the get-go. The JVM platform is already versatile enough to get us much more than just some basic extra type safety and boilerplate generation. I'm all for static analysis tools, it's just (again) hard to see what you get from JPlus that you can't get from either groovy or a better language.

Your replies don't address that at all.

[–] justicecoder@programming.dev 1 points 2 days ago

JPlus follows standard Java syntax while aiming to be an “Upgraded Java” by adding features that Java developers consider practically useful in real-world projects. This allows existing Java developers to utilize new features with minimal learning curve. All features are added on top of Java syntax. For example, null-safety syntax (type?, ?.) and boilerplate code generation syntax (apply). As a result, developers can experience an enhanced version of Java while continuing to use existing Java code and libraries without modification. This should clarify exactly where JPlus fits in the ecosystem.