#PatternMatching

JAVAPROjavapro
2026-03-13

Parsing and evaluating expressions in doesn’t have to be messy. Balkrishna Rawool shows how to simplify expression trees using ADTs and . Clean, idiomatic, and readable.

Read the full Guide: javapro.io/2025/11/11/algebrai

2026-03-06

It’s Friday and in an attempt to remember what it was like when I did music cognition research here is possibly the article I am proudest of: it was a huge challenge to work on but I think it was a pretty good stab at better understanding a complex human behaviour AND testing some algorithmic approaches to solving a musical problem. Hank and I nearly came to blows because of our radically different backgrounds and personality types but all was well in the end. Fortunately Peter was good at keeping us on track ;-)

link.springer.com/article/10.3

(no paywall)

#music #InformationProcessing #PatternMatching #algorithms #modeling #CognitiveScience #MusicTechnology #memories

JAVAPROjavapro
2026-03-01

Still wasting time on constructor workarounds just because super() must come first? finally removes that 30-year limitation. @bazlur_rahman shows what it means for cleaner initialization. Worth the upgrade?

Dive in: javapro.io/2026/02/24/javas-pr

Turbo Learn PHPTurboLearnPHP
2026-02-26

Match Expression vs Switch: Pattern Matching Showdown

PHP 8's match expression vs JavaScript switch. Which language's control flow is more elegant? You won't believe this!

youtube.com/watch?v=BiiJf3Cpbsk

JAVAPROjavapro
2026-02-24

developers have complained about boilerplate for decades. ’s compact source files aim to change that — making simple programs truly simple. @bazlur_rahman explains what’s new. Curious if this improves your workflow?

Read more: javapro.io/2026/02/24/javas-pr

fly51fly (@fly51fly)

SoftMatcha 2: 조(트릴리언) 단위 규모 코퍼스에서 동작하는 빠르고 유연한 패턴 매처를 제안하는 연구. M. Yoneda 등(University of Tokyo, Kyoto University 등 공동연구, 2026, arXiv). 초대형 말뭉치에서의 효율적 검색·패턴 매칭을 목표로 한 도구/알고리즘 발표.

x.com/fly51fly/status/20231489

#softmatcha2 #patternmatching #trillionscale #ir

Marcus Fihlon (McPringle)mcpringle_jugch@videos.ijug.eu
2026-02-09

Java 17: Die relevanten Features der neuen LTS-Version

videos.ijug.eu/w/qiFtkC9hjz7us

bartosz 🚲🌳🐍🦀btel
2026-01-20

RE: mastodon.social/@h4ckernews/11

A very interesting article on how LLMs might actually work. I am sceptic about the overextension of the work to cognitive sciences but the authors make a good point. I wonder what the actual cognitive scientists might say.

N-gated Hacker Newsngate
2026-01-19

🎩✨ Behold, the mystical wonders of pattern matching! Apparently, it's so "unreasonably effective" that they needed a whole paper to tell us what we've known since the dawn of . 🤦‍♂️ Thanks, Simons Foundation, for funding this groundbreaking revelation! 🥳📚
arxiv.org/abs/2601.11432

Python PeakPythonPeak
2026-01-09

Match Statement vs Match Expression: Pattern Matching War

Python 3.10 vs PHP 8 match - both new, both powerful! Which language nailed pattern matching? This will spark debate!

.10

youtube.com/watch?v=gzCvib6GtHg

Multi Purr Puss :verified:platymew@layer8.space
2025-12-30

🧵 2/n Didn't Taran Van Hemert, the video editor who worked for #LinusTechTips, drive #AutoHotkey to it's limit?

I think this tool can do graphical #PatternMatching, click on things, and process scripts(with loops and tests), right?

This could be my 1st #FLOSS project to publish on #GitHub - github.com/PurryPlatypus/twitt.

Turbo Learn PHPTurboLearnPHP
2025-12-29

Match Expression vs Match Statement: Pattern Matching Magic

PHP 8's match expression vs Python 3.10's match statement. Which language's pattern matching is more elegant? You won't believe this!

.10

youtube.com/watch?v=XOGx8q8GAfo

JAVAPROjavapro
2025-12-22

Still coupling logic and data in your code? with records and lets you model valid states cleanly and move logic out of your types.

Learn how, step-by-step with @BalaRawool: javapro.io/2025/11/11/writing-

Riverfount :python_logo:riverfount@bolha.us
2025-12-22

🚀 **Pattern Matching em Python: Diga adeus às árvores de if/elif verbosos!** 💻

Acabei de publicar um guia técnico completo sobre o **match/case** do Python 3.10+: destructuring de listas, dicts, classes, guards e como ele **aniquila** o switch case tradicional de C/Java. Exemplos práticos para APIs REST, eventos JSON e full-stack!

Por que usar?
- Código 50-70% mais limpo
- Sem fallthrough bugs
- Poder estrutural nativo

👉 Leia agora: bolha.blog/riverfount/pattern-

**Teste um exemplo hoje e comente: qual use case você vai aplicar primeiro?**

#Python #PatternMatching #MatchCase #Python310 #DevTips #Programacao

2025-12-21

Wer mit Java arbeitet, kennt den Operator instanceof wahrscheinlich schon länger. Er wird genutzt, um zu prüfen, ob ein Objekt einer bestimmten Klasse oder einem bestimmten Typ entspricht. Doch seit Java 16 gibt es eine deutliche Verbesserung: Pattern Matching für instanceof. Diese Neuerung sorgt

magicmarcy.de/pattern-matching

#PatternMatching #instanceof #Java16 #Casting #Compiler #Negationen #Programming #Java

2012-02-22

NOTE: this was originally published on the older version of this blog, some content may be broken/outdated.

Following a discussion on hacker news I have found myself wondering about regular expressions in ruby 1.9.

In this major version ruby switched its regex engine to oniguruma (and, since a few days ago to a fork of it called Onigmo ).

This engine is widely more powerful than the […]

https://riffraff.info/2012/02/matching-nested-structures-with-regexps-in-ruby-1-9/

PrecisionSQLPrecisionSQL
2025-12-09

LIKE 'test_%' Matches WHAT?!

LIKE with underscore matches ANY single character! 'test_%' matches 'test1', 'testA', 'test_'. This breaks pattern matching! Watch!

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst