owlstuffing
- Karma
- 0
- Created
- ()
- Submissions
- 0
- OpenJDK Interim Policy on Generative AI (openjdk.org)
- Optional/Named Arguments for Java (github.com)
- Rethinking Syntax: Binding by Adjacency (github.com)
- Type-Safe JDBC: Schema-First Native SQL in Java (github.com)
- Rethinking Syntax: Binding by Adjacency (github.com)
- Show HN: Toward Nirvana with Optional Parameters (github.com)
Hey HN! Oracle refuses to add optional parameters (and named args) to Java. So I did via a javac plugin and a smidge of hacking to modify the AST. The result is a pretty comprehensive implementation of the feature,…
- Java: Optional Parameters and Named Arguments (github.com)
-
This is an experimental yet comprehensive compiler plugin that brings optional parameters and named arguments to Java. Complete IDE integration available with IntelliJ.
- Type-Safe Data Science (github.com)
- Show HN: Paranormal Metaprogramming with Java (github.com)
Project manifold hacks into the the Java compiler with extreme prejudice via the javac plugin API to provide existing Java projects with seamless access to manifold's language extensions. This particular feature,…
- Show HN: Native SQL, type-safe, in-lined. Pick three (github.com)
Manifold SQL[1] is a compiler plugin that lets you write _native_ SQL directly and type-safely in your Java code. - Query types are instantly available as you type native SQL of any complexity in your Java source -…
- Show HN: GitHub Traffic CLI Tool (github.com)
Use this command line interface (CLI) tool to produce a textual GitHub traffic report for any repository. The report is similar in format to GitHub's Traffic page, but includes additional features such as star diffs…
- Show HN: Use DuckDB type-safely in Java (github.com)
manifold-sql[1] is a schema-first JPA alternative that lets you type-safely inline native SQL in Java source among other capabilities. DuckDB[2] is a high-performance, in-process database based on PostgreSQL…
- Show HN: Rational numbers for Java, why not? (github.com)
A while back I built a science library supporting both physical and abstract dimensions. Almost immediately I discovered working with floating point numbers suck in that space and BigDecimal isn't much better in terms…
- Show HN: Ditch your ORM with type-safe native SQL (github.com)
- Show HN: Traits for Java via True Delegation (github.com)
- Show HN: Automatic Type-Safe CSV (github.com)
A compiler plugin enabling seamless CSV access -- your CSV files are types. Use CSV directly and type-safely. // Type-safely use resource file "../org/examples/Sales.csv" // without writing extra code or running code…
- Show HN: Htmx with ManTL Templates (github.com)
HTMX revitalizes server-side rendering via templates. ManTL is a Java-centric, 100% type-safe templating language with comprehensive IntelliJ integration. It was designed with HTMX (formerly intercooler) in mind.…
- Type-safely embed SQL directly into Java (github.com)
- Show HN: I made Java look better than it deserves (github.com)
- True Delegation vs. Forwarding (github.com)
- Java and SQL (github.com)