https://github.com/erlang/spec
Erlang Language Specification (Draft)
https://github.com/erlang/spec
Last synced: 8 months ago
JSON representation
Erlang Language Specification (Draft)
- Host: GitHub
- URL: https://github.com/erlang/spec
- Owner: erlang
- License: apache-2.0
- Created: 2017-11-30T11:11:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T19:08:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-30T08:51:14.628Z (over 1 year ago)
- Language: TeX
- Homepage:
- Size: 202 KB
- Stars: 47
- Watchers: 34
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Erlang Language Specification
=============================
This repository contains a **draft** for an [Erlang][] language specification.
Current State
-------------
The draft is in its current state quite old and outdated, but it contains
lots of valuable information. The initial commit contains its state as of
February 1999. We publish the source for the draft in the hope that we in
collaboration with the Erlang community eventually will be able to produce
an official Erlang Language Specification.
[The original draft][] from 1999 is available in the download area at
erlang.org.
Build the Document
------------------
The draft is written using [LaTeX][]. In order to build the document you
need to have LaTeX tools installed on your system. If you type `make` in
the top level directory, the document will be produced as a Postscript
document.
Contributions
-------------
Contributions are very welcome, and will be handled more or less the same way
as [contributions][] to the [Erlang/OTP repository] are handled.
License
-------
The Erlang Language Specification is licensed under the
[Apache License 2.0][].
[Erlang]: http://www.erlang.org
[Apache License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Erlang/OTP repository]: https://github.com/erlang/otp
[contributions]: https://github.com/erlang/otp/blob/master/CONTRIBUTING.md
[LaTeX]: https://www.latex-project.org
[The original draft]: http://www.erlang.org/download/erl_spec47.ps.gz