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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I'm improving the official erlang docs, need feedback

4 点作者 marianoguerra超过 8 年前

1 comment

marianoguerra超过 8 年前
Current one here: <a href="http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;" rel="nofollow">http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;</a><p>Here&#x27;s a list of things you may want to check to compare:<p>* applications list:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;applications.html + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;applications.html </code></pre> * modules list:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;man_index.html + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;man_index.html </code></pre> * a module doc page:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;lib&#x2F;stdlib-3.1&#x2F;doc&#x2F;html&#x2F;array.html + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;man&#x2F;array.html </code></pre> * code examples:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;programming_examples&#x2F;funs.html + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;programming_examples&#x2F;funs.html </code></pre> * one with a little of everything: + <a href="https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;reference_manual&#x2F;expressions.html#idm45459941751584" rel="nofollow">https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;reference_manual&#x2F;exp...</a><p><pre><code> + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;reference_manual&#x2F;expressions.html#id80458 </code></pre> * tables:<p><pre><code> + https:&#x2F;&#x2F;marianoguerra.github.io&#x2F;otp&#x2F;doc&#x2F;reference_manual&#x2F;expressions.html#idm45459941644800 + http:&#x2F;&#x2F;erlang.org&#x2F;doc&#x2F;reference_manual&#x2F;expressions.html#id81348</code></pre>