Hey HN, author and Repl.it cofounder here. It's been a long journey to get to what we're calling 1.0 and HN have been there on every step of the way. We started working on what became Repl.it back in school where we were tired of setting up the development environment on every machine we wanted to code on. It was at a time where everything was moving to the cloud and we thought that, naturally, coding would follow su…
Just wanted to say I love repl.it and use it all the time!
Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
31–40 of 140 posts
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#32Earlier quoted context omitted.
Oh, I could see how this could be misleading. So the open-source tech you linked to is outdated -- we moved everything from the client-side to our own infra (because we wanted to do things like open a port). We intend to open source the backend infra too but it takes time for the protocol to stabilize. The "open-source" section on the homepage is intended to show that some open-source projects (for example Jest https…
The teacher you're thinking of from last year is me :) Thanks a lot for the great classroom product, and your support. It made my work a lot easier.
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#33Hey HN, author and Repl.it cofounder here. It's been a long journey to get to what we're calling 1.0 and HN have been there on every step of the way. We started working on what became Repl.it back in school where we were tired of setting up the development environment on every machine we wanted to code on. It was at a time where everything was moving to the cloud and we thought that, naturally, coding would follow su…
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#34Earlier quoted context omitted.
Just wanted to say I love repl.it and use it all the time!
I'd like to echo this. It's been improving so rapidly it's hard to keep up!
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#35Earlier quoted context omitted.
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 ).
This example always runs the tests when you hit cmd-enter. I was wondering how you would have a running program with tests.
I looked in https://repl.it/ibuiltthis but couldn't easily find examples of NodeJS projects. Could you point me at one? (Feel free to point me at a better forum for these noob questions.)
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#36Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#37Earlier quoted context omitted.
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 ).
Thanks! This example always runs the tests when you hit cmd-enter. I was wondering how you would have a running program with tests. I looked in https://repl.it/ibuiltthis but couldn't easily find examples of NodeJS projects. Could you point me at one? (Feel free to point me at a better forum for these noob questions.)
I started moving my blog to Repl.it, can be found here: https://repl.it/@amasad/blog
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#38Are there plans to include Erlang or Elixir or $your_favorite_language by chance?
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#39Hey HN, author and Repl.it cofounder here. It's been a long journey to get to what we're calling 1.0 and HN have been there on every step of the way. We started working on what became Repl.it back in school where we were tired of setting up the development environment on every machine we wanted to code on. It was at a time where everything was moving to the cloud and we thought that, naturally, coding would follow su…
Just wanted to say thanks for building it, and keep up the great work!
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#40This looks wonderful! I'd love to go through SICP or learn Haskell or something with this! Are there plans to include Erlang or Elixir or $your_favorite_language by chance?
Yes I love both these languages and will add support for them soon.