https://github.com/synrc/base
☀ BASE: Erlang Base Library
https://github.com/synrc/base
Last synced: 4 months ago
JSON representation
☀ BASE: Erlang Base Library
- Host: GitHub
- URL: https://github.com/synrc/base
- Owner: synrc
- Created: 2018-11-04T01:14:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T22:04:06.000Z (almost 2 years ago)
- Last Synced: 2026-02-14T18:44:36.812Z (4 months ago)
- Language: Elixir
- Homepage: https://base.n2o.dev
- Size: 15.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BASE: Erlang Base Library
=========================
[](https://github.com/voxoz/base/actions)
[](https://hex.pm/packages/base)
Features
--------
* Erlang kernel replacement (not fully compatible)
* Simple and clean design
* Remoting protocol implementation
* Mnesia implementation
* Application, Supervisor and Server
Idea
----
The idea is to have refreshed legacy kernel and stdlib applications,
which serve us good, but have some drawbacks:
* Old-fashioned design
* Buggy and messy codebase, that nobody wants to touch
* Sometimes bugs in gen_server appeared in OTP releases
* Mnesia limitations
* Remote protocol limitations