Hi everyone!

Use this space to share anyt...
# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
If you didn't see my email, we released an app that lets you --look-- loop back on your year. Check it out https://replitloopback.repl.co/
Let's use...

After a long...
P.D: The team repl is at https://repl.it/@TablaM/RelpIt (exact as the one here). The user interface not allow to point to this?
Is a pleasure for me...
I think I'm pretty much doing pi approximations in every language now, so, here it is in Rust!
Like with my approximation in Go, in order to understa...
I was sick of the default Rust repl not having cargo in it (it totally should, or at least be an option), so I made a template for myself, but I figur...
Roman is a lisp like programming language based on a very simple premise.
That extending lisp to higher dimensions, we will end up with a programming...
# Mech
You can try Mech online at [docs.mech-lang.org](docs.mech-lang.org), or at the REPL below.
Mech is open source and hosted here: [github.com/m...
I created a Rust library for playing audio in your repl.it, based on the audio [docs](https://docs.repl.it/repls/audio). The Github [repo](https://git...
Does Anyone in here knows how to play video files in a python script . it doesnt matter if is open on a new window,etc... point is opening ,playing a...
I am unable to use cargo to create a new project. When I execute 'cargo new guessinggame', it fails, and returns 'Failed to create package "guessingga...
# Create, read, update, and delete users
The database of people can saved and exported with a special code, which you can import again to get back up...
My entry this week is a language search. About half of all of reply.it's languages are represented. Disclaimer: most of what I put was what I could ge...
I have merged python and rust together for one program. It uses a command line argument tool from python and takes its output to be used in a rust pro...
# The Gull Language

**Repl:** [@gebundwame...
# Why?
Ok, so I decided to have a look at Rust. It's actually not that bad, kinda similar to Kotlin (which I've forgotten already).
# What does it do?...
I have made a function in rust that uses and abuses refrences to increment a variable. This is what i believe to be the first Rust program with pointe...
I did multiplication with only Rust types a while back, and I decided to do something a bit more interesting! I don't know if I can explain this code...
It turns out you can use .await? in rust! I thought you couldn't because I wasn't using ? correctly as the containing function wasn't something that a...
According to https://github.com/rust-lang/rfcs/pull/1909, Rust has C-like VLAs.
But... upon trying the exact example that they had given, it's not wo...
Disk quota exceeded, except it's a single file with barely any code
I've programmed a very simple calculator in Rust. However, compiling returns an error saying "Disk Quota Exceeded", except I really don't think I went...
A tutorial for Brainf (The most common version, not the one Repl.it uses). Comes complete with an interpreter. Colored crate used to get colors. For f...
My entry for Weekly Challenge #20. Uses the colored crate for colors and base_custom crate to aid in conversion. Supports both decimal and hexadecimal...