"Erlang is great platform, however, if you want to develop Erlang programs, the best development environment is probably Emacs at this point..."
Read more »Setup your environment to develop Erlang programs on GNU Systems
Category: Beginner Tags:
- Login to post comments
install(Erl) ->
"...Turns out that Erlang comes with its own Emacs mode. I guess the guys and gals over at Ericsson labs are all Emacs hackers too. (As an aside, I also found one post from a user who highly recommended the Erlang emacs mode, even to users of other editors. His advice ran something like "What you'll want to do is type $> vim ~/.emacs and edit that file to include your Erlang path".
Read more »This Week's Multicore and Parallel Programming Reading List - Dr Dobb's
C, C#, Erlang, and more A list of book releases compiled by Dr. Dobb's to keep you up-to-date on parallel programming and multicore technology.
Read more »Category: High End Tags:
- Login to post comments
[New Year’s Resolutions] List of languages worth learning & One New Language a Year: Smalltalk
"The Pragmatic Programmers recommend learning a new programming language every year. I thought for a long time that this was a good idea, but didn't really act on it. Instead I'd dabble in a dozen languages a year. While this has built my intuition as to what various languages are like it has not made me a competent programmer in a new language.
Read more »A Single Command to Get Started on Functional Programming
"Functional Programming is old. Ancient. Like right after FORTRAN. But it’s the future. Trust me, I’m named after the dude who knew about Jesus 700 years early. Seriously, it’s not going to take 700 years for FP to go mainstream. Some would argue that it already is. Python, Ruby, and others have adopted a number of FP features.
Read more »More Languages on top of Erlang Virtual Machine
"Erlang virtual machine – BEAM – hosts an increasing number of languages. Reia, a Python/Ruby like scripting language and Lisp Flavoured Erlang have recently been released. Debasish Ghosh reflects on this trend while other authors try to outline other possible language variants inspired by Ruby or Haskell..."
Read more »Category: High End Tags:
- Login to post comments
Python Versus Erlang for an MMOG
"As I mentioned in my previous post, I'm in the process of evaluating the core infrastructure for a massively multiplayer on-line game (MMOG). The current technology contenders for the server are Stackless Python (and it's eventual successor PyPy) or Erlang..."
Read more »Category: High End Tags:
- Login to post comments