Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ABOUT.md #207

Merged
merged 2 commits into from
Sep 17, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ABOUT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

"Racket (formerly named PLT Scheme) is a general purpose, multi-paradigm programming language in the Lisp/Scheme family. One of its design goals is to serve as a platform for language creation, design, and implementation. The language is used in a variety of contexts such as scripting, general-purpose programming, computer science education, and research." - [Wikipedia](https://en.wikipedia.org/wiki/Racket_(programming_language) "Wikipedia page on racket")

You can learn the basics of Racket through a coule of books. Start by checking out [How to Design Programs](https://htdp.org "How to Design Programs website") or the slightly less formal but enjoyable [Realm of Racket](http://www.realmofracket.com/ "Realm of Racket website").
You can learn the basics of Racket through a few different books. Start by checking out [*How to Design Programs*](https://htdp.org "How to Design Programs website"), the slightly less formal but enjoyable [*Realm of Racket*](http://www.realmofracket.com/ "Realm of Racket website"), or [*Racket Programming the Fun Way*](https://nostarch.com/racket-programming-fun-way "Racket Programming the Fun Way store page at No Starch Press").

The official language website can be found at <http://racket-lang.org/> and the source code is at <https://github.com/racket/racket/>. You can find the community on [twitter](https://twitter.com/racketlang), [email](https://lists.racket-lang.org/) or [slack](https://racket.slack.com/).
The official language website can be found at <http://racket-lang.org/> and the source code is at <https://github.com/racket/racket/>. You can find the community on [Twitter](https://twitter.com/racketlang), [email](https://lists.racket-lang.org/), [Discord](https://discord.com/invite/6Zq8sH5) and [Slack](https://racket.slack.com/).