Skip to content

Commit

Permalink
Rearranged some items
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperimpose committed May 10, 2024
1 parent 2a7e59c commit ba73050
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 52 deletions.
43 changes: 21 additions & 22 deletions docs/blog/erlang/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2024-05-10 Fri 03:43 -->
<!-- 2024-05-10 Fri 03:51 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
Expand All @@ -62,18 +62,18 @@
<body>
<div id="content" class="content">

<div id="outline-container-orge83a6db" class="outline-2">
<h2 id="orge83a6db">Erlang</h2>
<div class="outline-text-2" id="text-orge83a6db">
<div id="outline-container-org632498d" class="outline-2">
<h2 id="org632498d">Erlang</h2>
<div class="outline-text-2" id="text-org632498d">
<p>
This is a collection of Erlang links I've come across over time. Expect heavy modifications as I make formatting
decisions and encounter ever more.
</p>
</div>

<div id="outline-container-orgb97a277" class="outline-3">
<h3 id="orgb97a277">Implementations and tools:</h3>
<div class="outline-text-3" id="text-orgb97a277">
<div id="outline-container-org29dc14b" class="outline-3">
<h3 id="org29dc14b">Implementations and tools:</h3>
<div class="outline-text-3" id="text-org29dc14b">
<ul class="org-ul">
<li><a href="https://www.erlang.org/">Erlang</a> - The standard implementation</li>
<li><a href="https://github.com/atomvm/AtomVM">AtomVM</a> - Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc.</li>
Expand All @@ -82,24 +82,25 @@ <h3 id="orgb97a277">Implementations and tools:</h3>


<ul class="org-ul">
<li><a href="https://rebar3.org/">Rebar3</a> - The official build tool for Erlang.</li>
<li><a href="https://hex.pm">Hex package manager</a></li>
</ul>
</div>
</div>

<div id="outline-container-org00ff932" class="outline-3">
<h3 id="org00ff932">Documentation</h3>
<div class="outline-text-3" id="text-org00ff932">
<div id="outline-container-orga42d759" class="outline-3">
<h3 id="orga42d759">Documentation</h3>
<div class="outline-text-3" id="text-orga42d759">
<ul class="org-ul">
<li><a href="https://www.erlang.org/doc/">https://www.erlang.org/doc/</a> - Documentation for the latest version of the run-time system and all the libraries.</li>
<li><a href="https://www.erlang.org/doc/">https://www.erlang.org/doc/</a> - Documentation for the latest version of Erlang/OTP and all the libraries.</li>
<li><a href="https://www.erldocs.com/">erldocs</a> - An alternative Erlang documentation</li>
</ul>
</div>
</div>

<div id="outline-container-org506559b" class="outline-3">
<h3 id="org506559b">Books, documentation, tutorials and more:</h3>
<div class="outline-text-3" id="text-org506559b">
<div id="outline-container-org169b0a1" class="outline-3">
<h3 id="org169b0a1">Books, documentation, tutorials and more:</h3>
<div class="outline-text-3" id="text-org169b0a1">
<ul class="org-ul">
<li><a href="https://www.erlang.org/docs">https://www.erlang.org/docs</a> - A collection of links to documentation, books and papers</li>
<li><a href="https://www.erlang.org/community">https://www.erlang.org/community</a> - Includes learning matterial provided by the community</li>
Expand All @@ -116,21 +117,19 @@ <h3 id="org506559b">Books, documentation, tutorials and more:</h3>
</div>
</div>


<div id="outline-container-orgf6bfb4b" class="outline-3">
<h3 id="orgf6bfb4b">Tools</h3>
<div class="outline-text-3" id="text-orgf6bfb4b">
<div id="outline-container-org7cc007a" class="outline-3">
<h3 id="org7cc007a">Other tools</h3>
<div class="outline-text-3" id="text-org7cc007a">
<ul class="org-ul">
<li><a href="https://rebar3.org/">Rebar3</a> - The official build tool for Erlang.</li>
<li><a href="http://tryerl.seriyps.ru/">Online Erlang repl</a></li>
<li><a href="https://www.erldocs.com/function">erldocs function lookup</a> - Find out which Erlang/OTP versions support a given function</li>
</ul>
</div>
</div>

<div id="outline-container-orgff4b3ba" class="outline-3">
<h3 id="orgff4b3ba">Community</h3>
<div class="outline-text-3" id="text-orgff4b3ba">
<div id="outline-container-org094f4ff" class="outline-3">
<h3 id="org094f4ff">Community</h3>
<div class="outline-text-3" id="text-org094f4ff">
<ul class="org-ul">
<li><a href="https://www.erlang.org/community">https://www.erlang.org/community</a> - Includes links to the official community channels</li>
</ul>
Expand Down
7 changes: 3 additions & 4 deletions docs/blog/erlang/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ decisions and encounter ever more.
- See also: https://www.erlang.org/faq/implementations


- [[https://rebar3.org/][Rebar3]] - The official build tool for Erlang.
- [[https://hex.pm][Hex package manager]]

** Documentation
- https://www.erlang.org/doc/ - Documentation for the latest version of the run-time system and all the libraries.
- https://www.erlang.org/doc/ - Documentation for the latest version of Erlang/OTP and all the libraries.
- [[https://www.erldocs.com/][erldocs]] - An alternative Erlang documentation

** Books, documentation, tutorials and more:
Expand All @@ -29,9 +30,7 @@ decisions and encounter ever more.
- [[https://rosettacode.org/wiki/Category:Erlang][Rosetta Code on Erlang]] - A wiki presenting solutions to problems in many different languages
- [[https://github.com/joearms/crypto_tutorial/][Cryptography Tutorial]] - A cryptography book with Erlang examples by Joe Armstrong


** Tools
- [[https://rebar3.org/][Rebar3]] - The official build tool for Erlang.
** Other tools
- [[http://tryerl.seriyps.ru/][Online Erlang repl]]
- [[https://www.erldocs.com/function][erldocs function lookup]] - Find out which Erlang/OTP versions support a given function

Expand Down
43 changes: 21 additions & 22 deletions generator/content/blog/erlang/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions generator/content/blog/erlang/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ decisions and encounter ever more.
- See also: https://www.erlang.org/faq/implementations


- [[https://rebar3.org/][Rebar3]] - The official build tool for Erlang.
- [[https://hex.pm][Hex package manager]]

** Documentation
- https://www.erlang.org/doc/ - Documentation for the latest version of the run-time system and all the libraries.
- https://www.erlang.org/doc/ - Documentation for the latest version of Erlang/OTP and all the libraries.
- [[https://www.erldocs.com/][erldocs]] - An alternative Erlang documentation

** Books, documentation, tutorials and more:
Expand All @@ -29,9 +30,7 @@ decisions and encounter ever more.
- [[https://rosettacode.org/wiki/Category:Erlang][Rosetta Code on Erlang]] - A wiki presenting solutions to problems in many different languages
- [[https://github.com/joearms/crypto_tutorial/][Cryptography Tutorial]] - A cryptography book with Erlang examples by Joe Armstrong


** Tools
- [[https://rebar3.org/][Rebar3]] - The official build tool for Erlang.
** Other tools
- [[http://tryerl.seriyps.ru/][Online Erlang repl]]
- [[https://www.erldocs.com/function][erldocs function lookup]] - Find out which Erlang/OTP versions support a given function

Expand Down

0 comments on commit ba73050

Please sign in to comment.