« December 2006 | Main | April 2007 »

January 24, 2007

Quick bits of programming language news...

Dtrace for Javascript: There are details of how to set up Dtrace to trace Javascript code at Brendan Gregg's blog on blogs.sun.com. The bare bones is that he is providing a modified version of the Spider Monkey Javascript engine with Dtrace probes coded in. Installing the shared library into the appropriate location on a machine running Solaris will give Dtrace visibility into Javascript code running in Firefox. AJAX bugs have nowhere to hide now.

A new draft of the R6RS for Scheme: Revision 5.92 Recommended Specification for Scheme is up on site, www.r6rs.org. It has been split into two PDFs, one for the core language and one for the libraries. The total page count for the two files is about 150 pages.

Posted by JohnC at 11:14 PM | Comments (0)

Fortress

The researchers at SUN Labs have recently released a beta version of their new programming language, Fortress. It is available here under a BSD license. It is designed to tackle problems in the high performance computing arena and looks rather interesting.

The positives are:

The negatives are:

Other interesting things:

Posted by JohnC at 12:54 AM | Comments (0)

January 14, 2007

Standard Deviation

If you find yourself needing to migrate an application from one of the major RDBMS packages to another, as I have recently, then this webpage is invaluable. It compares how MySQL, MS SQL, DB2, Oracle, and PostgreSQL compare to the SQL92 standard. The page links to relevant documentation for each RDBMS, for each feature compared, which is really handy.

Posted by JohnC at 09:21 PM | Comments (0)