espalier

Extend-only style rules for Garden (by reup-distribution)

Espalier Alternatives

Similar projects and alternatives to espalier

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better espalier alternative or higher similarity.

espalier reviews and mentions

Posts with mentions or reviews of espalier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-12.
  • Clojure Macros and Metaprogramming
    1 project | news.ycombinator.com | 15 Dec 2021
    It’s been several years since I’ve worked in Clojure. When I started to dive into the language, I was warned not to write macros without a good justification (and heeded those warnings).

    One of my most memorable projects[1] relied heavily on macros. I knew at the time that I was using the tools I had to automate a performance optimization technique. What I didn’t know at the time was that my former (and once again future) ecosystem, JavaScript (now TypeScript), was going through a tooling revolution (of sorts, no value attached to that observation). Babel, and then countless other tools, were transforming more and more JS. Now that sort of thing is pretty much the default.

    All of that is to say: macros are not a silver bullet, they’re not trivial to write/read/maintain… but goodness dealing with similar use cases in JS environments routinely makes me long for them.

    The amount of esoteric knowledge required to build something similar to my 150 line library in a JS context is absolutely bonkers. Versus just using built in language features and calling runtime functionality as needed at build time.

    I don’t want to overly romanticize either macros generally or Clojure specifically. But I sincerely believe a large part of the frustration with the JS ecosystem from developers’ perspective would be significantly less frustrating if manipulating the language and sharing build/runtime logic were part of the language itself.

    1: https://github.com/reup-distribution/espalier

  • The Problem with Macros
    2 projects | news.ycombinator.com | 12 Oct 2021
    This is quite a wild ride. My only Lisp experience is Clojure, and I have written some macros[1], but never dove anywhere near this deep into everything that’s going on.

    It’s interesting, I’ve spent a lot of recent personal interest time deep diving into code transformation in JS/TS. These concerns about name collision and shadowing are front and center there, but of course tree-walking AST transform is the ~only game in town[2] and it’s had me pining for first class language macros.

    1: The first that comes to mind https://github.com/reup-distribution/espalier

    2: I have some ideas on this, but nowhere near fully formed enough to elaborate just now; suffice to say they derive a lot from what I do know about macros.

Stats

Basic espalier repo stats
2
1
10.0
about 7 years ago

reup-distribution/espalier is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.

The primary programming language of espalier is Clojure.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com