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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: A somewhat old-fashioned programming language

2 点作者 chkas将近 3 年前
<i>easylang</i> is a rather minimalistic simple programming language. Because of the clear syntax and semantics it is well suited as a teaching and learning language. Functions for graphic output and mouse input are built into the language.<p>The language is written in C and is open source. Main target platform is the web browser using WASM. However, it also runs natively in Windows and Linux.<p>The one-pass parser and compiler is quite fast. In the Web IDE, each time the Enter key is pressed, the program is parsed and formatted up to the current line.<p>The AST interpreter is fast, much faster than <i>CPython</i> for example.<p>The language is statically typed and has as data types numbers (floating point) and strings and resizeable arrays. Variables are not declared, the type results from the name (<i>number</i>, <i>string$</i>, <i>array[]</i>).<p>Uses: Learning language, canvas web applications, algorithms.<p>For example, I solved the <i>AdventOfCode</i> tasks with <i>easylang</i>.

暂无评论

暂无评论