Skip to content

Commit

Permalink
Fixes and style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperimpose committed May 10, 2024
1 parent 9c7ee85 commit 2a7e59c
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 130 deletions.
105 changes: 55 additions & 50 deletions docs/blog/erlang/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,86 +52,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2024-05-10 Fri 03:21 -->
<!-- 2024-05-10 Fri 03:43 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lrm;</title>
<meta name="generator" content="Org Mode" />
<style>ul { list-style-type: none; }</style>
</head>
<body>
<div id="content" class="content">

<div id="outline-container-org0deee12" class="outline-2">
<h2 id="org0deee12">Erlang</h2>
<div class="outline-text-2" id="text-org0deee12">
<div id="outline-container-orge83a6db" class="outline-2">
<h2 id="orge83a6db">Erlang</h2>
<div class="outline-text-2" id="text-orge83a6db">
<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-org525949d" class="outline-3">
<h3 id="org525949d">Implementations and tools:</h3>
<div class="outline-text-3" id="text-org525949d">
<dl class="org-dl">
<dt><a href="https://www.erlang.org/">Erlang</a></dt><dd>The standard implementation</dd>
<dt><a href="https://github.com/atomvm/AtomVM">AtomVM</a></dt><dd>Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc.</dd>
<dt>(no term)</dt><dd>See also: <a href="https://www.erlang.org/faq/implementations">https://www.erlang.org/faq/implementations</a></dd>
<div id="outline-container-orgb97a277" class="outline-3">
<h3 id="orgb97a277">Implementations and tools:</h3>
<div class="outline-text-3" id="text-orgb97a277">
<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>
<li>See also: <a href="https://www.erlang.org/faq/implementations">https://www.erlang.org/faq/implementations</a></li>
</ul>

<dt>(no term)</dt><dd><a href="https://hex.pm">Hex package manager</a></dd>
</dl>

<ul class="org-ul">
<li><a href="https://hex.pm">Hex package manager</a></li>
</ul>
</div>
</div>

<div id="outline-container-orgd005be3" class="outline-3">
<h3 id="orgd005be3">Documentation</h3>
<div class="outline-text-3" id="text-orgd005be3">
<dl class="org-dl">
<dt><a href="https://www.erlang.org/doc/">https://www.erlang.org/doc/</a></dt><dd>Online documentation for the latest version of the run-time system as well as all the libraries.</dd>
<dt><a href="https://www.erldocs.com/">erldocs</a></dt><dd>An alternative Erlang documentation</dd>
</dl>
<div id="outline-container-org00ff932" class="outline-3">
<h3 id="org00ff932">Documentation</h3>
<div class="outline-text-3" id="text-org00ff932">
<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.erldocs.com/">erldocs</a> - An alternative Erlang documentation</li>
</ul>
</div>
</div>

<div id="outline-container-orgf34e351" class="outline-3">
<h3 id="orgf34e351">Books, documentation, tutorials and more:</h3>
<div class="outline-text-3" id="text-orgf34e351">
<dl class="org-dl">
<dt><a href="https://www.erlang.org/docs">https://www.erlang.org/docs</a></dt><dd>A collection of links to documentation, books and papers</dd>
<dt><a href="https://www.erlang.org/community">https://www.erlang.org/community</a></dt><dd>Includes learning matterial provided by the community</dd>
<dt><a href="http://www.erlang.se/doc/programming_rules.shtml">Programming Rules and Conventions</a></dt><dd>Guidelines for writing systems using Erlang. Mirrors: <a href="https://docs.jj1bdx.tokyo/Erlang_Programming_Rules.html">1</a>, <a href="https://web.archive.org/web/20211018191823/http://www.erlang.se/doc/programming_rules.shtml">2</a></dd>
<dt><a href="https://learnyousomeerlang.com/content">Learn You Some Erlang for Great Good!</a></dt><dd>A free online book for learning Erlang</dd>
<dt><a href="https://rosettacode.org/wiki/Category:Erlang">Rosetta Code on Erlang</a></dt><dd>A wiki presenting solutions to problems in many different languages</dd>
<dt><a href="https://github.com/joearms/crypto_tutorial/">Cryptography Tutorial</a></dt><dd>A cryptography book with Erlang examples by Joe Armstrong</dd>
<dt><a href="https://blog.stenmans.org/theBeamBook/">The Beam Book</a></dt><dd><b>An advanced book describing in detail the Erlang RunTime System (ERTS)</b></dd>
</dl>
<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">
<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>
<li><a href="http://www.erlang.se/doc/programming_rules.shtml">Programming Rules and Conventions</a> - Guidelines for writing systems using Erlang. Mirrors: <a href="https://docs.jj1bdx.tokyo/Erlang_Programming_Rules.html">1</a>, <a href="https://web.archive.org/web/20211018191823/http://www.erlang.se/doc/programming_rules.shtml">2</a></li>
<li><a href="https://blog.stenmans.org/theBeamBook/">The Beam Book</a> - <b>An advanced book describing in detail the Erlang RunTime System (ERTS)</b></li>
</ul>


