RosettaCodeData/Lang/Typed-Racket/00-LANG.txt
2023-07-01 13:44:08 -04:00

21 lines
No EOL
872 B
Text

{{language
|site=https://github.com/racket/typed-racket
|checking=Static
|gc=yes
|strength=gradual
|tags=lisp,Racket,scheme}}
{{implementation|Scheme}}
{{implementation|Lisp}}
{{language programming paradigm|functional}}
'''Typed Racket''' is a rare example of a statically typed member of the Lisp family of languages. Typed Racket is a sister language to [[:Category:Racket|Racket]].
The implementation of Typed Racket is included in the [[RacketCS]] distribution and compiles to native machine code.
* [https://download.racket-lang.org download.racket-lang.org]
* [https://github.com/racket/typed-racket Repository]
* [https://docs.racket-lang.org/ts-guide/index.html Typed Racket Guide]
* [https://docs.racket-lang.org/ts-reference/index.html The Typed Racket Reference]
==Todo==
''[[Tasks not implemented in Typed Racket|Tasks not implemented in Typed Racket]]''