Initial data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 72d218235f
commit f23f22d71c
199087 changed files with 3378941 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{{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]]''

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:Typed_Racket

View file

@ -0,0 +1 @@
../../Task/Church-numerals/Typed-Racket