Category:Racket: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 6: Line 6:
'''Racket''' (renamed from "PLT Scheme" years ago) is a member of the Lisp family of languages, and a descendant of Scheme.
'''Racket''' (renamed from "PLT Scheme" years ago) is a member of the Lisp family of languages, and a descendant of Scheme.
Racket draws both from its heritage in [[:Category:Lisp|Lisp]] and [[:Category:Scheme|Scheme]] in addition to other languages such as [[:Category:Eiffel|Eiffel]].
Racket draws both from its heritage in [[:Category:Lisp|Lisp]] and [[:Category:Scheme|Scheme]] in addition to other languages such as [[:Category:Eiffel|Eiffel]].

Racket provides [https://en.wikipedia.org/wiki/Higher-order_programming higher-order] [https://en.wikipedia.org/wiki/Design_by_contract software contracts] and [[:Category:Typed_Racket|Typed Racket]] extends this to provide safe [https://en.wikipedia.org/wiki/Gradual_typing gradual typing].


* [http://racket-lang.org/ Home page]
* [http://racket-lang.org/ Home page]