Download List

Projeto Descrição

Racket (formerly PLT Scheme) is a programming language suitable for implementation tasks ranging from scripting to application development, including GUIs, Web services, etc. It includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, tools for creating stand-alone executables, the Racket Web server, extensive libraries, documentation for both beginners and experts, and more. It supports the creation of new programming languages through a rich, expressive syntax system. Example languages include Typed Racket, ACL2, FrTime, and Lazy Racket.

System Requirements

System requirement is not defined
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.

2013-02-16 10:50
5.3.3

Esta é uma liberação de bugfix para resolver uma falha em 5.3.2 sobre interações entre a janela do contorno e a coloração de sintaxe.
This is a bugfix release to address a flaw in 5.3.2 concerning interactions between the contour window and the syntax coloring.

2013-02-02 08:08
5.3.2

Novas bibliotecas: matemática, arquivo/desempacotar, arquivo/untgz, arquivo/descompacte e dados/vetores de bits. Um novo ' preguiçoso-exigem ' forma. Extensões para 'raquete/genérico' e 'openssl'. Um novo sistema de pacotes (em beta). Uma GUI mais ágil. auto-parens foi melhorado. Rabisco pode processar markdown. Informações de referência cruzada de documentação são armazenadas em um banco de dados SQLite3. TR-friendly 'trama/digitado' e continuação delimitada.
New libraries: math, file/untar, file/untgz, file/unzip, and data/bit-vector. A new 'lazy-require' form. Extensions to 'racket/generic' and 'openssl'. A new package system (in beta). A more responsive GUI. auto-parens has been improved. Scribble can render markdown. Documentation cross-reference information is stored in an SQLite3 database. TR-friendly 'plot/typed' and delimited continuation.

2012-02-03 10:06
5.2.1

Esta versão adiciona o desempenho melhorado do matcher do Redex, uma biblioteca melhorada "plot", mais agradável olhando plota, customizable duplo eixo carrapatos/transformações, histogramas empilhadas e 3D campos do vetor. Aprimoramentos de desempenho incluem o uso de epoll()/kqueue(), Cruz-módulo inlining e uso de SSE para operações de ponto flutuante JIT-compilado. Seqüências de caracteres literais, regexps, etc. são internados. Scheme utiliza ícones passível de composição produzida com ray tracing, e digitado raquete permite personalizar o tipo erros em macros. "2htdp/universo" suporta um manipulador chave experimental game pad. A biblioteca "db" agora oferece suporte a transações aninhadas e matrizes de PostgreSQL.
This release adds improved performance of Redex's matcher, an improved "plot" library, nicer-looking plots, customizable dual axis ticks/transforms, stacked histograms, and 3D vector fields. Performance improvements include using epoll()/kqueue(), cross-module inlining, and using SSE for JIT-compiled floating-point operations. Literal strings, regexps, etc. are interned. DrRacket uses composable ray-traced icons, and Typed Racket allows customizing type errors in macros. "2htdp/universe" supports an experimental game pad key handler. The "db" library now supports nested transactions and PostgreSQL arrays.

2011-11-12 01:52
5.2

Esta versão adiciona uma sintaxe de seleção on-line em DrRacket, a nova biblioteca interfaces db PostgreSQL, MySQL, SQLite e ODBC, XREPL (fornecendo convenientes planície REPL comandos), uma biblioteca de reimplementedo e estendido "trama", DrRacket uso de chaves mais convencionais ("C-t" para uma nova aba e "C-r" para executar), um comando "raco link" que registra um diretório como uma coleção, raquete digitado (fornecendo suporte à depuração de desempenho), impressões de tipo mais intuitivos, funções com argumentos opcionais, Redex (apoio a especificação acórdão formas, incluindo sistemas de tipo e semântica operacional) e várias correções e melhorias.
Tags: Major feature enhancements
This release adds an online check syntax in DrRacket, the new db library interfaces PostgreSQL, MySQL, SQLite, and ODBC, XREPL (providing convenient plain REPL commands), a reimplemented and extended "plot" library, DrRacket use of more conventional keys ("C-t" for a new tab and "C-r" to run), a "raco link" command which registers a directory as a collection, Typed Racket (providing performance debugging support), more intuitive type printouts, functions with optional arguments, Redex (supporting specifying judgment forms, including type systems and operational semantics), and various fixes and improvements.

Project Resources