6 Commits

Author SHA1 Message Date
juanfra
65ee3daecf Change Racket to Clang. OK sthen@. 2014-01-07 19:01:36 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
juanfra
d2c09a1b88 Now racket manages correctly the stack size on OpenBSD.
ok sthen@.
2013-10-16 19:22:36 +00:00
juanfra
0ffd3c549a Increase the stack size margin. Fix crashes in code with big tail recursion. 2013-10-13 17:27:20 +00:00
sthen
5eacc8b0ed s/simple/Yes/ in SEPARATE_BUILD 2013-09-19 14:56:28 +00:00
sthen
fb27b97eba import ports/lang/racket, from Juan Francisco Cantero Hurtado, ok landry@
Racket (formerly called PLT Scheme) is a multi-paradigm programming
language in the Lisp/Scheme family, that also serves as a platform for
language creation, design, and implementation.

The primary components of Racket platform are:

- The implementation of Racket (including a rich run-time system,
  various libraries, JIT compiler, and more).
- DrRacket (formerly named DrScheme), the Racket program development
  environment.
- Teachpacks to use together with various books.
- pkg.racket-lang.org, Racket's web-based package distribution system
  for user-contributed packages.
- raco, command line tool for finding documentation, compiling Racket
  source to bytecode, packaging executables, and packaging installable
  archives.
2013-09-19 14:55:55 +00:00