Skip to content

Instantly share code, notes, and snippets.

@eksperimental
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eksperimental/4d7b1c392f6d401bd4c5 to your computer and use it in GitHub Desktop.
Save eksperimental/4d7b1c392f6d401bd4c5 to your computer and use it in GitHub Desktop.
Getting Started Guide: Structure
- title: Getting Started
dir: /getting_started/
pages:
- title: Introduction
slug: introduction
- title: Basic types
slug: basic_types
- title: Basic operators
slug: basic_operators
- title: Pattern matching
slug: pattern_matching
- title: case, cond and if
slug: case_cond_and_if
- title: Binaries, strings and char lists
slug: binaries_strings_and_char_lists
- title: Keywords, maps and dicts
slug: maps_and_dicts
- title: Modules
slug: modules
- title: Recursion
slug: recursion
- title: Enumerables and streams
slug: enumerables_and_streams
- title: Processes
slug: processes
- title: IO and the file system
slug: io_and_the_file_system
- title: alias, require and import
slug: alias_require_and_import
- title: Module attributes
slug: module_attributes
- title: Structs
slug: struct
- title: Protocols
slug: protocols
- title: Comprehensions
slug: comprehensions
- title: Sigils
slug: sigils
- title: try, catch and rescue
slug: try_catch_and_rescue
- title: Typespecs and behaviours
slug: typespecs_and_behaviours
- title: Where to go next
slug: where_to_go_next
- title: Mix and OTP
dir: /getting_started/mix_otp/
pages:
- title: Introduction to Mix
slug: introduction_to_mix
- title: Agent
slug: agent
- title: GenServer
slug: genserver
- title: GenEvent
slug: genevent
- title: Supervisor and Application
slug: supervisor_and_application
- title: ETS
slug: ets
- title: Dependencies and umbrella apps
slug: dependencies_and_umbrella_apps
- title: Task and gen_tcp
slug: task_and_gen_tcp
- title: Docs, tests and pipelines
slug: docs_tests_and_pipelines
- title: Distributed tasks and configuration
slug: distributed_tasks_and_configuration
- title: Meta-programming in Elixir
dir: /getting_started/meta/
pages:
- title: Quote and unquote
slug: quote_and_unquote
- title: Macros
slug: macros
- title: Domain Specific Languages
slug: domain_specific_languages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment