You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/standalone-pages/development.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,16 @@
1
1
---
2
2
title: "Development & team"
3
-
# Imported from https://raw.githubusercontent.com/elixir-lang/elixir-lang.github.com/main/development.markdown @ main
4
3
---
5
-
This page outlines the language's past and future development.
6
-
7
-
## Development
8
4
9
5
José Valim created Elixir in 2012 as a Research and Development project inside Plataformatec. Elixir's goal is to be [a productive and extensible language](/blog/2013/08/08/elixir-design-goals/) for writing maintainable and reliable software.
10
6
11
7
Elixir runs on top of the Erlang Virtual Machine, which provides a scalable and fault-tolerant foundation. Elixir was designed to leverage this foundation without performance costs and aims to contribute to the wider ecosystem whenever possible.
12
8
13
9
Elixir's source code is under the [Apache 2 License](https://github.com/elixir-lang/elixir/blob/main/LICENSE) and is maintained by the [Elixir Team](#team). The source code and contribution guidelines can be found on [the language repository](https://github.com/elixir-lang/elixir).
14
10
15
-
Elixir v1.0 was released in September 2014 and a new minor version is released every 6 months, around May and November of every year. New releases are announced in the read-only [announcements mailing list](https://groups.google.com/group/elixir-lang-ann)with a link to the complete CHANGELOG. All security releases [will be tagged with "[security]"](https://groups.google.com/forum/#!searchin/elixir-lang-ann/%5Bsecurity%5D%7Csort:date). Security vulnerabilities should be disclosed to [elixir-security@googlegroups.com](mailto:elixir-security@googlegroups.com). Our[compatibility and deprecation policies](https://hexdocs.pm/elixir/compatibility-and-deprecations.html#content) are also documented.
11
+
Elixir v1.0 was released in September 2014 and a new minor version is released every 6 months, around June and December of every year. New releases are announced in the read-only [announcements mailing list](https://groups.google.com/group/elixir-lang-ann)and on the [GitHub releases page](https://github.com/elixir-lang/elixir/releases). Our [security policy](https://github.com/elixir-lang/elixir/security) and[compatibility and deprecation policies](https://hexdocs.pm/elixir/compatibility-and-deprecations.html#content) are also documented.
16
12
17
-
Since v1.0, the language development has become focused to provide a compact and consistent core. The Elixir team focuses on language features that:
13
+
Since v1.0, the language development has become focused to provide a stable and consistent core. The Elixir team focuses on language features that:
18
14
19
15
1. are necessary for developing the language itself
20
16
2. bring important concepts/features to the community in a way its effect can only be maximized or leveraged by making it part of the language
0 commit comments