Kokogut is a compiler of the Kogut programming
language to C. It is a semi-functional,
semi-object-oriented programming language designed
by Marcin 'Qrczak' Kowalczyk.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Esta versão traz aprimoramentos de recursos diversos, inclusive fazendo listas preguiçoso mesmo, em vez de estranho, acrescentando que o tipo VIEW_PART, a criação de um módulo de Random para ints aleatórios e flutua, ea adição de mais de 35 funções para a biblioteca padrão.
Tags:
Major feature enhancements
This release features several feature enhancements,
including making lazy lists even instead of odd, adding the
VIEW_PART type, the creation of a Random module for
random ints and floats, and the addition of over 35 functions
to the standard library.
Portabilidade foi melhorado novamente. Código que causou advertências sobre arquiteturas não-x86 foi corrigido. Os parâmetros "interface-dir", "incluem-dir", e "biblioteca-dir" em *. kop e na invocação kokoc foram renomeados para "ifaces", "inclui" e "libs". Opções para especificar o diretório de inclusão ou o diretório da biblioteca para gmp, iconv, GZIP, BZIP2, maldições e Python foram adicionados ao script. / configure. Prelude não exporta mais os detalhes da implementação de Kokogut. O caso "padrão" foi renomeado para "match". Uma função-chave e também KeywordAllowOther e ExtractKeyword foram adicionados. O "se" Função foi renomeado para "Is".
Tags:
Minor feature enhancements
Portability was improved again. Code which caused
warnings on non-x86 architectures was fixed. The
parameters "interface-dir", "include-dir", and
"library-dir" in *.kop and in kokoc invocation
were renamed to "ifaces", "includes", and "libs".
Options for specifying the include directory or
the library directory for gmp, iconv, gzip, bzip2,
curses, and python were added to the ./configure
script. Prelude no longer exports the
implementation details of Kokogut. The "case"
pattern was renamed to "match". A Keyword function
and also KeywordAllowOther and ExtractKeyword were
added. The "is" Function was renamed to "Is".