TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Manipulate Clojure source code like the DOM

61 点作者 glittershark将近 10 年前

4 条评论

LukeHoersten将近 10 年前
In a programming language setting, this is usually called an AST (Abstract Syntax Tree), not a DOM. Though I see what you&#x27;re getting at here with the AST query API. There are certainly parallels. (<a href="http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Abstract_syntax_tree" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Abstract_syntax_tree</a>)
loevborg将近 10 年前
This looks really great. On the topic of manipulating data structures in a funky way, see also specter (<a href="https:&#x2F;&#x2F;github.com&#x2F;nathanmarz&#x2F;specter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nathanmarz&#x2F;specter</a>).
评论 #9668886 未加载
shurcooL将近 10 年前
Does jai have a meaning? It&#x27;s also Jon Blow&#x27;s programming language.
评论 #9603915 未加载
goldfeld将近 10 年前
Oh! I had so much need of this, if only it were ClojureScript.