| We (https://linki.tools) use it for our main development tools product - 100% Racket in production. Check S10 (https://linki.tools/s10). Racket is an absolutely gorgeous language. It's the kind of language that might look complicated but the important thing is to start with the basics. Yes, there are complex features in the language and big words that might be scary : continuations, impersonators, collapsible contracts, macros. However most of the time you don't really need these features. Even the basic features of the language are enough to make your software shine. After you have a basic grasp, start to tackle other features of the language refactoring your code as you go. Another great feature is the community. racket-users mailing list (hosted in googlegroups) is a great place to start asking questions. You'll have a lot of fun. Enjoy your time in Racket lang. #not-a-typo |
edit: Spelling