|
|
|
|
|
by gus_massa
959 days ago
|
|
[Another try in case this is the type of answer you wanted.] In Racket the batteries are included. Two examples of programs I had to write like two years ago for work: * 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.) In both cases, and all the features were installed by default. There are many user defined libraries that can be downloaded as packages, but I didn't need to use them. |
|
And it's tough to get support as there's very few people who know the stack well enough, and those people are the busiest and also professors, so their time is limited.