Live data from Hacker News

Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps

repl.it

1–10 of 140 posts

Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps

#6
post #3

I 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

#8
post #6
post #3

Earlier 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).
Post reply on HN