Klara! ❤️

@boo_@im-in.space
172 Followers
226 Following
5.6K Posts

Swedish plant mom and Clojure/Scheme witch, but I love all Lisps. I mostly do Kotlin/Java for work. I speak Swedish, English, French, and I'm learning Ukrainian. Expect politics from a socialist and free software perspective. I tend to agree with anarchists, but do not necessarily identify as one myself.

🌱 Végane
🦬 Kind of a GNU fangirl
📜 Learner of languages
🚴‍♀️ Cyclist
🎵 Punk and Hyperpop = 💜
🏹♠️Aromantic/asexual
🌍 20 years on this blue marble so far

Avatar description: A mirror selfie of me, a woman wearing a cardigan over a floral dress, with the background being the aromantic asexual flag. In my hands I hold a green phone with stickers on it, prominently visible is the GNU head.

#noindex

PronounsShe | Hon | Elle | Вона | Αυτή | Illa
Other Socials@boo_@lemmy.blahaj.zone, @lachaisegrenouille@tumblr.com
OSGNU Guix, Debian, CalyxOS
Kurzgesagt if it was good
Do you really want to stop gaming?
Trans girls be like (explication in alt text)
The French name for regex is about as standardised as regex itself 
Fuck off, Duckduckgo (this appeared at the top of a search)
Why does Discord notify me that someone is streaming in a server I'm not even in!?
Skeletá drops tomorrow I am very excited 

AI slop has ruined a lot of icons for me. My package tracking app looks like it'd be named PostGPT or something 😭

(No shade, the app is great!)

×
The French name for regex is about as standardised as regex itself 
@boo_ I take issue with french calling regex "expression rationnelle"

There's nothing rational about regex
Don't Look Back, part 3: Back references in regex and grammars

This post is part of a series, though it can be read independently of the others: Part 1: Regex and Unicode Part 2: The Four Eras of Regex Part 3: Back references in regex and grammars (this post) Part 4: Why is everything on fire? (forthcoming) Today, I want to talk about the back-reference feature of regex, and how we can extend it to grammars, in particular to Parsing Expression Grammars. For a few years now, we have had an experimental implementation of back references in the Rosie project. With some experience using the feature, we are ready to remove its experimental status. In the next release, Rosie v1.5, it will be a supported feature, so it’s time to describe it in detail.