Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "repl.it"
-
!rant Realized I can embed repl.it repls into a webpage, which means that I can show off all my cool little C/ C++ programs on my portfolio website. Which of course led me to realize my portfolio site needed updating which is of course the reason I’m still up at 4:30 am.4
-
!rant
I've discovered https://repl.it this week and it's pretty awesome!
I'm teaching my gf some python and haskell at the moment (for her fundamentals of compuer science course at university). They have to use IDLE for python and winhugs for haskell ... and it's awful.
So I was looking for something like JSFiddle for python and haskell, something you can use for a few quick lines of code.
I came across repl.it and it's great. No registration needed, many languages to choose from and a quick way to share code. Really good online IDE :-)1 -
Just thought I'd share what I've been working on lately.
Heap: https://repl.it/@AmyShackles/Heap/...
Array: https://repl.it/@AmyShackles/...
Binary Tree: https://repl.it/@AmyShackles/...
(I'm so freaking tired.)6 -
Hi im Nika call me Phazor , i got into programming when i heard on discord about html, then i learned html, css, still working on JS (Hard), im only 27 percent and i skipped the functions because the string interolocation / perameters were too confuseing, also after i finish js (might not) , im going to see if i can create a Tampermonkey user script for a game! =D and probably use repl.it to see what projects i can create with JavaScript113
-
For anyone that has used or is using repl.it, I'm thinking about using it for a project at uni.
The project is a Java program with a HTML, CSS, JS interface.
If I open my project as a Java project in repl.it, is there a way to just run the HTML? It'd be stupid to run the whole app just to debug the frontend...1 -
I've spent probably 2-3 hours working on this MAC Address lookup script.
Only 100 lines and I think it's decently documented.
https://repl.it/@RiderExMachina/...
Of course, I made a really quick version in Batch within 5 minutes that works decently well, but I'm more proud of this version... -
Almost every I code with close friends (all seniors) or my brother (also senior).
It's crazy what we can accomplish when there is no implicit and no one want to take shortcuts.
And mostly on personal projects, no client to shit all over the place.
With m'y brother we also often code at 4 hands in repl.it -
Good thing I found out about www.repl.it well it is like stackblitz that can host many programing languages with frameworks like node + express.
So my frontend will be in stackblitz then backend can be in repl.it
Database can be in firebase or heroku + jawsdb + mysql/postures.
Good for POC or test projects you want to do online. Hope this helps someone.