Racket v9.0
blog.racket-lang.org
Racket v9.0
1–10 of 129 posts
Re: Racket v9.0
#2Re: Racket v9.0
#3Re: Racket v9.0
#4i only know about racket because Carmack was doing Oculus stuff with it once 10 years ago: https://youtu.be/ydyztGZnbNs?t=412
Re: Racket v9.0
#5Re: Racket v9.0
#6i 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)
Re: Racket v9.0
#7Re: Racket v9.0
#8Racket 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
#9What is the use case for this?
* 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
#10Racket 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.