FlashForth 3.0 has been released. It is a Forth implementation for the PIC18F.
This release includes: a rewrite of the assembler, the replacement of DO LOOP with FOR NEXT, a pointer register called P, support for inline literals, and other changes.
|
October 18, 2007 FlashForth 3.0 has been released. It is a Forth implementation for the PIC18F. This release includes: a rewrite of the assembler, the replacement of DO LOOP with FOR NEXT, a pointer register called P, support for inline literals, and other changes. October 17, 2007 Digital Mars D 2.006 has been released. D is a general-purpose language designed as a successor to C++, offering features such as design by contract, garbage collection, first class arrays, closures, templates, and more. This release includes: support for invariant strings; overload sets for functions and templates; the new std.getopt module for command-line processing; new functions in the std.conf, std.file, std.path, std.stdio and std.string modules; std.variant and std.contracts modules; bug fixes; and other changes. Parrot 0.4.17 has been released. Parrot is a virtual machine designed to efficiently execute dynamic languages. This release includes: performance improvements, a working -r flag, updates to the pmc2c and PIR syntaxes, documentation updates, language implementation improvements and updates, code cleanups, bug fixes, and other changes. October 16, 2007 PyCon 2008 Call for Talk and Tutorial ProposalsPosted: 2007-10-16 06:31:00
PyCon 2008 has put out a call for talk and tutorial proposals. "A conference for Python developers, enthusiasts, and companies, PyCon brings together a diverse group to explore new challenges, launch new businesses and forge new connections within the Python community." PyCon 2008 will be held from March 13 to 20, 2008, in Chicago. Groovy 1.1-RC-1 has been released. Groovy is a dynamic, object-oriented language for the Java Platform. This release includes: the groovysh command line shell enabled by default; a new metaClass property available on all objects; support for overloading the unary plus, minus and negate operators; coercing of strings to classes; and other changes. October 15, 2007 MiniD 1.1 has been released. "MiniD is a scripting language, based on D, Lua, and Squirrel, and designed with D's featureset in mind. It is dynamically-typed, with a C-style syntax and D-like semantics." This release includes: constant folding for three-way comparison expressions, command line interface improvements, interpreter speed improvements, bug fixes, and other changes. October 14, 2007 GNU Smalltalk 2.95e has been released. GNU Smalltalk is a portable, open source Smalltalk-80 implementation. This release includes: fixes for race conditions in Semaphores and Delays, the conversion of the kernel to the new syntax, regex fixes, better parser error recovery, documentation improvements, plus other fixes and changes. October 13, 2007 OCamlScripting has been announced. It is a JSR 223: Scripting for the Java Platform implementation for Objective Caml, allowing for the execution of OCaml code in a Java application. IronPython 2.0 Alpha 5 has been released. IronPython is an implementation of Python running on .NET. This release includes: a port of the standard 'array' module from IronPython 1.1, bug fixes, and other changes. 2007 Obfuscated Erlang Competition AnnouncedPosted: 2007-10-13 23:25:00
The 2007 Obfuscated Erlang Competition has been announced. "The goal is to write the most obfuscated Erlang program, providing a safe forum for poor coding practices and programming styles. Through this competition, we hope to illustrate some of the subtleties of Erlang and how they can best be used and abused." Submissions are due on November 2, 2007, with the winners announced and prizes awarded on November 8, 2007 at the Erlang User Conference. |