TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Codecademy Labs, the easiest way to write, run, and share code online

83 点作者 zds超过 13 年前

10 条评论

mesher超过 13 年前
It's definitely a neat idea, but as a Python and JavaScript coder, I don't know how much I would actually use it.<p>For Python, my code tends to rely heavily on modules that aren't found in the Python standard library, which is limited when you're using a REPL that only has vanilla Python.<p>For JavaScript, code that I show tends to be more oriented to DOM manipulation rather than the console, so maybe that could be something that could be implemented?<p>That said, this is probably best for teaching novice programmers, which seems to be the goal anyway with Codecademy. :)<p>Keep up the great work, I really find what you guys are doing to be a huge contribution to education.
评论 #3384260 未加载
评论 #3384570 未加载
mrleinad超过 13 年前
Really cool, although the line "You're running Ruby version 1.8.7" right after it was deprecated in the latest rails beta is a bit of a downer.. but still really cool!
评论 #3384286 未加载
jrubinovitz超过 13 年前
I like this a lot. I would love to be able to code in the same online terminal with someone (I'm teaching someone Python right now and she's overseas), but I know collaborative editing is a whole different beast. I may even shoot it over to some professors in case they want to use it. It's better than taking a few minutes to boot up IDLE and can get people coding on the first day without having to teach them about the terminal first.
评论 #3384317 未加载
neilparikh超过 13 年前
Quick question: Did you use the <a href="http://repl.it" rel="nofollow">http://repl.it</a> editor? Just wondering because it looks really similar.
评论 #3384414 未加载
anrope超过 13 年前
Just to be a jerk (not really, but sort of), I did:<p><pre><code> while True: print "foreverrrrr" </code></pre> Of course it looped quite persistently, and then proceeded to ignore my ctrl+c's. Any chance you could catch those to kill a runaway program?
评论 #3384868 未加载
jimminy超过 13 年前
It would be nice if you had a link to sign in on the page. You have 3 links to register on the page, but not one to sign in if you already have an account.<p>Edit: Apparently, it's not actually connected to Codecademy that way, as far as I can see. Why not?
评论 #3384258 未加载
justinmares超过 13 年前
This is really cool. Can't wait for the Python lessons to come out!
pitt1980超过 13 年前
codecademy.com and codeacademy.com two different entities?<p>thats confusing as hell, I feel like one of those should have realized the other existed and branded their product differently
ashishg超过 13 年前
Great work evolving the product from where it was a few months ago!
captainaj超过 13 年前
For ruby it would be nice if gems can be used as well.