jasper
38f9099114
update to elixir-1.4.4
2017-05-16 17:16:38 +00:00
jasper
d7723600f5
update to elixir-1.4.2
2017-02-25 13:55:05 +00:00
jasper
350427c1c8
update to elixir-1.4.1
2017-01-29 10:00:22 +00:00
jasper
332f0eff87
missed in previous
2017-01-07 13:21:50 +00:00
jasper
7067346ec4
update to elixir-1.4.0
2017-01-07 13:21:33 +00:00
jasper
438ecba7ec
update to elixir-1.3.4
2016-12-17 12:06:31 +00:00
jasper
91444d81c9
update to elixir-1.3.3
2016-10-15 19:14:43 +00:00
jasper
012940cdb0
update to elixir-1.3.2
2016-08-12 19:28:10 +00:00
jasper
9ca1f9059a
- update to elixir-1.3.1
...
- switch to erlang 19
http://elixir-lang.org/blog/2016/06/21/elixir-v1-3-0-released/
2016-06-30 07:25:15 +00:00
jasper
8975296651
update to elixir-1.2.6
2016-06-13 08:29:16 +00:00
jasper
019bc613e5
update to elixir-1.2.5
2016-05-04 06:44:58 +00:00
jasper
82e4e90969
update to elixir-1.2.4
2016-04-11 11:04:52 +00:00
jturner
69a85c5cbc
Update Elixir to 1.2.1. ok jasper@
...
https://github.com/elixir-lang/elixir/blob/v1.2.1/CHANGELOG.md
2016-01-19 14:24:13 +00:00
jasper
a470edaac8
upstream seems to have retagged 1.2 as 1.2.0.
...
spotted by nigel@ and sthen@
2016-01-02 21:46:18 +00:00
jasper
c379b76063
- update to elixir-1.2
...
* https://github.com/elixir-lang/elixir/blob/v1.2.0/CHANGELOG.md
2016-01-02 08:42:15 +00:00
jasper
3865c89137
update to elixir-1.1.1
2015-11-27 14:00:16 +00:00
jasper
ecb731267f
update to elixir-1.1.0
2015-09-28 12:48:29 +00:00
jasper
75787518ba
bump after erlang dependency change
...
reminded by aja@
2015-07-10 17:10:09 +00:00
jasper
da26c3d567
- update to elixir 1.0.5
...
- switch to erlang 18
2015-06-29 18:38:50 +00:00
jasper
35c880802b
use versioned erl
2015-06-25 13:23:19 +00:00
jasper
7f63f8fae6
- long overdue update to elixir-1.0.4
...
- switch to using erlang module
2015-06-24 06:53:08 +00:00
jasper
52c3488fbf
tidy up erlang dependencies
2015-06-23 16:38:10 +00:00
jasper
61be70211e
bump after MODERL_RUN_DEPENDS change
2015-06-22 13:08:20 +00:00
jasper
ae00bf73ae
- update to elixir-0.12.5 which is the last version to work with erlang 16
2014-12-31 13:18:34 +00:00
espie
0662a4e9d6
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:20:26 +00:00
jasper
5a6141aaec
add not-really-missing build dependency
2012-09-04 08:50:52 +00:00
jasper
b9aaca8cf6
import elixir 0.5.0
...
Elixir is a programming language built on top of the Erlang VM. As
Erlang, it is a functional language built to support distributed,
fault-tolerant, non-stop applications with hot code swapping.
Elixir is also dynamic typed but, differently from Erlang, it is also
homoiconic, allowing meta-programming via macros. Elixir also supports
polymorphism via protocols (similar to Clojure's), dynamic records and
provides a reference mechanism.
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.
feedback/ok sthen@
2012-06-02 12:24:13 +00:00