Tyler Belfield
Hacker
@TylerBelfield
Right now, there are at least 3 languages that I know that are out of date on repl.it:
Python - Replit current: 3.8.2 - Actual current: 3.9.6
Rust
NEKRA I really don't understand, why so problems exists. As I know, replit uses docker containers for repls, so why not just let user specify version inside .replit file or any other way?1 year ago
Coder100 Replit has nix now, so if you can find the nix package for the language, you can use it!2 years ago
RayhanADev Also to answer the actual question, Replit is (hopefully) reworking the languages to get up-to-date languages for all current supported languages.2 years ago
I have tried to download images from a website with python, and I have tried to use the requests, urllib.request, & wget modules. All of them fail. An
Python