RSS

Recent news

AIOTrade, Scala for NetBeans, NLP

Caoyuan Blog - May 06, 2009

For past years, I worked on AIOTrade project, which uses Machine Learning technology to find the structural data pattern. Then, to find a better programming language for AIOTrade, I tried Erlang, Scala, and wrote IDEs for these candidate languages, I learnt a lot of Formal…

More (0 comments)

AIOTrade, Scala for NetBeans, NLP

Caoyuan Blog - May 06, 2009

For past years, I worked on AIOTrade project, which uses Machine Learning technology to find the structural data pattern. Then, to find a better programming language for AIOTrade, I tried Erlang, Scala, and wrote IDEs for these candidate languages, I learnt a lot of Formal…

More (3 comments)

AIOTrade Is Migrating to Scala

Caoyuan Blog - April 10, 2009

Finally, after evaluated Erlang, Scala etc, wrote IDE tools for these languages, I began to migrate AIOTrade from Java to Scala, with the help of Scala for NetBeans of course. The first step is re-writting basic modules to Scala smoothly, with little functional style code;…

More (0 comments)

AIOTrade Is Migrating to Scala

Caoyuan Blog - April 10, 2009

Finally, after evaluated Erlang, Scala etc, wrote IDE tools for these languages, I began to migrate AIOTrade from Java to Scala, with the help of Scala for NetBeans of course. The first step is re-writting basic modules to Scala smoothly, with little functional style code;…

More (1 comments)

Erlang Plugin for NetBeans in Scala#11: Indexer

Caoyuan Blog - February 28, 2009

For IDE support, an indexer is very important for declaration-find, code-completion, re-factory etc. Indexer will monitor the standard lib and your project, analyzing the source/binary files, gather meta-information of classes, functions, global vars, usages, and store them in a search engine (It’s a Lucene back-end…

More (0 comments)

Erlang Plugin for NetBeans in Scala#11: Indexer

Caoyuan Blog - February 28, 2009

For IDE support, an indexer is very important for declaration-find, code-completion, re-factory etc. Indexer will monitor the standard lib and your project, analyzing the source/binary files, gather meta-information of classes, functions, global vars, usages, and store them in a search engine (It’s a Lucene back-end…

More (0 comments)

Erlang Plugin for NetBeans in Scala#10: Code Completion

Caoyuan Blog - February 28, 2009

Implementing Code-Completion is a bit complex, but you can got it work gradually. At the first step, you can implement Code-Completion for local vars/functions only, then, with the indexed supporting, you can add completion for remote functions. You should define some kinds of completion proposal,…

More (0 comments)

Erlang Plugin for NetBeans in Scala#10: Code Completion

Caoyuan Blog - February 28, 2009

Implementing Code-Completion is a bit complex, but you can got it work gradually. At the first step, you can implement Code-Completion for local vars/functions only, then, with the indexed supporting, you can add completion for remote functions. You should define some kinds of completion proposal,…

More (0 comments)

Erlang Plugin for NetBeans in Scala#11: Indexer

Caoyuan Blog - February 27, 2009

For IDE support, an indexer is very important for declaration-find, code-completion, re-factory etc. Indexer will monitor the standard lib and your project, analyzing the source/binary files, gather meta-information of classes, functions, global vars, usages, and store them in a search engine (It’s a Lucene back-end…

More (0 comments)

Erlang Plugin for NetBeans in Scala#10: Code Completion

Caoyuan Blog - February 27, 2009

Implementing Code-Completion is a bit complex, but you can got it work gradually. At the first step, you can implement Code-Completion for local vars/functions only, then, with the indexed supporting, you can add completion for remote functions. You should define some kinds of completion proposal,…

More (0 comments)

 <  1 2 3 4 >  Last »