Common Lisp regular-expression-engine

Open-source Common Lisp projects categorized as regular-expression-engine

Common Lisp regular-expression-engine Projects

regular-expression-engine
  • cl-ppcre

    Common Lisp regular expression library

  • Project mention: Compile time regular expression in C++ | news.ycombinator.com | 2023-09-12

    I've never used cl-ppcre myself, but its docs[1] claim that it provides compile-time regexes:

    > CL-PPCRE uses compiler macros to pre-compile scanners at load time if possible. This happens if the compiler can determine that the regular expression (no matter if it's a string or an S-expression) is constant at compile time and is intended to save the time for creating scanners at execution time (probably creating the same scanner over and over in a loop).

    [1]: https://edicl.github.io/cl-ppcre/

  • one-more-re-nightmare

    A fast regular expression compiler in Common Lisp

  • Project mention: Needle: A DFA Based Regex Library That Compiles to JVM ByteCode | news.ycombinator.com | 2024-05-08

    https://github.com/telekons/one-more-re-nightmare

    And the pretty hard to find blog post about it:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Common Lisp regular-expression-engine related posts

  • Needle: A DFA Based Regex Library That Compiles to JVM ByteCode

    3 projects | news.ycombinator.com | 8 May 2024
  • sbcl and Let Over Lambda

    4 projects | /r/lisp | 22 Feb 2023
  • Regular Expressions make me feel like a powerful wizard- that's not a good thing

    1 project | news.ycombinator.com | 10 Feb 2023
  • Don't be lazy this month!

    1 project | /r/transprogrammer | 10 Jun 2022
  • The unreasonable effectiveness of f-strings and re.VERBOSE

    4 projects | news.ycombinator.com | 23 May 2022
  • 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?

    3 projects | /r/lisp | 13 May 2022
  • The self-hosted Zig compiler can now successfully compile itself

    3 projects | /r/programming | 15 Apr 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 5 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

Project Stars
1 cl-ppcre 292
2 one-more-re-nightmare 135

Sponsored
Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com