17 Nov 2009 18:38
Parrot 1.8.0 "Zygodactyly" Released!
Bernhard Schmalhofer <Bernhard.Schmalhofer <at> gmx.de>
2009-11-17 17:38:13 GMT
2009-11-17 17:38:13 GMT
On behalf of the Parrot team, I'm proud to announce Parrot 1.8.0 "Zygodactyly". Parrot, http://parrot.org/, is a virtual machine aimed at running all dynamic languages. Parrot 1.8.0 is available on Parrot's FTP site ftp://ftp.parrot.org/pub/parrot/releases/devel/1.8.0/, or follow the download instructions at http://parrot.org/download. Parrot 1.8.0 News: - Functionality + The FileHandle PMC now exposes the exit code of child process that was run as pipe. + Experimental support for overriding VTABLE invoke in PIR objects was added. + The method 'type' was added to the PackfileAnnotations PMC. + The internals of the parrot calling conventions, PCC, were reworked. All call paths now use a CallSignature object for passing arguments and return values. + The new API-function 'Parrot_ext_call' was added for calling into C-land. + The fixed-size allocator was improved. + The files installed by 'make install-dev' are now covered by 'make install' as well. + The experimental ops 'fetch' and 'vivify' were added. + The -I option to the command 'parrot' now prepends items to the search path. + The Context struct was substituted with auto attributes (context_auto_attrs branch).(Continue reading)
RSS Feed