Software Alternatives, Accelerators & Startups

Racket Lang

Racket (formerly PLT Scheme) is a modern programming language in the Lisp/Scheme family, suitable...

Racket Lang

Racket Lang Reviews and Details

This page is designed to help you find out whether Racket Lang is good and if it is the right choice for you.

Screenshots and images

  • Racket Lang Landing page
    Landing page //
    2023-07-30

Features & Specs

  1. Metaprogramming

    Racket excels at metaprogramming, allowing developers to easily create domain-specific languages and macros to suit their specific needs. This makes it highly flexible and powerful for developing complex programs.

  2. Rich Libraries

    Racket comes with a large standard library and an active package ecosystem, providing a vast array of tools and frameworks for different types of applications from web development to scientific computing.

  3. Educational Use

    Racket is widely used in academic settings, particularly for teaching computer science and programming. It offers a pedagogic environment designed to help learners understand fundamental principles easily.

  4. Interactive Development

    Racket's REPL (Read-Eval-Print Loop) allows for interactive development, making it easy to test and debug code snippets on the fly. This can speed up the development process and facilitate rapid prototyping.

  5. Cross-Platform

    Racket is a cross-platform language and runs on various operating systems such as Windows, macOS, and Linux. This ensures that programs written in Racket can be easily shared and executed on different systems without modification.

Badges

Promote Racket Lang. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

