I see Manifold as a huge leap past previous tools Immutables or Lombok. I understand there's a use case where you want to add these language features to an existing code base. But for the most part if you want the language features on the JVM, you should probably just use Scala. That gives you a set of established patterns, best practices, libraries, and a community of users.If you want type safe SQL in particular, you can pry JOOQ out of my cold dead hands.
owlstuffing|1 year ago
Scala is a dying language, anyone boarding that ship is making a mistake. Anyhow, I prefer Java supplemented with powerful features Scala doesn't have, such as type-safe SQL.
> If you want type safe SQL in particular, you can pry JOOQ out of my cold dead hands.
Jooq isn't bad, but it's not SQL, it's Java trying to be SQL. Manifold lets you write type-safe, native _SQL_ of any complexity directly in your code.
kaba0|1 year ago
Especially that you call it a dying language, when it just got reborn, and better than ever with Scala 3.
946789987649|1 year ago
Can you elaborate on this? I have been using JOOQ for years (with Kotlin), and I have never had any issues with it "trying to be SQL".
admin00000001|1 year ago
pregnenolone|1 year ago
What? This site is getting worse by the day.