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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What technologies and programming paradigms are underused?

5 点作者 entelechy超过 7 年前
Some technologies and programming patters have been life altering to me. My list is probably quite mundane, so I&#x27;m wondering what technologies and programming patterns affected you most but are also lesser known or underused in your opinion?<p>Here is my list:<p>Technologies:<p>- BabelJS<p>- Kafka<p>- Graphql<p>- Rx<p>Patterns:<p>- Event Sourcing<p>- Effect Monad<p>- RAII + Object Pool

5 条评论

muzani超过 7 年前
I&#x27;m a big fan of Parse Server, but it seems to have some stigma ever since Facebook open sourced it. It runs better than many other frameworks; you can set up a full stack thing with mobile accessing a cloud database and storing photos in about an hour.
throwaway7645超过 7 年前
Array Programming languages like APL &amp; J are super cool to me and I wish they had more of a following.<p>J has &quot;tacit programming&quot; where you basically can write hyper general and terse programs with it still being readable. I just wish performance was more in line with Java.
Chyzwar超过 7 年前
<p><pre><code> Smalltalk -&gt; proper OOP Lisp -&gt; pragmatic functional programming Prolog -&gt; logic programming </code></pre> In some aspects, these are better than mainstream languages but for various reasons failed to get popularity.
leksak超过 7 年前
Using Kafka at work tight now. Really enjoying it.
miguelrochefort超过 7 年前
- Semantic web<p>- Prolog<p>- Idris&#x2F;Agda&#x2F;Coq