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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Good books about DSL creation

3 点作者 roeles5 个月前
In the past year I learnt about the usefulness of (and sometimes need for) domain specific languages. I am wondering if you have recommendations for books about creating a DSL? I saw Martin Fowler&#x27;s book online, but perhaps there are also other good ones?<p>I program mostly in C++, and I am interested in DSLs partly for formal verification.

2 条评论

npalli5 个月前
Very good recent book &quot;Building user friendly DSL&#x27;s&quot;. I went through quickly it was comprehensive and worthwhile to dig deeper. It&#x27;s in JavaScript.<p><a href="https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;building-user-friendly-dsls" rel="nofollow">https:&#x2F;&#x2F;www.manning.com&#x2F;books&#x2F;building-user-friendly-dsls</a>
johndoe08155 个月前
&quot;Domain-Specific Languages&quot; by Martin Fowler and Rebecca Parson might be interesting: <a href="https:&#x2F;&#x2F;martinfowler.com&#x2F;books&#x2F;dsl.html" rel="nofollow">https:&#x2F;&#x2F;martinfowler.com&#x2F;books&#x2F;dsl.html</a>