{"id":17093684,"url":"https://github.com/herminiotorres/learn-funcional-programming-with-elixir","last_synced_at":"2025-07-25T11:34:52.342Z","repository":{"id":49035284,"uuid":"203420856","full_name":"herminiotorres/learn-funcional-programming-with-elixir","owner":"herminiotorres","description":"Learn Functional Programming with Elixir New Foundations for a New World","archived":false,"fork":false,"pushed_at":"2020-06-21T21:01:40.000Z","size":308,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T17:29:55.942Z","etag":null,"topics":["elixir","elixir-examples","elixir-lang","elixir-language","learning-elixir","mix","monads","pragmatic-programmers","pragprog","programming-elixir"],"latest_commit_sha":null,"homepage":"https://pragprog.com/titles/cdc-elixir/","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/herminiotorres.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-20T17:13:40.000Z","updated_at":"2022-08-12T18:00:05.000Z","dependencies_parsed_at":"2022-09-24T04:51:56.409Z","dependency_job_id":null,"html_url":"https://github.com/herminiotorres/learn-funcional-programming-with-elixir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/herminiotorres/learn-funcional-programming-with-elixir","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herminiotorres%2Flearn-funcional-programming-with-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herminiotorres%2Flearn-funcional-programming-with-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herminiotorres%2Flearn-funcional-programming-with-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herminiotorres%2Flearn-funcional-programming-with-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/herminiotorres","download_url":"https://codeload.github.com/herminiotorres/learn-funcional-programming-with-elixir/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/herminiotorres%2Flearn-funcional-programming-with-elixir/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266998218,"owners_count":24018951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","elixir-examples","elixir-lang","elixir-language","learning-elixir","mix","monads","pragmatic-programmers","pragprog","programming-elixir"],"created_at":"2024-10-14T14:08:00.350Z","updated_at":"2025-07-25T11:34:52.282Z","avatar_url":"https://github.com/herminiotorres.png","language":"Elixir","readme":"# Learn Functional Programming with Elixir\n\n```\nLearn Functional Programming with Elixir\nNew Foundations for a New World\nUlisses Almeida\n2018\n```\n\n- [book](https://pragprog.com/book/cdc-elixir/learn-functional-programming-with-elixir)\n\n## references\n\n- [youtube](https://www.youtube.com/watch?v=4Tpk6J5xwOg\u0026list=PL_HJ3ti1kgHcoPe2xTmwXiWpAh_28oDpe)\n\n2. Chapter\n\n- [Lambda calculus](https://en.wikipedia.org/wiki/Lambda_calculus)\n- [Elixir - Operators](https://hexdocs.pm/elixir/operators.html)\n- [Elixir - Kernel](https://hexdocs.pm/elixir/Kernel.html)\n- [Elixir - Naming Conventions](https://hexdocs.pm/elixir/naming-conventions.html)\n- [Elixir - Kernel.SpecialForms](https://hexdocs.pm/elixir/Kernel.SpecialForms.html)\n- [Elixir - Docs](https://hexdocs.pm/elixir)\n- [Elixir - File](https://hexdocs.pm/elixir/File.html)\n- [Elixir - Kernel#rem/2](https://hexdocs.pm/elixir/Kernel.html#rem/2)\n- [Elixir - Kernel#div/2](https://hexdocs.pm/elixir/Kernel.html#div/2)\n\n3. Chapter\n\n- [Elixir - Regex](https://hexdocs.pm/elixir/Regex.html)\n- [Elixir Getting Started - Binaries, strings, and charlists](https://elixir-lang.org/getting-started/binaries-strings-and-char-lists.html)\n- [Elixir - Date](https://hexdocs.pm/elixir/Date.html)\n- [Elixir Getting Started - Sigils](https://elixir-lang.org/getting-started/sigils.html)\n- [Elixir - Typespecs](https://hexdocs.pm/elixir/typespecs.html)\n- [Elixir Getting Started - case, cond, and if](https://elixir-lang.org/getting-started/case-cond-and-if.html)\n- [Elixir - Integer](https://hexdocs.pm/elixir/Integer.html)\n- [Elixir - Bitwise](https://hexdocs.pm/elixir/Bitwise.html)\n- [Elixir Getting Started - Macros](https://elixir-lang.org/getting-started/meta/macros.html)\n\n4. Chapter\n\n- [Elixir - Access behaviour](https://hexdocs.pm/elixir/Access.html)\n- [Merge sort](https://en.wikipedia.org/wiki/Merge_sort)\n\n5. Chapter\n\n- [Elixir - Enumerable protocol](https://hexdocs.pm/elixir/Enumerable.html)\n- [Elixir - Kernel.SpecialForms#for/1](https://hexdocs.pm/elixir/Kernel.SpecialForms.html#for/1)\n- [Function currying in Elixir Curry?](http://blog.patrikstorm.com/function-currying-in-elixir)\n- [Fibonacci number](https://en.wikipedia.org/wiki/Fibonacci_number)\n- [Quicksort](https://en.wikipedia.org/wiki/Quicksort)\n\n6. Chapter\n\n- [Elixir - Mix](https://hexdocs.pm/mix/Mix.html)\n- [ExUnit - Docs](https://hexdocs.pm/ex_unit/ExUnit.html)\n- [Elixir - Mix.Task behaviour](https://hexdocs.pm/mix/Mix.Task.html)\n- [Elixir Getting Started - Protocols](https://elixir-lang.org/getting-started/protocols.html)\n- [Mix tasks to simplify use of Dialyzer in Elixir projects](https://github.com/jeremyjh/dialyxir)\n- [Semantic Versioning](https://semver.org/)\n- [The package manager for the Erlang ecosystem](https://hex.pm/)\n\n7. Chapter\n\n- [Elixir - Kernel#defexception/1](https://hexdocs.pm/elixir/Kernel.html#defexception/1)\n- [Monads and do-syntax for Elixir](https://github.com/rmies/monad)\n- [A simple Maybe monad for Elixir](https://github.com/knrz/towel)\n- [Monads and other dark magic for Elixir](https://github.com/witchcrafters/witchcraft)\n- [MonadEx introduces monads into Elixir](https://github.com/rob-brown/MonadEx)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherminiotorres%2Flearn-funcional-programming-with-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fherminiotorres%2Flearn-funcional-programming-with-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fherminiotorres%2Flearn-funcional-programming-with-elixir/lists"}