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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How would you implement a programming language with native data access?

1 点作者 dennisy超过 1 年前
I have never spent much time reading or learning the Wolfram stack - mainly because I have not really ran into it much on the internet, it does not to me seem overly popular.<p>However there is one concept within it that seems quite neat, and that is that the language or platform has native data access, for example `WordFrequencyData`[1].<p>The naive approach is just to connect this up to a DB of data, but I am interested if there are any other such open source example or some other neat abstractions when it comes to programming abstractions being connected directly to data.<p>[1]: https:&#x2F;&#x2F;reference.wolfram.com&#x2F;language&#x2F;ref&#x2F;WordFrequencyData.html

1 comment

dtagames超过 1 年前
There is nothing magical about Wolfram. It&#x27;s just a Lisp with different syntax and a whole lotta built-in functions.<p>Any language can have &quot;native data access&quot; by using an API, and that&#x27;s what Wolfram is doing under the hood.<p>The best language&#x2F;tool&#x2F;method for any piece of software is usually the one that 1) provides the user interface you&#x27;re after and 2) is in a language you&#x27;re familiar and efficient with.
评论 #39252499 未加载