Releases43
Frequency2 months 2 weeks
Last Release
Elixir is a dynamic, functional language for building scalable and maintainable applications. Elixir runs on the Erlang VM, known for creating low-latency, distributed, and fault-tolerant systems.
## Features
* **Scalability** - Lightweight processes for concurrent operations
* **Fault-tolerance** - Supervisors for automatic error recovery
* **Functional** - Immutable data and pattern matching
* **Extensibility** - Metaprogramming with macros
* **Tooling** - Mix build tool, IEx interactive shell, ExUnit testing
* **Documentation** - First-class documentation support
* **Compatibility** - Seamless Erlang interoperability
## Usage
After installation, Elixir commands are available:
```
iex # Interactive Elixir shell
elixir script.exs # Run Elixir script
elixirc file.ex # Compile Elixir file
mix new myapp # Create new project
mix compile # Compile project
mix test # Run tests
```
## Requirements
This package requires Erlang/OTP 28.x. The `erlang` Chocolatey package will be installed automatically if not present.
## Documentation
Full documentation available at [hexdocs.pm/elixir](https://hexdocs.pm/elixir/)
Collections containing this project
Showing collections based on your access.
This project is not in any collections you can view.