Skip to content

Commit 78ac826

Browse files
author
José Valim
committed
Improve final notes on v0.13.0 blog post
1 parent ec41f4c commit 78ac826

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎_posts/2014-03-26-elixir-v0-13-0-released.markdown‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,12 @@ As seen in this announcement, this release dictates many of the developments tha
249249

250250
The next months will also focus on integrating Elixir more tightly to OTP. During the keynote at Erlang Factory, [Catalyse Change](http://www.youtube.com/watch?v=Djv4C9H9yz4), Dave Thomas and I argued that are many useful patterns, re-implemented everyday by developers, that can make development more productive within the Erlang VM if exposed accordingly.
251251

252-
That said, in the next months we plan to explore how to:
252+
That said, in the next months we plan to:
253253

254254
* Integrate applications configuration (provided by OTP) right into Mix;
255255
* Provide an Elixir logger that knows how to print and format Elixir exceptions and stacktraces;
256256
* Properly expose the functionality provided by Applications, Supervisors, GenServers and GenEvents and study how they can integrate with Elixir. For example, how to consume events from GenEvent as a [stream of data](/docs/stable/Stream.html)?
257257
* Study how patterns like tasks and agents can be integrated into the language, often picking up the lessons learned by libraries like [e2](http://e2project.org/erlang.html) and [functionality exposed by OTP itself](http://erlang.org/doc/man/rpc.html);
258+
* Rewrite the Mix and ExUnit guides to focus on applications and OTP as a whole, rebranding it to "Building Apps with Mix and OTP"
258259

260+
You can learn more about Elixir in our [Getting Started guide](/getting_started/1.html) and download this release in the [v0.13 announcement](https://github.com/elixir-lang/elixir/releases/tag/v0.13.0).

0 commit comments

Comments
(0)