docs.racket-lang.org/search/inβ¦
There are some languages beyond that that aren't listed for Reasons, but 170 is pretty cool. They include some Scheme dialects and other parenthetical languages, like the Haskell-inspired
hackett
or the dependently-typed pie
but also things like syntactical datalog
or JavaScript (!).Files in these languages can all be required from the Racket language with a simple `(require collection/path/to/file)` and from the other languages that have such functionality, using whatever syntax they might use for requiring things.