kokolegorille

kokolegorille

by Ulisses Almeida

Elixir’s straightforward syntax and this guided tour give you a clean, simple path to learn modern functional programming techniques. No previous functional programming experience required! This book walks you through the right concepts at the right pace, as you explore immutable values and explicit data transformation, functions, modules, recursive functions, pattern matching, high-order functions, polymorphism, and failure handling, all while avoiding side effects. Don’t board the Elixir train with an imperative mindset! To get the most out of functional languages, you need to think functionally. This book will get you there.

Functional programming offers useful techniques for building maintainable and scalable software that solves today’s difficult problems. The demand for software written in this way is increasing—you don’t want to miss out. In this book, you’ll not only learn Elixir and its features, you’ll also learn the mindset required to program functionally. Elixir’s clean syntax is excellent for exploring the critical skills of using functions and concurrency.

Start with the basic techniques of the functional way: working with immutable data, transforming data in discrete steps, and avoiding side effects. Next, take a deep look at values, expressions, functions, and modules. Then extend your programming with pattern matching and flow control with case, if, cond, and functions. Use recursive functions to create iterations. Work with data types such as lists, tuples, and maps. Improve code reusability and readability with Elixir’s most common high-order functions. Explore how to use lazy computation with streams, design your data, and take advantage of polymorphism with protocols. Combine functions and handle failures in a maintainable way using Elixir features and libraries.

Learn techniques that matter to make code that lives harmoniously with the language.

Don’t forget you can get 35% off the ebook using the code ‘devtalk.com:023:

Showing Posts 30 to 21

tomkonidas

tomkonidas

Yeah no problem! Thanks for the quick reply. I’ll keep my eye out for when it comes out :slight_smile:

AstonJ

AstonJ

Hi Tom, we have a new coupon coming soon - can you hold off a few weeks? :smiley:

tomkonidas

tomkonidas

Is the Discount still on? I get a message saying it is expired when I enter it at checkout

mstibbard

mstibbard

Just finished this book. It was a fantastic introduction to functional programming and the elixir syntax for an absolute beginner. If you have prior experience programming but not with functional programming then I’d still highly recommend this as a starting point.

NobbZ

NobbZ

You can start it directly, just do win+R and then type cmd.exe and Enter.

Higashimori

Higashimori

Okay, I ran cmd.exe in the Powershell terminal and that switched the terminal to cmd.

Trying ‘iex -S mix’ worked as intended after that. Thanks!

NobbZ

NobbZ

Good old cmd.exe. Or Linux :wink:

Higashimori

Higashimori

What would you suggest in lieu of Powershell? I’m pretty new to all of this.

NobbZ

NobbZ

Please do not use Powershell, it has a built-in function iex, which shadows the iex of elixir.

Higashimori

Higashimori

Since the book’s forum is down, posting a question here.

I’m on the Dungeon Crawl app part, and I’m getting stuck near the beginning when I try to run iex -S mix. Page 111 of 160 in my version of the book, Creating the Character with Structs.

I receive this error in Visual Studio Code:

"PS D:\code\Functional_Programming_with_Elixir_Book\dungeon_crawl> iex -S MixInvoke-Expression : A parameter cannot be found that matches parameter name ‘S’.
At line:1 char:5

  • iex -S Mix
  • ~~
    
    • CategoryInfo : InvalidArgument: (:slight_smile: [Invoke-Expression], ParameterBindingException
    • FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.InvokeExpressionCommand"

I’ve tried googling and that hasn’t yielded anything I’ve found helpful so far. Any help would be appreciated.

Where Next? Top

Trending in Books Top

akoutmos
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New
manhvu
I have a sharing session about the Elixir ecosystem for Erlang developers. I feel that people are still confused about the differences be...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
webofbits
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself. My main conc...
#ai
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews