Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
21
Lang/Typed-Racket/00-LANG.txt
Normal file
21
Lang/Typed-Racket/00-LANG.txt
Normal 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]]''
|
||||
2
Lang/Typed-Racket/00-META.yaml
Normal file
2
Lang/Typed-Racket/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:Typed_Racket
|
||||
1
Lang/Typed-Racket/Church-numerals
Symbolic link
1
Lang/Typed-Racket/Church-numerals
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Church-numerals/Typed-Racket
|
||||
Loading…
Add table
Add a link
Reference in a new issue