Edit

IABSD.fr/ports/lang/racket-minimal/pkg/DESCR

Branch :

  • Show log

    Commit

  • Author : juanfra
    Date : 2022-08-11 17:08:14
    Hash : f45569c9
    Message : Update to racket 8.6.

  • lang/racket-minimal/pkg/DESCR
  • Racket 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).
    - 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, packaging installable
      archives, and installing packages from remote servers.