Mr. Pool
@ChandlerMorell
~ C++
~ Python
~ Java
~ Linux
~
Will Erlang ever be supported?
John_WardWard @ChandlerMorell Upvote Erlang on language requests if you would like it to become a reality!5 years ago
So, does Repl stand for anything? What does it mean?
ash15khng repl stands for read, eval, print, and loop. It's on their shirt too! (which I can't find a link to. Can someone link one?)5 years ago
Will we ever have a search bar on this website? To search for specific keywords and things of that nature.
I have a game idea. You ever saw those games where they give you something to draw and you have like fifteen seconds to do it? Once you're done, a jud
Will we ever have an inbox on Repl.it? So we don't have to check our emails for responses?
What are the benefits of learning Node.js?
Vandesm14 Server-side programs, chat systems, file storage, login/logout systems, etc. If you need any help learning Node.js just contact me @Vandesm14#3364 on discord or [email protected]5 years ago
Less
Less stands for Leaner CSS, and for good reason. If you know anything about CSS, this will make your life easier. First, we have to create a sty
otis123 The most important thing to remember framed game when using a new tool is that it’s just a tool. It’s not an among us essential part of your daily routine, and it’s not something you should be afraid to throw away.9 months ago
LilyCollins4 Thank you for sharing this useful article. Just like you shared If you know anything about CSS, this will make your life easier. Information about taming io is very useful, I will come back to this site when you have more new articles.9 months ago
hamzamaqsood3 Yeah, it does. I was https://banksnear-me.com/bank-of-the-west-near-me/ surprised too. Even more surprised when I found out it can do links too. Like a markdown link with custom text. IT DOES THAT.
1 year ago
While we ever be able to use Less?
zog1 Never really thought about using % like this. Cool Mate although line 2 is a little crowded.5 years ago
I tried to start a live coding session (for fun), and when my friend joined, he was a spectator. How does he become an editor like me?
import random
import time
def main():
doors = [1, 2, 3]
door = random.choice(doors)
elimDoor = random.choice(doors)
while elimDoor
Geocube101 I made this based off the concept of your game to understand how I thought this game might work. The while command seemed to do the trick for me.
New Code: https://repl.it/@Geocube101/Ask-For-ChandlerMorell5 years ago
The tutorial is within the comments of the code! I encourage you to play around with it!
C++
2IsAPrimeNumber If I enter one negative number, the area will be negative, the perimeter will be 0, and no rectangle will be drawn. If I enter two negative numbers, the area will be positive, the perimeter will be (2 * width + 2 * height), and no rectangle will be drawn. If the width contains a decimal, the program will stop, the area will be 0, and the perimeter will be (2 * width rounded down), and no rectangle will be drawn. If the height contains a decimal, the program will round the height down, and contin5 years ago
kaldisberzins Nice turorial! Easy to understand for a person who barely knows cpp like me.5 years ago
What exactly does the live coding button do? I think I know, and this may be a stupid question, but I do want to make sure.
timmy_i_chen Real time collaborative coding! Multiple people working on the same repl simultaneously :)5 years ago