PinnedMemorabilia
This post records some important events (milestones, new content, achievements, etc.) of this site.
This post records some important events (milestones, new content, achievements, etc.) of this site.
An introduction to my project of building an interpreter for a programming language called Monkey. In this first part, we will cover the basics of what an interpreter is and how to build a lexer to tokenize the source code.
简单记录一下我是如何在 Rocky Linux 10 Workstation KDE 上安装中文输入法的。
Rust 在很多情况下都被认为是个优秀的语言... 但是,拿 Rust 写脚本?其实是可行的!拜 rust-script 项目所赐,Rust 也可以是一个脚本语言。