Hi everyone!

Use this space to share anyt...
Hi again replers! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk posts that were made duri...
# **Rules**
Welcome!
The Replit community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to...
# Save Christmas!
Ah, yes, Christmas, Kookiemas, Whipmass (they celebrate by doing the whip the whole day, if you're confused, then look at @Whipping...
Configuring the RUN button (Java and Python Examples)
This tutorial will help you configure the RUN button in your repl.it project. Specifically, this example shows Python and Java files, but the informa...
My source code for this was leaked around a year ago and I just wanted to re leak it since many people forgot about it and I just want to contribute t...
Just a project that went from small and continued adding, it was just really for our friend --> daniel to teach how to code. Give it a try :) first ti...
I have recently been trying to learn Lua and I have figured out this neat little trick to import the time module from python.
First you put the time...
So not many people have explored the easily file creation inside of Lua,
Lua is one of the most simple yet fastest and efficient languages used in su...
# Hello
It's me again! Today I present to you "Slowprinting in LUA". You probably know slowprinting from Computercraft (textutils.slowprint) but now I...
# Switch Cases for everyone!
Yes, I have done something many other people on the internet have done. I added the **switch case thingies** to the Lua P...
# UNO game I made in **Lua**!
Hey all, here is a UNO game that I made with Lua. If you enjoyed it, please a comment of how good it was on a scale of *...
This function inserts a value into a sorted table via a binary search algorithm. It is faster than doing a regular table.insert(table, value) followed...
##### You know how repl.it generates a repl name if you don't enter one?
# Well I created this neat piece of junk that will generate a funny repl nam...
I think I'm pretty much doing pi approximations in every language now, so, here it is in Lua!
I still have the same issue with NASM and am working on...