{"id":16406395,"url":"https://github.com/axelf4/earl","last_synced_at":"2025-07-17T03:35:49.411Z","repository":{"id":191234040,"uuid":"668431981","full_name":"axelf4/earl","owner":"axelf4","description":"🧛 Emacs implementation of the Erlang distribution protocol","archived":false,"fork":false,"pushed_at":"2024-10-20T18:54:12.000Z","size":91,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-24T02:02:53.484Z","etag":null,"topics":["emacs-package","erlang"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axelf4.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-19T19:44:14.000Z","updated_at":"2025-02-23T21:44:26.000Z","dependencies_parsed_at":"2024-06-19T13:33:00.042Z","dependency_job_id":"b8722591-2e77-4361-9390-5db9205f471c","html_url":"https://github.com/axelf4/earl","commit_stats":null,"previous_names":["axelf4/derl.el","axelf4/earl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axelf4/earl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fearl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fearl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fearl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fearl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axelf4","download_url":"https://codeload.github.com/axelf4/earl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fearl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265563098,"owners_count":23788644,"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","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":["emacs-package","erlang"],"created_at":"2024-10-11T06:09:40.609Z","updated_at":"2025-07-17T03:35:49.393Z","avatar_url":"https://github.com/axelf4.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# earl\n\nEarl is an Emacs Lisp library for communicating with Erlang nodes,\nthat provides an Erlang-like process concurrency abstraction.\nIn other words, it is full rewrite of the library part of [Distel],\ndiffering in the following ways:\n\n* Processes run generator functions defined via the `generator` package,\n  meaning they do not have to be manually written in trampolined style.\n\n  This makes `receive` expressions easier to write\n  since the `saved-vars` argument becomes unnecessary.\n* Pattern matching for `receive` expressions uses `pcase` patterns,\n  instead of a bespoke syntax.\n* Processes are not backed by Emacs buffers.\n\n  Therefore, the main Emacs Lisp execution context can be an implicit process,\n  meaning it is possible to use `receive` everywhere\n  instead of only in functions passed to `spawn`.\n* Works with newer Erlang/OTP releases (at least 25 and 26).\n* Modernized code base (e.g. uses lexical binding).\n\n## Planned features\n\nSome features of the Distel extended Erlang editing mode are planned:\n\n* [ ] Expression evaluation\n* [ ] Completion-at-point function\n* [ ] Xref backend\n* [ ] Eldoc documentation function\n* [ ] Reloading modified modules\n\nEverything else, such as debugger and profiler integration, is out of scope,\nwith the intention that the public API should allow\nfor those things to be implemented separately.\n\n[Distel]: https://github.com/massemanet/distel\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelf4%2Fearl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxelf4%2Fearl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelf4%2Fearl/lists"}