
47,070
Downloads
256
Downloads of v 1.0.5.20150709
7/9/2015
Last update
Elixir
1.0.5.20150709
Elixir is a functional meta-programming aware language built on top of the Erlang VM. It is a dynamic language with flexible syntax with macros support that leverages Erlang's abilities to build concurrent, distributed, fault-tolerant applications with hot code upgrades.
Elixir also provides first-class support for pattern matching, polymorphism via protocols (similar to Clojure's), aliases and associative data structures (usually known as dicts or hashes in other programming languages).
Finally, Elixir and Erlang share the same bytecode and data types. This means you can invoke Erlang code from Elixir (and vice-versa) without any conversion or performance hit. This allows a developer to mix the expressiveness of Elixir with the robustness and performance of Erlang.
To install Elixir, run the following command from the command line or from PowerShell:
C:\> choco install elixir
--version 1.0.5.20150709
To upgrade Elixir, run the following command from the command line or from PowerShell:
C:\> choco upgrade elixir
--version 1.0.5.20150709
Files
Hide- tools\chocolateyInstall.ps1
Show
$package = 'Elixir' $version = '1.0.5.20150709' $params = @{ PackageName = $package; FileType = 'zip'; Url = "https://github.com/elixir-lang/elixir/releases/download/v$version/Precompiled.zip"; UnzipLocation = $env:chocolateyPackageFolder; } if (!(Test-Path($params.UnzipLocation))) { New-Item $params.UnzipLocation -Type Directory | Out-Null } Install-ChocolateyZipPackage @params Generate-BinFile "ielixir" -path "$env:ChocolateyPackageFolder/bin/iex.bat" Generate-BinFile "elixir" -path "$env:ChocolateyPackageFolder/bin/elixir.bat" Generate-BinFile "elixirc" -path "$env:ChocolateyPackageFolder/bin/elixirc.bat" Generate-BinFile "mix" -path "$env:ChocolateyPackageFolder/bin/mix.bat" Write-Host @' Please restart your current shell session to access Elixir commands: elixir elixirc mix ielixir '@
- tools\chocolateyUninstall.ps1
Show
$package = 'Elixir' Uninstall-ChocolateyZipPackage $packageName $package $zipFileName 'Precompiled.zip' #And insure we remove the shortcuts to the batch files as well Remove-BinFile "ielixir" -path "$env:ChocolateyPackageFolder/bin/iex.bat" Remove-BinFile "elixir" -path "$env:ChocolateyPackageFolder/bin/elixir.bat" Remove-BinFile "elixirc" -path "$env:ChocolateyPackageFolder/bin/elixirc.bat" Remove-BinFile "mix" -path "$env:ChocolateyPackageFolder/bin/mix.bat"
Virus Scan Results
- Elixir.1.0.5.20150709.nupkg (10cbfb48b148) - ## / 57 - Log in or click on link to see number of positives
Dependencies
-
- Erlang (= 18.0.20150709)
Package Maintainer(s)
Software Author(s)
Tags
Release Notes
https://github.com/elixir-lang/elixir/releases/
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Elixir 1.8.0 | 875 | Thursday, January 17, 2019 | approved |
Elixir 1.7.4 | 1617 | Wednesday, November 7, 2018 | approved |
Elixir 1.7.3 | 114 | Tuesday, November 6, 2018 | approved |
Elixir 1.7.2 | 147 | Monday, November 5, 2018 | approved |
Elixir 1.7.1 | 2647 | Friday, August 3, 2018 | approved |
Elixir 1.6.6 | 2053 | Friday, June 22, 2018 | approved |
Elixir 1.6.5 | 2348 | Tuesday, May 8, 2018 | approved |
Elixir 1.6.4 | 2137 | Friday, March 16, 2018 | approved |
Elixir 1.6.3 | 407 | Friday, March 9, 2018 | approved |
Elixir 1.6.2 | 412 | Thursday, March 1, 2018 | approved |
Discussion for the Elixir Package
Ground rules:
- This discussion is only about Elixir and the Elixir package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Elixir, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.