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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: An Easy Programming Language That Runs in the Browser via WebAssembly

32 点作者 chkas超过 3 年前

2 条评论

chkas超过 3 年前
I am a computer science teacher and have developed a teaching and learning programming language with an easy-to-use browser IDE. There are several tutorials integrated - from a programming course for beginners to recursive programming.<p>The programming language and IDE run entirely in the browser, there is no communication with the server after the web page is loaded. Since it is designed as a PWA, it also works offline.<p>This language has a very simple structure: There are numbers and strings as data types, arrays of these data types, and arrays of arrays. Unlike Python, it is statically typed and has explicit end-of-block delimiters.<p>Since the language is kept very compact, it suits beginners on the one hand, and the browser environment on the other. The environment loads quite fast, and the IDE is also able to parse and format the code up to the current line on every &quot;enter&quot;. The language is written in C and runs using WebAssembly. JavaScript is used for the graphical user interface and graphical output.
评论 #28870087 未加载
评论 #28875998 未加载
评论 #28868835 未加载
评论 #28871486 未加载
e-clinton超过 3 年前
This is pretty cool. Thanks for making this. If you ever decide to localize, I’d be happy to help translate site copy into Spanish.
评论 #28877186 未加载