• 18 Posts
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle













    1. esrap
    2. Expat
    3. No
    4. Nikodemus Siivola, Jan Moringen
    5. While many programming languages offer Packrat parser libraries, Esrap stands out for its simpler rule definition. Esrap uses a defrule macro, offering a specialized language for defining parsing rules, unlike other parsers that might rely on class construction. Class construction can be less intuitive when it comes to understanding the relationship between classes and parsing rules. This makes Esrap a great choice for writing parsers.
    6. DSL
    7. I have no idea.




  • What Lisp programming languages do you use?

    1. Common Lisp
    2. Clojure

    What non-Lisp programming languages do you use?

    Rust, etc.

    What is your favorite Lisp programming language? Why?

    SBCL can compile Common Lisp into optimized native code and the community provides libraries that I need.

    What is your favorite non-Lisp programming language? Why?

    Ruby can be used as AWK with JSON parser and Unicode support.

    What is that one thing about your favorite non-Lisp language that you wish to see in your favorite Lisp language?

    Awk-style one-liner