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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

We need more programming languages

4 点作者 Decabytes大约 2 年前

1 comment

galdor大约 2 年前
A programming language is made of a long list of trade-offs, meaning that you could invent hundreds of new ones without really repeating yourself.<p>Please go and invent new languages! Yes, most of them will be ill-designed and will not go anywhere, but this is how you make progress.<p>As always the Internet will scream at you that you are wasting your time, or that you are somehow fragmenting the ecosystem, but this is the usual case of strangers feeling that they should have a say in what you work on. Ignore it.<p>Personally I&#x27;d love to see two languages:<p>- A modern Lisp. Builtin concurrency (green threads of course), gradual typing, native compiler. And I more and more feel like it should be a Lisp-1 (please don&#x27;t cancel me). It should be the perfect language for exploratory programming and of course symbolic programming.<p>- An improved Erlang. Proper records and strings, modern tooling, modern standard library. And please make it decently fast. It should be the one obvious choice to write server software.<p>Hopefully I someday will get the time to work on it.