diff --git a/README.org b/README.org index f64bae7..c1a3ea8 100644 --- a/README.org +++ b/README.org @@ -232,6 +232,11 @@ mkShell { ** Rust +#+ATTR_ORG: :width 800px +#+ATTR_HTML: :width 800px +#+ATTR_LATEX: :width 800px +[[./docs/images/rust.png]] + [[https://rust-lang.org/][Rust]] is a multi-paradigm programming language designed for performance and safety, especially safe concurrency. It is syntactically similar to C++, but can garantee memory safety by using a borrow checker to validate references. Rust achieves memory safety /without/ garbage collection, and reference counting is optional. Import this shell with ~nix-shell /etc/dotfiles/shells/rust.nix~. @@ -255,6 +260,11 @@ mkShell { ** Node +#+ATTR_ORG: :width 800px +#+ATTR_HTML: :width 800px +#+ATTR_LATEX: :width 800px +[[./docs/images/node.png]] + [[https://nodejs.org][NodeJS]] is an open-source, cross-platform, back-end JavaScript runtime environment that runs on the V8 engine, and executes JavaScript code outside of a web browser. NodeJS lets developers user JavaScript to write command line tools, and for server-side scripting to produce dynamic web page content. Import this shell with ~nix-shell /etc/dotfiles/shells/node.nix~. diff --git a/docs/images/node.png b/docs/images/node.png new file mode 100644 index 0000000..ca48b3e Binary files /dev/null and b/docs/images/node.png differ diff --git a/docs/images/rust.png b/docs/images/rust.png new file mode 100644 index 0000000..e2c8b51 Binary files /dev/null and b/docs/images/rust.png differ