erlang

Alvaro Videla's Blog: Reply to "Scala is Easier than PHP"

PHPDeveloper.org  Mon, 11/22/2010 - 08:29

Alvaro Videla has written up a response to Wade Arnold's Scala's easier than PHP post and some of the points he doesn't agree with him on.


 

Alvaro Videla's Blog: Erlang as a Fast Key Value Store for PHP

PHPDeveloper.org  Mon, 03/08/2010 - 13:37

Alvaro Videla has submitted a new post he's written up combining PHP and Erlang yet again, but this time he's using it to just store key/value pairs rather than for session data.


 

Alvaro Videla's Blog: Erlang as Session Storage for PHP

PHPDeveloper.org  Tue, 01/19/2010 - 15:52

Alvaro Videla has a different sort of suggestion for storing the sessions for your application - use Erlang.


 

John Hughes on Erlang and Haskell

Lambda the Ultimate - Programming Languages Weblog  Fri, 11/06/2009 - 10:29

John Hughes talks about his experience with Erlang vs. Haskell in an InfoQ Interview.

While the discussions about strict vs lazy and dynamic vs static typing are interesting he raises a good question for the LtU crowd at the end:


 

Till Klampaeckel's Blog: So you'd like to migrate from MySQL to ...

PHPDeveloper.org  Tue, 11/03/2009 - 10:36

In this recent post to his blog Till Klampaeckel starts off a series directed at PHP developers looking to make the move from the MySQL relational database structure over to the world of CouchDB.


 

Tim Bray on Clojure and Erlang

Lambda the Ultimate - Programming Languages Weblog  Wed, 10/28/2009 - 22:12

A short comparison (plus some links) of Erlang and Clojure solutions to the simple problem of running a counter in a separate thread.


 

Hijack: Get A Live IRB Prompt For Any Existing Ruby Process

Ruby Inside  Fri, 08/21/2009 - 13:21

jackSometimes taking an app down for debugging purposes is just not an option.


 

The A-Z of Programming Languages: Erlang

Linux Today  Tue, 06/16/2009 - 09:01

Computerworld: "What's behind the name Erlang?
Either it's short for "Ericsson Language" or it's named after the Danish mathematician Agner Krarup Erlang.

We have never revealed which of these is true, so you'll have to keep guessing!"


 

Questions Five Ways

Lambda the Ultimate - Programming Languages Weblog  Thu, 05/28/2009 - 15:14

I think one of the better ideas I've had on this blog is my Questions Five Ways series.

For each post, I'll ask a guiding question of five leading hackers, some from the Ruby community and some from outside it.

So far the questions were about concurrency, code reading, and static code analysis & testing.

I understand Pat is interested in hearing suggestion for future topics.

I find the discussion about concurrency interesting.