Search Results

3
votes
3answers
457 views

Erlang syntax

Hi folks, I'm going to create Erlang language support plugin for an Intellij Idea. The big and first problem I have is in the JFlex erlang syntax definition. Does anybody know where can I get EBNF …
0
votes
2answers
212 views

Erlang Quiz

Hi, folks. Many of you sometimes face with interesting code, problems, solutions. And all of this could be used as good interview questions or just for fun as any other quiz. Could you plea …
-1
votes

Erlang syntax

Sure. That was the first thing I thought about and I did. But, as I can see there should be lot of work done to make ebnf from this specification. And probably already exists ready solution that I …
0
votes

Protocol simplicity versus “properness”

These are two right solutions. If you really have to worry about network traffic your solution is acceptable. But you have also to remember that code maintenance takes the bigger part of c …