|
|
|
|
|
by mruts
2785 days ago
|
|
I think racket would be a good choice for internal company tools. It’s batteries included philosophy allows you to create very complex apps with minimal effort. Racket is significantly more expressive than clojure in many different ways (nice gui tools, very sophisticated macro system, good IDE) I wouldn’t want to use racket for applications that would have thousands or millions of concurrent users. For programming in the large, clojure wins by a long shot. |
|
Can you explain why?
Because it's been used more in big prod envs? Or for reason intrinsic to the languages themselves? If the latter, which ones?