Hi everyone!

Use this space to share anyt...
Hey there replers, we back at it again! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk pos...
# **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...
# ** NEW BEST CALCULATOR ON REPL.IT ~~title may or may not be stolen from @henryeth~~ **
## From thought to idea to working code, I present to you a _...
Hello, do you want to learn Rust? Do you like the style of The Little Schemer? Well, read this series of posts, and you might learn a thing or two.
Q:...

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...
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...
Can I spread an array into another array, as shown in the attached Repl?
I happened across some code that had an array, and copied it into 2 other ar...
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...
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...
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...
# The Gull Language

**Repl:** [@gebundwame...
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...
# 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?...
The easy way to do this is listing out all combinations and searching through them all.
That works fine when the input has 3 letters and 15 combinatio...
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...