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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A DSL for Implementing Math Functions

86 点作者 vitaut11 个月前

3 条评论

endgame11 个月前
Reminds me a bit of &quot;Let&#x27;s Program a Calculus Student&quot;: <a href="https:&#x2F;&#x2F;iagoleal.com&#x2F;posts&#x2F;calculus-symbolic&#x2F;" rel="nofollow">https:&#x2F;&#x2F;iagoleal.com&#x2F;posts&#x2F;calculus-symbolic&#x2F;</a>
pavpanchekha11 个月前
One of the authors, happy to answer questions!
评论 #40628516 未加载
评论 #40628542 未加载
评论 #40631076 未加载
评论 #40630287 未加载
评论 #40628424 未加载
js811 个月前
I have an idea, we could call it FORTRAN, as in &quot;formula translator&quot;, get it?<p>Seriously though, creating DSLs is the essence of (understandable) programming. You create abstractions away from machine code towards your problem domain. Every program, thus, is more or less a DSL for what it can do.