<ul class="org-ul">
<li><a href="https://learnyousomeerlang.com/content">Learn You Some Erlang for Great Good!</a> - A free online book for learning Erlang</li>
<li><a href="https://rosettacode.org/wiki/Category:Erlang">Rosetta Code on Erlang</a> - A wiki presenting solutions to problems in many different languages</li>
<li><a href="https://github.com/joearms/crypto_tutorial/">Cryptography Tutorial</a> - A cryptography book with Erlang examples by Joe Armstrong</li>
</ul>
</div>
</div>

<div id="outline-container-org5f28265" class="outline-3">
<h3 id="org5f28265">Tools</h3>
<div class="outline-text-3" id="text-org5f28265">
<dl class="org-dl">
<dt><a href="https://rebar3.org/">Rebar3</a></dt><dd>The official build tool for Erlang.</dd>
<dt>(no term)</dt><dd><a href="http://tryerl.seriyps.ru/">Online Erlang repl</a></dd>
<dt><a href="https://www.erldocs.com/function">erldocs function lookup</a></dt><dd>Find out which Erlang/OTP versions support a given function</dd>
</dl>

<div id="outline-container-orgf6bfb4b" class="outline-3">
<h3 id="orgf6bfb4b">Tools</h3>
<div class="outline-text-3" id="text-orgf6bfb4b">
<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-org045f80c" class="outline-3">
<h3 id="org045f80c">Community</h3>
<div class="outline-text-3" id="text-org045f80c">
<dl class="org-dl">
<dt><a href="https://www.erlang.org/community">https://www.erlang.org/community</a></dt><dd>Includes links to the official community channels</dd>
</dl>
</div>
<div id="outline-container-orgff4b3ba" class="outline-3">
<h3 id="orgff4b3ba">Community</h3>
<div class="outline-text-3" id="text-orgff4b3ba">
<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>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="date">Created: 2024-05-10 Fri 03:21</p>
<p class="validation"><a href="https://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>
Expand Down
35 changes: 20 additions & 15 deletions docs/blog/erlang/index.org
Original file line number Diff line number Diff line change
@@ -1,34 +1,39 @@
#+OPTIONS: toc:nil html-style:nil num:nil html5-fancy:1
#+OPTIONS: toc:nil html-style:nil num:nil html5-fancy:1 html-postamble:nil
#+HTML_HEAD: <style>ul { list-style-type: none; }</style>

* Erlang

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.

** Implementations and tools:
- [[https://www.erlang.org/][Erlang]] :: The standard implementation
- [[https://github.com/atomvm/AtomVM][AtomVM]] :: Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc.
- [[https://www.erlang.org/][Erlang]] - The standard implementation
- [[https://github.com/atomvm/AtomVM][AtomVM]] - Minimal VM meant to run on ESP32 SoCs, STM32 MCUs, RPi Pico, Wasm etc.
- See also: https://www.erlang.org/faq/implementations


- [[https://hex.pm][Hex package manager]]

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

** Books, documentation, tutorials and more:
- https://www.erlang.org/docs :: A collection of links to documentation, books and papers
- https://www.erlang.org/community :: Includes learning matterial provided by the community
- [[http://www.erlang.se/doc/programming_rules.shtml][Programming Rules and Conventions]] :: Guidelines for writing systems using Erlang. Mirrors: [[https://docs.jj1bdx.tokyo/Erlang_Programming_Rules.html][1]], [[https://web.archive.org/web/20211018191823/http://www.erlang.se/doc/programming_rules.shtml][2]]
- [[https://learnyousomeerlang.com/content][Learn You Some Erlang for Great Good!]] :: A free online book for learning Erlang
- [[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
- [[https://blog.stenmans.org/theBeamBook/][The Beam Book]] :: *An advanced book describing in detail the Erlang RunTime System (ERTS)*
- https://www.erlang.org/docs - A collection of links to documentation, books and papers
- https://www.erlang.org/community - Includes learning matterial provided by the community
- [[http://www.erlang.se/doc/programming_rules.shtml][Programming Rules and Conventions]] - Guidelines for writing systems using Erlang. Mirrors: [[https://docs.jj1bdx.tokyo/Erlang_Programming_Rules.html][1]], [[https://web.archive.org/web/20211018191823/http://www.erlang.se/doc/programming_rules.shtml][2]]
- [[https://blog.stenmans.org/theBeamBook/][The Beam Book]] - *An advanced book describing in detail the Erlang RunTime System (ERTS)*


- [[https://learnyousomeerlang.com/content][Learn You Some Erlang for Great Good!]] - A free online book for learning Erlang
- [[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.
- [[https://rebar3.org/][Rebar3]] - The official build tool for Erlang.
- [[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
- [[https://www.erldocs.com/function][erldocs function lookup]] - Find out which Erlang/OTP versions support a given function

** Community
- https://www.erlang.org/community :: Includes links to the official community channels
- https://www.erlang.org/community - Includes links to the official community channels
105 changes: 55 additions & 50 deletions generator/content/blog/erlang/index.html

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

Loading

0 comments on commit 2a7e59c

Please sign in to comment.