Related articles |
---|
New version of COCOM (Russian Armoury) toolset is ready now. vmakarov@fnmail.com (1999-09-10) |
From: | vmakarov@fnmail.com |
Newsgroups: | comp.compilers |
Date: | 10 Sep 1999 00:04:12 -0400 |
Organization: | Compilers Central |
Keywords: | tools, available |
Hello,
New version (0.99) of COCOM toolset (Russian Armoury) is ready now.
The major difference of it from the previous (0.98) version is a new
component - interpreter of Dino language. The interpreter is
illustration of COCOM usage (more accurately of three its components:
SPRUT, MSTA, and SHILKA). You can find the latest version of COCOM on
http://www.redrival.com/vmakarov/download.html
http://www.freespeech.org/vmakarov/download.html
DINO is high level scripting dynamic-typed language. DINO is oriented
on the same domain of applications as famous scripting languages perl,
tcl, python. The most of programmers know C language. Therefore Dino
aims to look like C language where it is possible. Dino is an object
oriented languages with garbage collection. Dino has possibilities of
parallelism description and exceptions handling. Dino is an
extensible language with possibility of dynamic load of libraries
written on other languages. The high level structures of Dino are
o heterogenous extensible arrays
o extensible associative tables with possibilities of deleting
table elements
o objects
Originally, Dino was used in a russian graphics company ANIMATEK (<url
url="http://www.animatek.com" name="http://www.animatek.com">) for
description of movement of dinosaurs in an project. It has been
considerably redesigned and implemented with the aid of COCOM tool
set.
Dino interpreter itself is valuable as a separate component. If you
are interesting in only Dino interpreter, you can download it
separately from
http://www.redrival.com/vmakarov/dinoload.html
http://www.freespeech.org/vmakarov/dinoload.html
Vladimir Makarov (vmakarov@fnmail.com,
http://www.redrival.com/vmakarov).
Return to the
comp.compilers page.
Search the
comp.compilers archives again.