TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Elixir v0.13.0 released, hex.pm and ElixirConf announced

130 点作者 devinus大约 11 年前

9 条评论

peregrine大约 11 年前
For those not sure what Elixir is, think of it like this:<p>elixir : erlang vm (BEAM) :: clojure : jvm<p>Elixir&#x27;s syntax is heavily influenced by Ruby but its semantics and structure is very reminiscent of Clojure. Like Clojure you are constantly reminded you live on JVM, with Elixir you are constantly reminded that Erlang is under the covers and thats OKAY.<p>Its really great stuff and the creator José Valim has really put thought, love and care into every part of the project. I highly suggest you take a look, you might be surprised at what you find.
评论 #7622746 未加载
评论 #7622962 未加载
SingAlong大约 11 年前
If you are deploying Elixir apps to Heroku, checkout the Heroku buildpack for Elixir - <a href="https://github.com/hashnuke/heroku-buildpack-elixir" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hashnuke&#x2F;heroku-buildpack-elixir</a><p>Easy to configure and the deploys are pretty fast.<p>Disclaimer: I wrote it
MartinMond大约 11 年前
Been using Elixir for a new project and it&#x27;s really nice.<p>For me it&#x27;s not so much about bringing a nicer syntax to Erlang (Erlang&#x27;s syntax is very nice once you get used to it, except for single assignment IMO. I&#x27;d prefer it if Elixir had taken Erlang&#x27;s syntax and added support for rebinding variables and macros) but about tooling (mix, the build tool absolutely rocks) and libraries (e.g. take a look at <a href="http://github.com/elixir-lang/ecto" rel="nofollow">http:&#x2F;&#x2F;github.com&#x2F;elixir-lang&#x2F;ecto</a>).
jw2013大约 11 年前
I would love to contribute to Elixir, but jumping right into Elixir&#x27;s issue list on Github to fix the bug there is a bit too hard for me. I wish there was some resources getting us familiarized with Elixir code base, and leading us more easily into contributing to Elixir, just like the The Eudyptula Challenge for Linux Kernel (<a href="http://eudyptula-challenge.org/" rel="nofollow">http:&#x2F;&#x2F;eudyptula-challenge.org&#x2F;</a>). Or is there already this kind of resource?
评论 #7624305 未加载
sr-ix大约 11 年前
Elixir v0.13.0 now runs on Erlang R17 and brings with it map&#x2F;struct support over records.
ia大约 11 年前
i&#x27;ve been playing with elixir for a little while. i&#x27;m still wrapping my head around all its metaprogramming goodness, but so far it&#x27;s been a fun journey.<p>also, jose valim must have clones of himself.
ch4s3大约 11 年前
I really like Elixir&#x27;s syntax and really want to get into Erlang. I can&#x27;t wait until I have some free time soon. Any good resources other than Elixir Sips?
评论 #7623905 未加载
评论 #7624645 未加载
devanti大约 11 年前
Any examples of Elixir in production at a well-known company?
评论 #7622623 未加载
评论 #7622678 未加载
评论 #7622659 未加载
chrismorgan大约 11 年前
I&#x27;m surprised by this ElixirConf thing.<p>I&#x27;ve been involved in the Rust community, a considerably larger, more active and more mature community, and I would consider a RustConf still a little premature.<p>Is there really enough interest in it? How many people are expected to attend? How many are needed to attend to break even in some manner?
评论 #7626709 未加载