#pattern-matching

[ follow ]
Scala
fromMedium
5 days ago

I Thought Scala Was Vibe Coding

Scala emphasizes immutability, expression-oriented programming, powerful pattern matching, and Option-based null safety for more concise, safer, and more composable JVM code.
fromOracle
2 months ago

The Arrival of Java 25

New in this release JDK 25 delivers sixteen enhancements that are significant enough to warrant their own JDK Enhancement Proposal (JEP), including four preview features, one experimental feature, and one incubator feature. These features cover innovations to the Java language to the libraries (with two improvements specifically to security libraries), performance and runtime, and monitoring improvements. Language Innovation Primitive Types in Patterns, instanceof, and switch 3rd Preview
Software development
Java
fromInfoQ
2 months ago

OpenJDK News Roundup: Vector API, Ahead-of-Time Object Caching, Prepare to Make Final Mean Final

Six JEPs advanced for JDK 26—three targeted and three proposed—while the proposed JDK 26 release schedule was finalized.
JavaScript
fromjsdevspace.substack.com
2 months ago

JavaScript Just Leveled Up: ES2025 - You'll Fall in Love With

ES2025 adds pattern matching and a pipeline operator enabling concise, readable, declarative JavaScript control flow and data transformations.
Software development
fromHackernoon
5 years ago

Comparing Pattern-Matching Across Different Languages: Java, Scala, and More | HackerNoon

Pattern matching in Java enhances conditional logic and code clarity, especially in evaluating different object types.
Cooking
fromMedium
6 months ago

Unlocking SQL LIKE, IN, and Wildcards: Filter Data Like a Pro

Mastering SQL LIKE, wildcards, and IN operator enables effective pattern matching and multi-value filtering in database queries.
Java
fromInfoWorld
6 months ago

What you need to know about Java wrapper classes

Wrapper classes bridge the gap between primitive types and objects, essential for modern Java features.
[ Load more ]