Remix.run Logo
veqq a day ago

https://codeberg.org/veqq/declarative-dsls is built around a query language working on tables/dataframes, hashmaps, arrays, strings etc. in the same way. I ended up allowing things like :where :group-by etc. in `select` go in any order and then allowing you to use ->> macros to micromanage the execution order.

bruce343434 20 hours ago | parent [-]

    :set {:job "Engineer"}
    :where |(= ($ :job) "Developer")
What is going on there in that where syntax?