Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 767 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 767 Bytes

BASE: Erlang Base Library

Actions Status Hex pm

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