Today I was doing the thread ring exercise from the Programming Erlang book and googled for other solutions to compare. I found that the language shootout has exactly the same problem as a benchmark.
How to Run C Code Block from Erlang? ( Or Call a C function from erlang?开发者_Python百科 )This is for creating a driver
Erlang is tru开发者_Python百科ncating the value of big long operations if one of the operands are not big enough.
I\'m very excited to be starting my erlang journey, but I\'ve been stuck on this for a few days now and I\'m starting to get scared I won\'t meet my deadline.
I\'ve run into a problem w开发者_如何学运维here I cannot stop mnesia within my program without causing the app to hang.
Whats the easy/efficient way of interleaving three data sets.. Data1 = [<<5>>,<<6>>,<<7>>],
guess its getting late, and Im a beginner, just need a little help.. Im trying to find the length of a list.. BUT NOT of the lists themselves, rather the length of the values within..
Can anyone enlighten me as to why this bit of code spits back that the X is unsafe in \'try\', well I know why, but more so how to fix it.
I am new to Erlang and trying to set two nodes on my laptop. In one terminal I type: eli@elimayost: ~/erlang_apps> erl -sname foo -setcookie secret
I\'ve grown to like erlang, and it\'s a great (cough) architectural fit to my problem. Meanwhile I still like to imagine that I can kludge erlang processes & asynchronous message passing in python