What is Racket?
It is a general-purpose, multi-paradigm programming language based on the Scheme dialect of Lisp. It is designed to be a platform for programming language design and implementation. It is also used for scripting, computer science education, and research.
Racket is a tool in the Package Managers category of a tech stack.
Who uses Racket?
Companies
10 companies reportedly use Racket in their tech stacks, including Privay, We Heart It, and DevDungeon.com.
Developers
74 developers on StackShare have stated that they use Racket.
Racket Integrations
MySQL, PostgreSQL, Microsoft SQL Server, SQLite, and Cassandra are some of the popular tools that integrate with Racket. Here's a list of all 11 tools that integrate with Racket.
Pros of Racket
4
3
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
1
1
1
1
1
1
1
1
1
Racket's Features
- Multi-paradigm
- Object-oriented
- Cross-platform
- Powerful macros & languages
- DrRacket IDE & tons of documentation
Racket Alternatives & Comparisons
What are some alternatives to Racket?
Haskell
It is a general purpose language that can be used in any domain and use case, it is ideally suited for proprietary business logic and data analysis, fast prototyping and enhancing existing software environments with correct code, performance and scalability.
Common Lisp
Lisp was originally created as a practical mathematical notation for computer programs, influenced by the notation of Alonzo Church's lambda calculus. It quickly became the favored programming language for artificial intelligence (AI) research. As one of the earliest programming languages, Lisp pioneered many ideas in computer science, including tree data structures, automatic storage management, dynamic typing, conditionals, higher-order functions, recursion, and the self-hosting compiler. [source: wikipedia]
Clojure
Clojure is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming. Clojure is a compiled language - it compiles directly to JVM bytecode, yet remains completely dynamic. Clojure is a dialect of Lisp, and shares with Lisp the code-as-data philosophy and a powerful macro system.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
OCaml
It is an industrial strength programming language supporting functional, imperative and object-oriented styles. It is the technology of choice in companies where a single mistake can cost millions and speed matters,