Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
muhmi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
muhmi
10y ago
Both :) You can pattern match in function head (definition) http://elixir-lang.org/getting-started/pattern-matching.html
2.
▲
by
muhmi
10y ago
Also since the VM is optimised for functional programming with no shared memory - it can do tricks you normally cant that help with speed. Like avoid GC in some cases.
3.
▲
by
muhmi
10y ago
That sounds like very basic CS stuff, so I guess "CS degeee" here means B.Sc. level knowledge? ;)
4.
▲
by
muhmi
11y ago
And Riak
5.
▲
by
muhmi
11y ago
So, why would you write systems requiring concurrency and fault tolerance in Swift? What happens when a request explodes? Can it do hot code loading?
6.
▲
by
muhmi
11y ago
Well, yes, the idea that there will be GC pauses and you just cannot get a _consistent_ framerate no matter how hard you try does not sound good. (Disclaimer I currently write games with Unity ;D)
7.
▲
by
muhmi
11y ago
+1 Its the same in Finland. Now my kids walk to school every day.
8.
▲
by
muhmi
11y ago
Hi We haven't measured the actual time. I would say the time learning Elixir has not been a hurdle or anyway limiting factor to the projects we are working on. We basically switched as a company from writing servers in C#/nodejs&#
9.
▲
by
muhmi
11y ago
http://blog.plataformatec.com.br/2015/06/elixir-in-times-of-...
10.
▲
by
muhmi
11y ago
Have a look at Erlang and OTP framework which makes it really easy to compose your application of smaller applications. At least for learning. Communication between nodes is transparent on the language level, its all message passing between
11.
▲
About Elixir from Erlang guy
(blog.teemu.im)
7 points
by
muhmi
12y ago
|
0 comments
12.
▲
by
muhmi
12y ago
I would also suggest this talk by Dave Thomas http://youtu.be/5hDVftaPQwY
13.
▲
by
muhmi
12y ago
One nice little tool thats available with mono is the Mono C# shell http://www.mono-project.com/CsharpRepl
14.
▲
by
muhmi
12y ago
s/Se/We =) wtf my typing. Anyhow the game is http://supernauts.com . One nice thing using Unity/mono enables for us to use the same game logic code from client to backend.
15.
▲
by
muhmi
12y ago
Se run a MMO on top of mono 3/linux. perf is great. Only mono related problem is that there seems to be some rare cases when the VM manages to crash.
16.
▲
by
muhmi
13y ago
The AOT improvements would be really helpfull on mobile.