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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Tiki.li – Learn Programming Basics in 20 Minutes

4 点作者 chkas将近 3 年前

1 comment

chkas将近 3 年前
This is an interactive course to learn programming in a stripped down to the basics programming language with built in graphics commands. tiki.li is a test variant of easylang.online with a 2D coordinate system with bottom-left origin. I hope to gain insights on what is easier for beginners to understand. Some arguments for &quot;bottom-left&quot;: the y-value corresponds to the height, in school it is taught that way. Some for &quot;top-left&quot;: this is common in 2D computer graphics, it is easier to deal with a grid of rows and columns.<p>The same course with &quot;top-left origin&quot;: <a href="https:&#x2F;&#x2F;easylang.online&#x2F;apps&#x2F;tut_learn.html" rel="nofollow">https:&#x2F;&#x2F;easylang.online&#x2F;apps&#x2F;tut_learn.html</a>