Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Manipulate Clojure source code like the DOM
(opens in new tab)
(github.com)
61 points
glittershark
11y ago
6 comments
Save
Share
6 comments
6 comments · 4 top-level
top
newest
oldest
loevborg
11y ago
· 1 in thread
This looks really great. On the topic of manipulating data structures in a funky way, see also specter (
https://github.com/nathanmarz/specter
).
boxed
11y ago
Or instar:
https://github.com/boxed/instar
shurcooL
11y ago
· 1 in thread
Does jai have a meaning? It's also Jon Blow's programming language.
zcaudate
11y ago
Not really... I just wanted to write (use 'jai.query) as a reference to the more famous library
LukeHoersten
11y ago
In a programming language setting, this is usually called an AST (Abstract Syntax Tree), not a DOM. Though I see what you're getting at here with the AST query API. There are certainly parallels. (
http://en.wikipedia.org/wiki/Abstract_syntax_tree
)
goldfeld
11y ago
Oh! I had so much need of this, if only it were ClojureScript.
j
/
k
navigate · click thread line to collapse