TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Repl from Repo

259 pointsby archmasterover 5 years ago

16 comments

ZainRizover 5 years ago
Fyi, there&#x27;s another similar project called gitpod.io<p>Take any github repo, prepend the url with &quot;<a href="https:&#x2F;&#x2F;gitpod.io&#x2F;#&quot;" rel="nofollow">https:&#x2F;&#x2F;gitpod.io&#x2F;#&quot;</a>, and hit Enter<p>(so <a href="https:&#x2F;&#x2F;github.com&#x2F;ZainRizvi&#x2F;UseRWithGpus" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ZainRizvi&#x2F;UseRWithGpus</a> would become <a href="https:&#x2F;&#x2F;gitpod.io&#x2F;#https:&#x2F;&#x2F;github.com&#x2F;ZainRizvi&#x2F;UseRWithGpus" rel="nofollow">https:&#x2F;&#x2F;gitpod.io&#x2F;#https:&#x2F;&#x2F;github.com&#x2F;ZainRizvi&#x2F;UseRWithGpus</a>)<p>That&#x27;ll open up an instance of VSCode in a web browser and you can start coding
评论 #21766521 未加载
评论 #21767146 未加载
评论 #21821252 未加载
评论 #21766707 未加载
评论 #21769960 未加载
msoadover 5 years ago
repl.it is a god sent for low income students I teach CS to. They only have Chromebooks but can run Python, C++ and more.<p>My feedback to the team is that please try using it on those slow and small Chromebooks. You&#x27;ll see how the navbar is eating 20% of vertical space in a 11 inch Chromebook. Make the UI dense. Those kids have sharp eyes!
评论 #21766462 未加载
评论 #21769444 未加载
评论 #21766468 未加载
archmasterover 5 years ago
Repl.it is an amazing cloud-based IDE, and I&#x27;m super excited that they just launched a Git GUI and GitHub integration! Now it&#x27;s possible to import almost any repository from GitHub in the click of a button and get it running with a very minimal amount of configuration.<p>There are still a few kinks to work out, but I can see this being very useful.
评论 #21766678 未加载
itinover 5 years ago
I&#x27;ve been a fan of repl.it from the start, though I failed to see the utility that a senior dev&#x2F;someone with compute resources would derive from it. With this new feature, however, I think repl.it will save developers a lot of time. Kudos!
评论 #21767008 未加载
westoncbover 5 years ago
Somebody submitted a PR to a JavaScript&#x2F;glsl game of mine last night (<a href="https:&#x2F;&#x2F;github.com&#x2F;westoncb&#x2F;under-game" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;westoncb&#x2F;under-game</a>), adding a badge&#x2F;link that would open the repo on repl.it.<p>I looked around at the user&#x27;s activity a bit and they had sent essentially the same PR to at least one other repo recently, and appeared to be affiliated with repl.it.<p>I went ahead and merged the PR since it does just seem like a small net positive addition.<p>I still wonder though: what downside to this might I be missing?
评论 #21767563 未加载
评论 #21768030 未加载
AcerbicZeroover 5 years ago
I really like Repl.it as a learning tool, and I used it a bunch while transitioning from ruby to python, although its also given me a few bad habits, and I&#x27;ve never been able to find much use for it while working on &quot;real&quot; projects. Still, I pull it up from time to time, just to confirm some bit of code I&#x27;m working on.<p>it&#x27;s still the best multi-language Powershell ISE-ish repl I&#x27;ve ever used though :)
评论 #21768044 未加载
zapitaover 5 years ago
I would be surprised if repl.it didn&#x27;t get acquired by Github before the end of 2020.
评论 #21775346 未加载
chrisaycockover 5 years ago
I can get the repo cloned, but nothing builds automatically. Specifically, when I click the &quot;run on repl.it&quot; badge, a repl.it command line appears with the cloned repo, but the <i>run</i> command from the .replit file is not invoked. I can type the command manually and then everything works.<p>I tried the first three examples (ascii_racer, minesweeper, ddgr) on both Safari (with ad blocker) and Chrome (no ad blocker). I do not have a repl.it account, so I am not logged into anything.<p>Overall this feature looks very impressive.
评论 #21767118 未加载
skiboyecover 5 years ago
I look forward to using this
anaphorover 5 years ago
What&#x27;s the recommended way to deal with projects that have system level dependencies? (E.g. in C). I have build scripts but no way to install anything. Do I have to use docker or some other container technology?<p>Edit: sounds like they plan on allowing docker containers which would be really nice. Great job on the MVP.
gnumokshaover 5 years ago
There is a well established FOSS IDE that does the job: <a href="http:&#x2F;&#x2F;eclipse.org&#x2F;che" rel="nofollow">http:&#x2F;&#x2F;eclipse.org&#x2F;che</a> (SaaS <a href="http:&#x2F;&#x2F;codenvy.com" rel="nofollow">http:&#x2F;&#x2F;codenvy.com</a>)
ebbflowgoover 5 years ago
This is awesome guys! One conversion suggestion, in your &quot;Try it out&quot; section, add the repl.it link beside the project. I went into ascii_racer and didn&#x27;t find the repl.it button so I bounced.<p>From repo to running repl is a dream.
snekover 5 years ago
so it tries to automatically submit prs to repos using the users? sounds like why typescript has the @types org. I&#x27;d be annoyed receiving prs of weird metadata from people using some random site or tool.
评论 #21767791 未加载
wishinghandover 5 years ago
Will this change the pricing model at all? Or add a new tier? NBD if it does, just wondering if a lot of people start using this if Repl.it can keep the lights on.
评论 #21766848 未加载
zubairqover 5 years ago
Can I run nodejs projects on this? I wanted to see if I could run yazz Pilot on this
评论 #21766292 未加载
评论 #21766476 未加载
mattigamesover 5 years ago
The big thing missing on repl.it is to use visual studio code instead of their own editor (think like Stackblitz), that would really be a game changer to be able to use one custom key-shortcuts, to use vscode plugins and so on.
评论 #21766729 未加载
评论 #21766578 未加载
评论 #21767949 未加载