python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Implement a lists:map using case clauses instead of function clauses in Erlang
Can anyone tell me what this means? I am new to this and my friend recommended me to post in this website.
By the way I'm new to Erlang.
If possible I want to write a code in editor and I don't even u...
Shree
Votes: 0
Answers: 3
Is there any special syntax for shell to editor for erlang?
I am new to erlang, I have been learning to code on console/command prompt. Now I have to do the below code on editor. I need the sum of given numbers (a list [1,2,3]) with foldl/3 function.
lists:fol...
ChocoSanju
Votes: 0
Answers: 1
erlang lists:foreach/lists:foldl/lists:foldr consumes more memory than using tail recursion
I ran a query using nested lists:foreach on the list of size 15000, each having lists of size about 37.
This query consumed more than 5 Gb of memory, but when query was ran using tail recursion memory...
Sidharth Gupta
Votes: 0
Answers: 0
Failing to connect to my RabbitMQ node thats being run on a VM using erl from my host machine
I'm needing to create a basic CTF using docker-compose that will be spun up on a separate machine. I have been given a service that I have to misconfigure, which will lead to a second vulnerability to...
Dovendyr
Votes: 0
Answers: 0