The Wayback Machine - https://web.archive.org/web/20210101135446/https://github.com/topics/racket
Skip to content
#

Racket

racket logo

Racket is a general-purpose, programming language and a platform for programming language design and implementation.

Racket supports multiple paradigms: functional programming, object-oriented programming, Functional Reactive Programming (FRP) and Language Oriented Programming with powerful macros and parsing libraries.

Static type checking, type classes and gradual typing support the development of large code bases.

Here are 1,127 public repositories matching this topic...

rocketnia
rocketnia commented Oct 30, 2019

The docs say get/build-late-neg-projection is provided from

  • racket/contract/combinator,
  • racket/contract, and
  • racket.

However, it's actually not provided from racket/contract/combinator. Instead, it's provided from racket/contract/base (and this fact is undocumented).

I've been working around this by requiring it from racket/contract, since that's the most specific re

Created by PLT Inc.

Released 1995

Organization
racket
Website
racket-lang.org
Wikipedia
Wikipedia

Related Topics

drracket language typed-racket
You can’t perform that action at this time.