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.

Elm, Elixir, and Phoenix: Reflecting on a Functional Full-Stack Project

135 pointsby deathtrader666about 7 years ago

4 comments

myth_drannonabout 7 years ago
If anyone wants to learn more about the stack, Pragmatic Studio are about to release their course on Elixir&#x2F;Phoenix&#x2F;Elm - building Multi-Player Bingo. <a href="https:&#x2F;&#x2F;pragmaticstudio.com&#x2F;courses&#x2F;unpacked-bingo" rel="nofollow">https:&#x2F;&#x2F;pragmaticstudio.com&#x2F;courses&#x2F;unpacked-bingo</a><p>I worked through their Elm course and it was excellent.
评论 #16521066 未加载
评论 #16520896 未加载
s_kilkabout 7 years ago
I&#x27;m a big fan of Elixir, but the community gravitation toward Elm has always struck me as a bit weird.<p>The two languages have nothing in common beyond both being functional, and it kinda feels like someone posted a &quot;Elixir and Elm&quot; blog post in the early days and it all just snowballed arbitrarily from there.
评论 #16521006 未加载
评论 #16521456 未加载
评论 #16521074 未加载
评论 #16521608 未加载
评论 #16522073 未加载
评论 #16521137 未加载
leshowabout 7 years ago
Seems pretty inconvenient that the library you want to use isn&#x27;t allowed in elm&#x27;s package repo.<p>edit: FYI, you have a typo:<p>&gt; This is represented in Maybe‘s definition: type Maybe = Just a | Nothing.<p>Maybe&#x27;s type is type Maybe a = Just a | Nothing
brightballabout 7 years ago
That was a much more involved read than I expected. I haven&#x27;t really tinkered with Elm much, despite hearing a lot about it.