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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

OTP 23

395 点作者 nifoc大约 5 年前

16 条评论

conradfr大约 5 年前
<a href="https:&#x2F;&#x2F;twitter.com&#x2F;elixirlang&#x2F;status&#x2F;1260556559165292544" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;elixirlang&#x2F;status&#x2F;1260556559165292544</a><p>&gt; Elixir v1.10.3 is fully compatible with Erlang&#x2F;OTP 23.0 - so up to date Elixir users are ready to give it a try!
评论 #23169525 未加载
lelf大约 5 年前
See also: <a href="http:&#x2F;&#x2F;blog.erlang.org&#x2F;OTP-23-Highlights&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.erlang.org&#x2F;OTP-23-Highlights&#x2F;</a>
waltfy大约 5 年前
Not mentioned in the link above but something super cool with this release is that<p>&gt; CPU quotas are now taken into account when deciding the default number of online schedulers. &gt; Thus, automatically making Erlang a good citizen in container environments where quotas are applied, such as docker with the --cpus flag.<p>Super happy about this!
moviedo大约 5 年前
I&#x27;m currently learning erlang&#x2F;elixir and I&#x27;m really enjoying the language constructs.<p>I had originally taken a Programming Language Paradigms class in college with racket, and I really didn&#x27;t appreciate functional ideas(i.e. syntax is my excuse). I&#x27;m now a really big fan of functional language idioms.<p>Anyone interested should try the futurelearn class, <a href="https:&#x2F;&#x2F;www.futurelearn.com&#x2F;courses&#x2F;functional-programming-erlang" rel="nofollow">https:&#x2F;&#x2F;www.futurelearn.com&#x2F;courses&#x2F;functional-programming-e...</a>.
评论 #23168795 未加载
评论 #23167765 未加载
评论 #23167938 未加载
评论 #23172144 未加载
评论 #23170314 未加载
评论 #23169431 未加载
评论 #23170778 未加载
ponyous大约 5 年前
Couple of times when somebody posted an OTP erlang update I had no clue what I was reading. Then I came back to HN and somebody broke down why some things are really useful&#x2F;changed and it was mind blowing.<p>Can some erlanger explain why you are excited about certain things from the update?
评论 #23169640 未加载
评论 #23168295 未加载
评论 #23167841 未加载
评论 #23168662 未加载
elcritch大约 5 年前
Looking at the changelog I don&#x27;t see what the current situation with erl_interface is. I&#x27;ve been working on some `erl_interface` code using C [2] and Nim [1], and the headers warn that older `erl_interface` headers would be deprecated in OTP 23. All the release note highlights mention is a new `erl_call` program.<p>Anyone know about the status &#x2F; rational for the `erl_interface.h` API?<p>1: 1: <a href="https:&#x2F;&#x2F;github.com&#x2F;elcritch&#x2F;einode&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;elcritch&#x2F;einode&#x2F;</a> 2: <a href="https:&#x2F;&#x2F;github.com&#x2F;elcritch&#x2F;einode&#x2F;tree&#x2F;master&#x2F;tests&#x2F;c-nodes-example" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;elcritch&#x2F;einode&#x2F;tree&#x2F;master&#x2F;tests&#x2F;c-nodes...</a>
评论 #23173342 未加载
sitkack大约 5 年前
&gt; Support for SSL 3.0 is completely removed.<p>Yay! We need to actively and in a strong forceful manner remove broken security products.
xutopia大约 5 年前
Though I am not working with Erlang or Elixir right now I am so pleased that this is seeing improvements. I had as much fun learning Elixir as I did learning Ruby ages ago. It&#x27;s just a fun language with great construct!
评论 #23168094 未加载
mcmatterson大约 5 年前
The use of prior matches in guards is super useful for parsing TLV style payloads where you first match on a size&#x2F;length field and then match on the value itself as that number of octets. Does anyone have any insight into how &#x2F; when similar support will make its way into Elixir?
评论 #23168846 未加载
bsaul大约 5 年前
I would love it so much that someone took the time to correctly evaluate the pros and cons of OTP vs the current stacks we see those days (stateless services deployed and configured with kubernetes, with an event-bus backbone for service 2 service communication).<p>I&#x27;ve always wanted to try OTP for a real world project (simply because it looks more elegant and has less parts), and now may be the time, but i&#x27;m so scared of discovering huge pitfalls down the road that are better solved by more recent techs..
评论 #23170180 未加载
评论 #23170616 未加载
pbadenski大约 5 年前
A few random questions.. hopefully a person more knowledgable in the topic can help me out:<p>- from what I understand Akka (Scala) heavily borrows from Erlang&#x2F;OTP - is this correct? What would be the biggest similarities&#x2F;differences?<p>- to what extent OTP is unique to Erlang and to what extent it can be implemented in another language?<p>- any articles&#x2F;materials out there showing the most valuable bits of OTP applied in JavaScript&#x2F;NodeJS?
Multicomp大约 5 年前
I must admit, I have been watching erlang for a while trying to decide when to hop in, and I have increasingly come to the conclusion that I will not be learning erlang as such, although I will be buying the books and reading them, but I will be learning gleam, which is erlang with types.<p>I&#x27;m too used to the safety that rust or F# gives at compile time to give that up.
localcdn大约 5 年前
Nice to see default TLS 1.3 support. Though it looks like the use_srtp extension for DTLS is still being worked on.
mikece大约 5 年前
Does cloud-based serverless computing compete with or complement Erland&#x2F;Elixir? As a dotNetCore developer who writes a lot of Lambda and Azure function code I am trying to understand how OTP relates to these paradigms or if they are apples and oranges.
评论 #23168073 未加载
评论 #23168122 未加载
评论 #23168561 未加载
评论 #23168212 未加载
评论 #23179501 未加载
rwmj大约 5 年前
Breaks all of our Erlang bindings (which use erl_interface) ...
评论 #23171813 未加载
alberth大约 5 年前
What’s the latest on BEAMJIT progress?