I was a huge fan of Repl.it while I was learning Ruby, but I was never able to leverage it into anything other than self-teaching. I have however, wasted many hours trying to get various local IDEs to replicate the experience of Repl.it, so that's gotta count for something. In the end, I transitioned to Visual Studio Code, but VS Code doesn't have the same inline repl (or I've yet to get it to work correctly). It suc…
Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
61–70 of 140 posts
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#62I may be misreading this, so please correct me. It seems as if this project has gone from open source to a closed source service ? [ https://github.com/replit/jsrepl ] Are Facebook, Google, and all the other name brands you are using to promote your product using your proprietary service, or the older open source stuff? If you have gone closed source, you should only be using names that are using the proprietary prod…
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#63I like the idea of trying out new languages/frameworks using this. I would be concerned building any serious projects using Repl though. I'm worried about how much 'lock in' there is at the moment. How difficult would it be to move from Repl to AWS for example? My guess is that it would be significantly more difficult than moving from AWS to Azure or something like that. If their service is unique enough it will be a pain to move, I would imagine. But this is obviously also their advantage. I bet this is similar to the when first cloud hosting platform launched. You no longer had to rack the servers yourself but if that company failed, you were screwed. :)
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#64Forgive me, I'm sort of thinking out loud here. I like the idea of trying out new languages/frameworks using this. I would be concerned building any serious projects using Repl though. I'm worried about how much 'lock in' there is at the moment. How difficult would it be to move from Repl to AWS for example? My guess is that it would be significantly more difficult than moving from AWS to Azure or something like that…
For the setups that are using platform-specific features we'd like to also minimize the fear of lock-in by open sourcing our development images and the repl protocol.
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#65Earlier quoted context omitted.
I've been using repl.it for a couple of (or more, I suppose) years now, and it's been very helpful to have a simple, reliable REPL to jump into, test things out, and to share code. I've turned students and colleagues to it, too. I'm excited to see where you're taking it. I hope it continues to load and run quickly. Just wanted to say thanks for building it, and keep up the great work!
Yes we aim for 2 seconds loadtime irrespective of the environment (we maybe a bit of the mark in some cases but not too far off) and part of the post was about reassuring folks like you that although it will increase in power it doesn't mean that it will be slower or more complex.
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#66Github seems like they're gearing up to offer a similar service [0]. Cloud9, and notably Glitch [1] offer similar and well executed services. [0] https://github.com/atom/xray#web-compatibility [1] http://glitch.com/
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#67I was a huge fan of Repl.it while I was learning Ruby, but I was never able to leverage it into anything other than self-teaching. I have however, wasted many hours trying to get various local IDEs to replicate the experience of Repl.it, so that's gotta count for something. In the end, I transitioned to Visual Studio Code, but VS Code doesn't have the same inline repl (or I've yet to get it to work correctly). It suc…
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#68Github seems like they're gearing up to offer a similar service [0]. Cloud9, and notably Glitch [1] offer similar and well executed services. [0] https://github.com/atom/xray#web-compatibility [1] http://glitch.com/
Just for the sake of listing, what "alternatives" are available today ? I can think of 1. Codepen (pure HTML+CSS+JS+frameworks) 2. jsfiddle.net/ (pure HTML+CSS+JS+frameworks) 3. Cloud 9 (full ide?) 4. https://anvil.works/ (pure Python) 5. CaptainDuckDuck ? 6. Repl.It 7. https://glitch.com/ 8. Runkit.io (pure node.js) Other ?
codesandbox.io
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#69It would be great if Parinfer [0] were integrated into the Clojure (and Scheme?) REPL.
Re: Repl.it 1.0: IDE that Grows from Playgrounds to Fullstack Apps
#70My favorite online REPL for Clojure. It would be great if Parinfer [0] were integrated into the Clojure (and Scheme?) REPL. [0] https://shaunlebron.github.io/parinfer/