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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

KindScript – A kinder JavaScript experience

41 点作者 bogidon大约 9 年前

7 条评论

coltonv大约 9 年前
Looks like this wasn&#x27;t ready to be revealed, like someone accidently made the repo public.<p>The website is currently not public so I&#x27;m not going to try anything yet but as a co-foudner at an CS Ed-tech startup I&#x27;m going to keep my ears perked. MS has put out some really nice JS products recently.
评论 #11323353 未加载
评论 #11322197 未加载
SeanDav大约 9 年前
Rather than simplify Javascript and protect beginners from themselves, why not start with a language that is both powerful and protective and yet easy to learn, like Pascal - learn the basics there in a more structured language?<p>Lazarus is a free, cross platform IDE for Pascal and an excellent place to start: <a href="http:&#x2F;&#x2F;www.lazarus-ide.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.lazarus-ide.org&#x2F;</a>
评论 #11322930 未加载
评论 #11323681 未加载
评论 #11322674 未加载
chipperyman573大约 9 年前
When I tried to go to the main site, I got a cert_name_invalid error, and going to the site the cert identified as required auth.
qz_大约 9 年前
Docs on point <a href="https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;kindscript&#x2F;blob&#x2F;master&#x2F;docs&#x2F;index.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;kindscript&#x2F;blob&#x2F;master&#x2F;docs&#x2F;ind...</a>
pedalpete大约 9 年前
I can&#x27;t find any docs anywhere. When I go to the kinderscript site I get ssl error then a login block. Nothing in the wiki on github either.<p>Anybody have more luck.
评论 #11321824 未加载
airplane大约 9 年前
There&#x27;s a few pictures in the various Github issues, looks like a Scratch like programming environment, unless that was just the developers own software.<p><a href="https:&#x2F;&#x2F;scratch.mit.edu&#x2F;" rel="nofollow">https:&#x2F;&#x2F;scratch.mit.edu&#x2F;</a>
amelius大约 9 年前
I want a Javascript that does this right:<p><pre><code> var m = {}; m[&quot;__alpha__&quot;] = 10; m[&quot;__bravo__&quot;] = 20; m[&quot;__proto__&quot;] = 30; for(var k in m) console.log(k); </code></pre> Result (in current JS):<p><pre><code> __alpha__ __bravo__ </code></pre> EDIT: To be clear, I want a Javascript that is consistent. Imho, the fact that __proto__ is a property is a hack. Also, I suspect that a lot of software written in Javascript is susceptible to injection bugs&#x2F;attacks by using the string &quot;__proto__&quot; as input in various places.
评论 #11323414 未加载
评论 #11323211 未加载
评论 #11323457 未加载
评论 #11323321 未加载
评论 #11325093 未加载