Entries in Erlang (3)

Leex And Yecc

leex and yecc are the Lex and Yacc of the Erlang toolset. Whilst there is ample documentation about using the standard Unix lexer and parser generators, the Erlang equivalents are far less documented. This article demonstrates how to use leex and yecc to build a parser in Erlang that can process a subset of SQL-92.

Click to read more ...

Posted on Thursday, May 29, 2008 at 07:50PM by Registered Commenter0x6e6562 in | Comments1 Comment

Proposed Hessian Extension For Erlang

In a lead up series of articles, I discussed the motivation and protocol flow of an extension to the Hessian web services protocol. This installment outlines the first implementation of the proposed protocol written in Erlang. This article assumes knowledge of the Erlang programming language and the Hessian serialization protocol in order to run the examples. For those that are primarily interested in Hessian and not Erlang, this article is tractable to the extent that you can read over the Erlang specifics.

Click to read more ...

Posted on Thursday, April 17, 2008 at 10:40PM by Registered Commenter0x6e6562 in , | CommentsPost a Comment

Introducing The Erlang AMQP Client

Updated on Saturday, March 15, 2008 at 11:24AM by Registered Commenter0x6e6562

Updated on Tuesday, April 1, 2008 at 05:49PM by Registered Commenter0x6e6562

This article introduces the AMQP client library for Erlang, which is currently available as a contribution to the RabbitMQ server.

Click to read more ...

Posted on Saturday, January 12, 2008 at 01:52PM by Registered Commenter0x6e6562 in , | Comments4 Comments