# **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...
# 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...
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...
# 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 *...
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...
# Hello
It's me again! Today I present to you "Slowprinting in LUA". You probably know slowprinting from Computercraft (textutils.slowprint) but now I...
##### 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...
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...
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...
# 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...
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...