TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Book Review: Introducing Elixir by Simon St. Laurent, J. David Eisenberg

2 pointsby wwwpatdelcomalmost 2 years ago

1 comment

wwwpatdelcomalmost 2 years ago
Since reading this book I have also read, "Programming Ecto," as well as having actually programmed in Ecto/Elixir and have some thoughts on people's insistence that Elixir is bad at IO. I believe people who are coming from other languages are misusing functional programming in the context of Elixir, it is meant to be used to create state machines, and you can always optimize your IO within that context.