Common Lisp regular-expression-engine Projects
-
Project mention: The unreasonable effectiveness of f-strings and re.VERBOSE | news.ycombinator.com | 2022-05-23
I must have a serious bug in my writing about this, because this was never about regex engines -- it's about literals and domain-specific sublanguages in general. Composing DSL programs by string concatenation is such a famous source of security bugs you see it in top-10 lists. I linked to the very similar example of a PEG parsing DSL.
But any regex engine that can work with a parse tree shows the same principle, e.g. https://edicl.github.io/cl-ppcre/#create-scanner2
-
one-more-re-nightmare used to let you write Σ, but I then tried to search Greek stuff with it and it went wrong. So now there's...$ for all characters (since that's not used for end-of-line assertions).
-
JetBrains
Developer Ecosystem Survey 2022. Take part in the Developer Ecosystem Survey 2022 by JetBrains and get a chance to win a Macbook, a Nvidia graphics card, or other prizes. We’ll create an infographic full of stats, and you’ll get personalized results so you can compare yourself with other developers.
Common Lisp regular-expression-engine related posts
- Don't be lazy this month!
- The unreasonable effectiveness of f-strings and re.VERBOSE
- When a young programmer who has been using C for several years is convinced that C is the best possible programming language and that people who don't prefer it just haven't use it enough, what is the best argument for Lisp vs C, given that they're already convinced in favor of C?
- The self-hosted Zig compiler can now successfully compile itself
- Adding Space to subst function
- Most interesting languages to learn (from)?
- Is regex really fast in CL?
Index
Project | Stars | |
---|---|---|
1 | cl-ppcre | 262 |
2 | one-more-re-nightmare | 104 |
Are you hiring? Post a new remote job listing for free.