erlang
Settings do not work, no code folding, no code completion
I found some recommendations about Vim + Erlang: Vim settings for Erlang and tried to configure it. I have the following problems:[详细]
2023-03-26 01:23 分类:问答How to load all Erlang modules in a directory automatically?
Using the answer from Easy way of loading projects with rebar dependencies, dependencies are now automatically resolved, but they are not automatically loaded.[详细]
2023-03-26 00:26 分类:问答Spawning functions without exporting them
I am new to erlang and have a bit of a headache with the following scenario: Take this code: -module (so).[详细]
2023-03-25 22:09 分类:问答Erlang ETS tables versus message passing: Optimization concerns?
I\'m coming into an existing (game) project whose server component is written entirely in erlang.At times, it can be excruciating to get a piece of data from this system (I\'m interested in how many w[详细]
2023-03-25 16:00 分类:问答Ejabberd send message from hooks
I have hook handler in my code: ejabberd_hooks:add(sm_register_connection_hook, \"localhost\", ?MODULE, on_register, 80),[详细]
2023-03-25 12:32 分类:问答Initializing record with default values
What is common practice to initializ开发者_StackOverflow社区e a record with default values unless those are specified explicitely?[详细]
2023-03-25 11:44 分类:问答Records in patterns
I am learning erlang and I stumbles over some behaviour I cannot quite understand. Take this piece of code. (I know there are existing libraries for what I am programming, but as I stated, I do this f[详细]
2023-03-25 10:42 分类:问答Webmachine: Who sets static_resource:init/1?
I\'m looking at two versions static_resource:init/1 in two Webmachine applications: https://github.com/basho/wriaki/blob/master/apps/wriaki/src/session_resource.erl[详细]
2023-03-25 07:44 分类:问答Need Guidance Re: Factoring Erlang Applications
First, brief but profound thanks to all who have responded to my questions to date. I\'m climbing the Erlang OTP learning curve and enjoying every step. Now diggi开发者_如何学JAVAng into Application[详细]
2023-03-24 06:04 分类:问答Sending messages in circles.
I am new to functional programming and just switched from haskell (Didn\'t like it much) to erlang (quite fond of it). As I am learning as an autodidact, I stumbled over these Exercises and started do[详细]
2023-03-24 02:38 分类:问答