# **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...
# 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...

After a long...
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...
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...
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...
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...
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...
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 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...
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...
# 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?...
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...
Rust is a language with a very strong type system. In fact, its type system is so strong that it's possible to program only using types, with no value...
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...
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...