When To Use Elixir Lists
TL;DR In the previous post, we started to organize Elixir’s primary data type in Tuples. Today we explain what Elixir Lists are and when to use them. This post is…
TL;DR In the previous post, we started to organize Elixir’s primary data type in Tuples. Today we explain what Elixir Lists are and when to use them. This post is…
TL;DR In Elm List Collection, we learned how to use List collection. Today we create our first Web Application for sharing pictures. This post is part of the functional language…
TL;DR In the previous post, we discussed Elixir’s short circuit operators and how those could help you to write less code. Today we explain what Elixir Tuples are and when…
TL;DR In Elm Type Annotations, we learned why it is essential to add type annotations. Today we talk about important features, Elm List. This post is part of the functional…
TL;DR In the previous post, we explained Elixir Atoms. Today we discuss Elixir short circuit operators and how those could help you to write less code. This post is part…
TL;DR In Elm Static Types, we discussed why Elm is a statically typed language. Today we talk about important feature, Elm type annotations. This post is part of the functional…
TL;DR In the previous post, we explained Elixir Numbers. Today we discuss Elixir literal named constants, atoms. This post is part of the functional language series, and it is based…
TL;DR The static type describes the kind of data that could be associated with value. This post is part of the functional language series, and it is based on a…
TL;DR Let’s see how Elixir handles numbers. This post is part of the functional language series, and it is based on the remarkable book Elixir In Action by Sasa Juric….
TL;DR You will learn how to create your first Elm application. This post is part of the functional language series, and it is based on a remarkable book Programming Elm…