๐Ÿธ Top & Best Selling Badminton Rackets 2020 (review of Year 2019) ๐Ÿ†

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Racket Lang and what they use it for.
  • Ask HN: In which programming language is it better to make your own language?
    I used Racket a few times, which is designed to write new languages. Well worth a look: https://racket-lang.org/#easy-dsls. - Source: Hacker News / about 2 months ago
  • Which Lisp? Beginner
    Oversimplifying, there are three big variants: Common Lisp, Scheme, Clojure. Each of them has a lot of somewhat similar implementations: * Clojure: A lot of support for immutable data. It runs in the JVM so you will have a lot of the libraries you are use to. Probably the best option for you. https://clojure.org/ * Scheme, in particular Racket: Mostly functional, and in particular Racket has a lot of support to... - Source: Hacker News / 3 months ago
  • Cloudflare Topaz: formal verification to prevent conflicts in DNS configuration
    Racket! https://racket-lang.org/ โ€œWhenever an engineer changes one of these programs, we run all the programs through our custom model checker (written in Racket + Rosette)โ€. - Source: Hacker News / 11 months ago
  • The Little Typer (2018)
    Friedman's books are all great. All of them. But they don't work for everybody. If you can be relaxed and think of the interaction as play, they're very good. If you're feeling more of a "serious business" mindset, it can be hard to get in the groove of his style. There are a lot of jokes about food and encouragement to take breaks. If you can get into the learning as play mindset, I'd strongly encourage taking... - Source: Hacker News / about 1 year ago
  • Ask HN: What programming language should I learn?
    - pipe operator It compiles to either erlang or JavaScript, so I was able to jump right into building something fun with a new language. >I previously gave Clojure a try, that was a pretty good fit, but the JVM / ecosystem put me off. I felt similarly w/ leiningen (too much boilerplate) but was lisp-curious still so gave racket (https://racket-lang.org/) a try and appreciated the batteries included philosophy of... - Source: Hacker News / about 1 year ago
  • Ask HN: Which language is easiest to get started with functional programming?
    Biased recommendation: Try racket https://racket-lang.org/ It's not pure functional, but the preferred style is to use mostly functional constructs. (But you can cheat when it get's too difficult or you need some extra speed.) (And you can download packages like Qi that enable a new language inside Racket that has more support for functional style.) (Most Schemes have a similar mostly-functional style, so you can... - Source: Hacker News / about 1 year ago
  • Racketโ€“the Language-Oriented Programming Languageโ€“version 8.12 is now available
    Racketโ€”the Language-Oriented Programming Languageโ€”version 8.12 is now available from https://racket-lang.org See https://racket.discourse.group/t/racket-v8-12-is-now-available/2709 for the release announcement and highlights. Thank you to the many people who contributed to this release! Feedback Welcome. - Source: Hacker News / over 1 year ago
  • Racket version 8.11.1 is now available
    Racket version 8.11.1 is now available from https://racket-lang.org/. Source: almost 2 years ago
  • Ask HN: Does anyone Lisp without Emacs?
    Racket (https://racket-lang.org) has an IDE (DrRacket) which isn't EMACS. ARC (which powers hacker news) is (was?) written in Racket. - Source: Hacker News / almost 2 years ago
  • Racket branch of Chez Scheme merging with mainline Chez Scheme
    I had a look at https://racket-lang.org. Where we can download this build? - Source: Hacker News / almost 2 years ago
  • Douglas Crockford to Keynote 'From Here to Lambda and Back Again' at Racke
    I signed up for RacketCon, joining remotely. I am looking forward to it a lot. Usually I use the Racket language perhaps for 10% of my personal projects, but I am currently writing a Racket AI book, so all things Racket are of current interest. Past RacketCons have been a lot of fun. I usually use Common Lisp, but Racket is batteries included Scheme, and more, and is a very pleasant language and ecosystem. Just in... - Source: Hacker News / almost 2 years ago
  • Ask HN: What is the most suitable Scheme implementation to learn today?
    I'd suggest Racket (https://racket-lang.org) which is a batteries-included language environment that includes scheme and has a lot of high-quality documentation. Guile (https://www.gnu.org/software/guile/) isn't quite as learner-focused but is another great choice. - Source: Hacker News / about 2 years ago
  • Ask HN: What is the most suitable Scheme implementation to learn today?
    I'd checkout Racket: https://racket-lang.org/ It's got a nice UI for starting out and getting good error reporting. It's also well documented. - Source: Hacker News / about 2 years ago
  • What Programming Languages are Best for Kids?
    How did I get to the bottom of the page and not ONE person has recommended racket? Source: about 2 years ago
  • Is SICP an overkill for a 14 year old?
    If you're using SICP in Scheme (or are you doing the JS version?) then you may want to look at How to Design Programs. It uses Racket which is a Scheme descendent so much of the language you've learned in SICP will work in it without issue. It also has a pretty good set of GUI and drawing capabilities you can find through the Racket docs page and will use some of with HTDP. Source: over 2 years ago
  • Levin Tree Search with Context Models
    [1] Racket is a modern lisp, and a descendant of scheme: https://racket-lang.org. Source: over 2 years ago
  • Building a Programming Language in Twenty-Four Hours
    I think building a programming language (or DSL to be exact) for a problem is one the features of Racket [1]. I once watched a presentation by Dr Felleisen and got this idea. [1]: https://racket-lang.org/. - Source: Hacker News / over 2 years ago
  • Is racket-lang.org down?
    I am unable to reach racket-lang.org is it down or is it blocked for certain countries? Source: over 2 years ago
  • Getting Started with Goblins
    Before anything else, make sure you have DrRacket installed and the IDE opened. You will need to install Goblins by going to File > Package Manager and type "goblins" in the Package Source box and hit enter to install the library. - Source: dev.to / over 2 years ago
  • What is Racket?
    โ€œThe goal of the Racket project is to explore this emerging idea of language-oriented programming, or LOP, at two different levels. At the practical level, the goal is to build a programming language that enables language-oriented software design. This language must facilitate easy creation of eDSLs, immediate development of components in these newly created languages, and integration of compo- nents in distinct... Source: over 2 years ago
  • How to make your own fully customised syntax using some programming language?
    That's Racket's main purpose in life. https://racket-lang.org. Source: over 2 years ago

Do you know an article comparing Racket Lang to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Racket Lang discussion

Log in or Post with

Is Racket Lang good? This is an informative page that will help you find out. Moreover, you can review and discuss Racket Lang here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.