PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
April 09, 2008

Pow! Oberon-2 User Group Announced

Posted: 2008-04-09 06:13:12
Languages ::

The Pow! Oberon-2 User Group has been announced. It is a group for the discussion of Pow!, an Oberon-2 implementation and development environment for Windows.

June 12, 2007

Oberon Day 2007 Announced

Posted: 2007-06-12 21:35:00
Languages ::

Oberon Day 2007 has been announced. "The Oberon Day welcomes delegates from industry and academia who are interested in developing highest quality software in terms of reliability, safety and efficiency. Participants will get an insight into highly advanced custom systems that have emerged from the long-term collaboration of experts from science and industry. The Oberon Day is, in particular, a platform where Oberon users and developers can share their experiences."

It will be held on June 29, 2007, in Zurich, Switzerland.

April 30, 2006

'Oberon Script. A Lightweight Compiler and Runtime System for the Web' Report Available

Posted: 2006-04-30 23:22:00
Languages ::

A technical report entitled 'Oberon Script. A Lightweight Compiler and Runtime System for the Web' (~50 KB .pdf), by Ralph Sommerer, is now available.

"Oberon Script is a scripting language and runtime system for build- ing interactive Web Client applications. It is based on the Oberon programming language and consists of a compiler that translates Oberon Script at load-time into JavaScript code, and a small runtime system that detects and compiles script sections written in Oberon Script."

January 08, 2006

OO2C 2.1.10 Released

Posted: 2006-01-08 22:41:00
Languages ::

Optimizing Oberon-2 Compiler 2.1.10 has been released. It is a portable, open-source Oberon-2 development system.

This release includes fixes for type guards involving type variables, LSH and ROT to the right for types smaller than 32 bits, exported but unnamed record pointers, plus other fixes.

October 10, 2005

Pascal-to-Oberon Translator Potentially Available

Posted: 2005-10-10 22:47:00
Languages ::
Languages ::

Chris Burrows has announced that he has a prototype of a Pascal-to-Oberon translator written. He is interested in knowing if it would be of use to anyone before proceeding any further.

October 08, 2005

OOC 2.1.9 Released

Posted: 2005-10-08 00:17:00
Languages ::

Optimizing Oberon-2 Compiler 2.1.9 has been released. OOC is an Oberon-2 development system.

This release includes a new Lookup() method for Dictionary, emitted code that compiles cleanly with GCC 4.x, plus bugfixes and other changes.