Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
1–10 of 140 posts
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#2I use repl.it a lot but the python autocompleter is seriously lacking.
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#3I use repl.it a lot but the python autocompleter is seriously lacking.
Yes, we're on it. We're implementing a language-server-protocol LSP for Python and most of our languages. Coming out soon.
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#4I used to teach an AP CS class and we used repl.it extensively, kudos to amasad and crew for a great product that just works.
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#5Looks awesome Amjad, keep up the great momentum!
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#6I use repl.it a lot but the python autocompleter is seriously lacking.
Yes, we're on it. We're implementing a language-server-protocol LSP for Python and most of our languages. Coming out soon.
How much of a priority is supporting automated tests? I'm trying to think about how a repl would interact with a test runner.
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#7I'm wondering why repls aren't expensive to host. Is there a virtual machine running all the time for each repl? Do they swap out idle repls somehow?
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#8Earlier quoted context omitted.
Yes, we're on it. We're implementing a language-server-protocol LSP for Python and most of our languages. Coming out soon.
How much of a priority is supporting automated tests? I'm trying to think about how a repl would interact with a test runner.
We do support that in our Classroom product (https://repl.it/classroom) so it'd be pretty easy to expose that in our repl interface. Might be able to knock this out in an afternoon. (For NodeJS developers we support Jest out of the box: https://repl.it/@amasad/try-jest).
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#9you are making great strides in bringing programming closer to students and demystifying it! Times up for all the obfuscations. Congrats
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#10This. is. AWESOME.
Port listening -> auto-deploy?
So cool. Now all I need is for the code editor to feel more powerful.