Skip to content

Instantly share code, notes, and snippets.

@danhper
Last active April 15, 2016 16:47
Show Gist options
  • Save danhper/d2c3eef76efba7af3b07b7b49d23b412 to your computer and use it in GitHub Desktop.
Save danhper/d2c3eef76efba7af3b07b7b49d23b412 to your computer and use it in GitHub Desktop.

Changes for Elixir 1.3

  • Deprecation of imperative assignment
  • with improvements
    • Possibility to use guards
    • Possibility to use else
  • Date datatypes
  • Addition of escript installation related tasks
  • ExUnit diff improvements
  • Addition of Make compiler
  • Support OTP optionalcallback, optionalmacrocallback
  • Changes in defdelegate
    • deprecation of list
    • support of optional arguments
  • Addition of Process.sleep
  • Mix tasks (app.tree, deps.tree)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment