RSS

Recent news

Erlang Plugin for NetBeans - 0.17.0 Released

Caoyuan Blog - November 26, 2008

I’m pleased to announce Erlang plugin for NetBeans (ErlyBird) 0.17.0 is released. This is a bug-fix release, and from now on, will be in form of NetBeans plugin. NetBeans 6.5 is a requirement. To download, please go to: https://sourceforge.net/project/showfiles.php?group_id=192439&package_id=226387&release_id=642911 To install: Open NetBeans, go to…

More (0 comments)

RPC Server for Erlang, In Scala

Caoyuan Blog - October 28, 2008

There has been Java code in my previous blog: RPC Server for Erlang, In Java, I’m now try to rewrite it in Scala. With the pattern match that I’ve been familiar with in Erlang, write the Scala version is really a pleasure. You can compare…

More (0 comments)

RPC Server for Erlang, In Scala

Caoyuan Blog - October 28, 2008

There has been Java code in my previous blog: RPC Server for Erlang, In Java, I’m now try to rewrite it in Scala. With the pattern match that I’ve been familiar with in Erlang, write the Scala version is really a pleasure. You can compare…

More (0 comments)

FOR, WHILE Is Too Easy, Let’s Go Looping

Caoyuan Blog - October 22, 2008

With several 10k code in Erlang, I’m familiar with functional style coding, and I found I can almost rewrite any functions in Erlang to Scala, in syntax meaning. Now, I have some piece of code written in Java, which I need to translate them to…

More (0 comments)

FOR, WHILE Is Too Easy, Let’s Go Looping

Caoyuan Blog - October 22, 2008

With several 10k code in Erlang, I’m familiar with functional style coding, and I found I can almost rewrite any functions in Erlang to Scala, in syntax meaning. Now, I have some piece of code written in Java, which I need to translate them to…

More (0 comments)

An Example Syntax in Haskell, Erlang and Scala

Caoyuan Blog - October 16, 2008

>>> Updated Oct 16: I found some conventions of coding style make code more readable for Scala. For example, use { x => something } instead of (x => dosomething) for anonymous function; Use x, y, z as the names of arguments of anonymous functions;…

More (0 comments)

An Example Syntax in Haskell, Erlang and Scala

Caoyuan Blog - October 15, 2008

>>> Updated Oct 16: I found some conventions of coding style make code more readable for Scala. For example, use { x => something } instead of (x => dosomething) for anonymous function; Use x, y, z as the names of arguments of anonymous functions;…

More (0 comments)

RPC Server for Erlang, In Java

Caoyuan Blog - October 11, 2008

We are using Erlang to do some serious things, one of them is indeed part of a banking system. Erlang is a perfect language in concurrent and syntax (yes, I like its syntax), but lacks static typing (I hope new added -spec and -type attributes…

More (0 comments)

RPC Server for Erlang, In Java

Caoyuan Blog - October 11, 2008

We are using Erlang to do some serious things, one of them is indeed part of a banking system. Erlang is a perfect language in concurrent and syntax (yes, I like its syntax), but lacks static typing (I hope new added -spec and -type attributes…

More (0 comments)

Things To Do in Coming Months

Caoyuan Blog - September 07, 2008

As the beta of Scala for NetBeans released, I found I have several things to do in the coming months. First, I’ll keep the Scala plugins going on, I’ll try to re-implement the Project supporting, which, may be an extension of current NetBeans’ plain Java…

More (0 comments)

« First  <  6 7 8 9 >