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.

Elixir Users' Survey 2014

71 pointsby nithinbekalover 10 years ago

3 comments

kcorbittover 10 years ago
I&#x27;m really intrigued by Elixir&#x2F;Erlang and would love to learn more about it. The problem (and this isn&#x27;t a criticism of the language at all) is that I just can&#x27;t figure out what I would use it for. Currently I&#x27;m mostly working on webapps, and although I have control over the technology I use I&#x27;m not sure I can justify using Elixir in my projects.<p>I&#x27;m working mostly with rapidly-changing MVPs, and the ability Rails gives me to iterate quickly is valuable to me. If I understand the Erlang value proposition, it&#x27;s really meant for sending and dealing with millions or billions of messages in a distributed, fault-tolerant way. But since I&#x27;m nowhere near that scale (if my MVP can handle 5 concurrent users that&#x27;s typically good enough to start with), I feel like switching to a language with less of an ecosystem would be almost all downside, even if the resulting code would be more scaleable. I&#x27;d love it if someone tells me that I&#x27;m wrong.
评论 #8307619 未加载
评论 #8307613 未加载
评论 #8308495 未加载
评论 #8308609 未加载
评论 #8309022 未加载
评论 #8307556 未加载
评论 #8307564 未加载
mkohlmyrover 10 years ago
I&#x27;ve been looking at Elixir more and more over the last few weeks since it seems to incorporate many of the things I find lacking in Python. So far the only real hurdle was that I found the introduction text a little obtuse when it came to Mix and OTP (I&#x27;m often slow to get through introductory guides, since I&#x27;m a learn-by-doing person).<p>Would love to hear from other people who have come from a JavaScript &#x2F; Python heavy background what their experience has been with the language. Or from people who do web development in general if they feel its a good fit.
评论 #8307454 未加载
评论 #8308453 未加载
tiffanyhover 10 years ago
I&#x27;m really excited about Exilir because it makes creating DSL like the Phoenix Web Framework, trivial.<p>However, I am concerned though that developing in Erlang is a paradigm shift for most developers (eg letting apps crash when unexpected behavior occurs, concurrency model, etc) and Exilir makes it too easy to think you&#x27;re developing in a procedural language when you&#x27;re not.<p>I wonder if I&#x27;m alone with this concern. One thing simply the Erlang syntax does well is re-enforce the idea of how to fundamentally change how to develop applications to fit its model yet Exilir hides all of that<p>Edit: typo
评论 #8307598 未加载
评论 #8310618 未加载
评论 #8308369 未加载