Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
####### # # E-scripts on elixir. # # Note 1: use the eev command (defined in eev.el) and the # ee alias (in my .zshrc) to execute parts of this file. # Executing this file as a whole makes no sense. # An introduction to eev can be found here: # # (find-eev-quick-intro) # http://anggtwu.net/eev-intros/find-eev-quick-intro.html # # Note 2: be VERY careful and make sure you understand what # you're doing. # # Note 3: If you use a shell other than zsh things like |& # and the for loops may not work. # # Note 4: I always run as root. # # Note 5: some parts are too old and don't work anymore. Some # never worked. # # Note 6: the definitions for the find-xxxfile commands are on my # .emacs. # # Note 7: if you see a strange command check my .zshrc -- it may # be defined there as a function or an alias. # # Note 8: the sections without dates are always older than the # sections with dates. # # This file is at <http://anggtwu.net/e/elixir.e> # or at <http://anggtwu.net/e/elixir.e.html>. # See also <http://anggtwu.net/emacs.html>, # <http://anggtwu.net/.emacs[.html]>, # <http://anggtwu.net/.zshrc[.html]>, # <http://anggtwu.net/escripts.html>, # and <http://anggtwu.net/>. # ####### # (find-es "erlang") https://en.wikipedia.org/wiki/Elixir_(programming_language) https://hexdocs.pm/elixir/modules-and-functions.html#scripting-mode https://hexdocs.pm/elixir/modules-and-functions.html#function-definition https://hexdocs.pm/elixir/anonymous-functions.html https://hexdocs.pm/elixir/modules-and-functions.html#scripting-mode https://hexdocs.pm/elixir/anonymous-functions.html https://elixir-lang.org/learning.html https://stackoverflow.com/questions/30749094/multiline-comment-in-elixir * (eepitch-shell) * (eepitch-kill) * (eepitch-shell) apti elixir # (find-status "elixir") # (find-vldifile "elixir.list") # (find-udfile "elixir/") # (find-udfile "elixir/NOTICE") # (find-udfile "elixir/changelog.Debian.gz") # (find-udfile "elixir/changelog.gz") # (find-udfile "elixir/copyright") # (find-man "1 elixir") # (find-man "1 elixirc") # (find-man "1 iex") # (find-man "1 mix") # (find-fline "/usr/bin/elixir") # (find-fline "/usr/bin/elixirc") # (find-fline "/usr/bin/iex") # (find-fline "/usr/bin/mix") bin/iex # (find-epackage-links 'elixir-mode "elixirmode" t) # (find-epackages 'elixir-mode) # (find-epackage 'elixir-mode) # (code-c-d "elixirmode" "~/.emacs.d/elpa/elixir-mode-2.5.0/") # (find-elixirmodefile "") # (find-elixirmodefile "elixir-mode.el" "auto-mode-alist") https://elixir-lang.org/learning.html # (find-telegachat "-1002188044240#3689") # (find-telegachatm "-1002188044240#3689" "curso de programação funcional") # Local Variables: # coding: utf-8-unix # End: