Live data from Hacker News

Racket v9.0

blog.racket-lang.org

1–10 of 129 posts

Re: Racket v9.0

#3
Racket is a fun language. My university uses the bundled teaching languages for first year CS courses. Some people really hate it, and others silently like it.

Re: Racket v9.0

#6

i only know about racket because Carmack was doing Oculus stuff with it once 10 years ago: https://youtu.be/ydyztGZnbNs?t=412

HN is written in Arc, and Arc is (was?) written in Racket. https://en.wikipedia.org/wiki/Arc_(programming_language)

It was actually ported to a Common Lisp based implementation a while back.

https://news.ycombinator.com/item?id=41683969

Re: Racket v9.0

#8
post #3

Racket is a fun language. My university uses the bundled teaching languages for first year CS courses. Some people really hate it, and others silently like it.

And all of them agrees to never use it after university, which is quite telling.

Re: Racket v9.0

#9
post #7

What is the use case for this?

It's a general purpouse language. Reusig an old comment, I used it for

* A bot to reply emails that uses IMAP, SMTP and web scrapping. (It's not 100% automatic. It replies only the easy cases and adds labels so I reply the tricky ones.)

* An program to cleanup Moodle backups that uses gzip and xml. I compiled it and send it to my coworkers. (The backups have too much info, so before restoring it in another site it's better to remove the unused parts.)

Re: Racket v9.0

#10
post #3

Racket is a fun language. My university uses the bundled teaching languages for first year CS courses. Some people really hate it, and others silently like it.

And all of them agrees to never use it after university, which is quite telling.

Agree? Or maybe none of them graduate into a role where they get to decide what language to use?
Post reply on HN