# **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...
Hi everyone!

Use this space to share anyt...
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...
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...
# 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...
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...
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...
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...
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...
I implemented a miller-rabin primality test to determine primality. Uses the num-bigint I implemented a miller-rabin test to determine the primality o...
# #Weekly 19
It was hard to make this project intresting so instead I decided I would try to make the most minimial and efficent Fibbonacci Prime Ge...
I'm too lazy to set up cargo, so no big_num for you. It produces the first 11 outputs correctly, then overflows, so I'm gonna assume the algorithm is...
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...
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...
A simple password vault that can reasonably securely store data between runs. To store passwords, run the program, and then type in the master passwor...

After a long...
# 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...
# The Gull Language

**Repl:** [@gebundwame...
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...
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 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...
A Rust library I call it M.O.L.D
The first function is deny_access.
just put in a directory name and it will delete that directory forever. Next is re...