programming-idioms icon indicating copy to clipboard operation
programming-idioms copied to clipboard

Add language Racket

Open Deleplace opened this issue 6 years ago • 5 comments

See https://racket-lang.org/

Programming-Idioms is not intended to host code in all languages, only the most widely used languages. A new entry is possible only after a lot of users have requested it. Please add a comment to this page if you feel this language should be added.

Deleplace avatar Sep 26 '19 15:09 Deleplace

Racket is a very popular scheme based language. Its main idea is Language Oriented Programming: https://beautifulracket.com/appendix/why-lop-why-racket.html

It is very popular in programming languages communities, and as a teaching language.

Hacker news is currently written in racket: https://www.quora.com/What-are-some-websites-made-using-Racket

spohngellert-o avatar Sep 26 '19 15:09 spohngellert-o

Adding my vote!

otherjoel avatar Sep 27 '19 13:09 otherjoel

Agreed! Racket is an important emerging language. It is used in a surprising number of spaces outside academia, and is highly influential.

spdegabrielle avatar Sep 27 '19 15:09 spdegabrielle

Racket is considered by many one of the most "batteries-included" Scheme out there. The standard library features a web-server, a GUI programming interface, a graphics engine... Adding to that the 1300 community libraries on https://pkgs.racket-lang.org/

euhmeuh avatar Oct 01 '19 10:10 euhmeuh