computer languages

Expressive Modes and Species of Language

Lambda the Ultimate - Programming Languages Weblog  Mon, 08/24/2009 - 13:46

R. E. Moe, 2006. Expressive Modes and Species of Language.

In Proc. 23rd World Academy of Science, Engineering and Technology.

This paper is very relevant to my attempts to characterise what I call the Scott-Strachey school of computer science; cf. Right On!.


 

A First Look at Python Classes

Linux Today  Tue, 07/28/2009 - 19:32

Web Developer's Virtual Library: "To begin a discussion of classes, I think we should look back to the 'C' language.

In many ways, C is the parent of most modern computer languages. Most interpreters and compilers are written in C.

Most of the libraries of the scripting languages are written in C. Therefore, I could argue that modern languages are an abstraction of C in the same way that C is an abstraction of assembler."


 

Shifting Applications Into Gearman

Linux Magazine: Top Stories  Wed, 05/13/2009 - 08:34

Gearman enables a new level of software abstraction. With this lightweight infrastructure you can to outsource work to better-suited computers, run tasks in parallel, and combine code written in different computer languages.