DISQUS

DISQUS Hello! 20bits is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Network Programming in Erlang | 20bits

Started by Jesse Farmer · 7 months ago

No excerpt available. Jump to website »

10 comments

  • I'm right now also learning Erlang (with programming erlang of Joe Amstrong :D). Cool examples, thanks!
  • Blaxter,

    Glad to be of service. There's a real lack of information about Erlang on the web outside of the official documentation.
  • "so-called modern languages like Java, Ruby, or Python"

    What? Who so-called them that? None of those were even modern when they were designed, let alone now.
  • I think he meant to say "so-called popular languages like Java, Ruby or Python"
  • Greg,

    A truly devastating argument. ;)
  • Heh - I remember Beej's guide. I thought it was pretty cool way back in the mid-1990's. (-:

    I did a similar thing learning about the gen_server and gen_tcp modules except I thought I would re-implement the finger daemon. I got all the way through the network and server code and finally discovered that Erlang doesn't have an interface to all the POSIX user and group functions so no getpwnam().
  • What kind of security does erlang have, I need cyrpto type security, for credit cards.
  • Hi,
    Where did you find out about the "binary" option to inet:setopts/2 ? I can't find anything about it in the official documentation. I figured out by experimenting that the default type for recv seems to be string, and the binary option switches to binary, but I'm curious about other possibilities too.
  • Olivier,

    It's somewhere in the docs, which are admittedly terrible. Sorry I can't be of more help.

Add New Comment

Returning? Login