Payton C
@PaytonTheMartian
0
Nix ShellForked from Zig because I couldn't get Nix working...
17
0
0
So I've wanted to post this here since I started re-writing it, so here it is.
RebornShell is a Linux shell, except it's made in Python, and it has s
Python
Here's a simple read, eval, print, loop made in Python, and for Python.
Python
I have a couple a questions about Repl.it's containers:
What Linux distro is used for the containers?
What are the specs of each container? (As in, CP
So in the post: https://repl.it/talk/ask/Wildest-programming-language-idea/42923 I posted "brainf but even worse" (Or something like that). And so I d
realTronsi How is this worse than BrainF? The only thing to make BrainF worse is this:
\ toggle
+/- toggled as =
./, toggled as ;
[/] toggled as |
>/< toggled as ^
This results in 5 characters
^=====\|=^\========\|\;
prints the letter "A"
I'm not sure how else to make BrainF even more torture2 years ago
glitchish * SUFFER *
it is annoying, makes me suffer, and has unfortunately been turned into a programming language --
i love it
@DeBeast5912 years ago
Soooo, I want to make a game in Python 3 and Pygame called Ground Xero, I am making a lot of random tests for it before I start development on it. Thi
So, i'll be 13 years old in 3 days (as of posting this) and I wanted to make a VERY complex way to print my soon to be age. 13. So... HERE IT IS!!!
N
Python
PyCONFIG is a simple program that allows you to read Python files as a config file. You can use this method without the PyConf file, but there is 2 fu
This is a project I've been working on called PyDOS, it's basically a very basic i/o system that I have enjoyed making. I want to know what to add nex
Python
manishaagarwal2 you should make it like a complete os ya know it should have internet ascess and all dat8 months ago
So, this is in the AMA board but it belongs here and I didn't get any answers. Also, this is on Repl.it because it's the only fourm-like place I can a
I have a project on GitHub called PyDOS (https://www.github.com/DeBeast591/PyDOS/) and I have used os.system() multiple times. I know that os.system()
When I go to delete a file or folder my plugin crashes every time, why is this? I have tried on other projects and it seems to only be with my hunt pr
Geocube101 Happens with me too
Most likely because the files are not there. I've concluded that the files only appear on the client side, and aren't actually there on the computer (server side). As a result, the web page attempts to delete or open the file but can't because technically, it doesn't exist. I haven't yet figured out why this happens or a permanent solution.
Probably best to post this on the feedback board3 years ago
I have made a programming language called hunt (no caps) that is simple but cool (I hope...). I have wanted to do this but have been unable to for man
I just made a program that will make a .py file. You can also make Java, Js, HTML, C++, etc. files. There are comments for quite a few lines with what
Python