2 个仓库
Pedagogical resources and curricula designed to teach the core concepts and syntax of a specific language.
Distinct from Rust: Distinct from general language resources by focusing on structured education and guided exercises.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Programming Education. Refine with filters or upvote what's useful.
Rustlings is an interactive language tutorial and exercise suite designed to teach the syntax and idioms of the Rust programming language. It functions as a guided learning path where users build proficiency by solving a collection of small, interactive coding challenges. The project utilizes compiler-driven learning, employing the Rust compiler to provide immediate feedback and validation as users fix broken code snippets. This approach focuses on language onboarding and education through practical, hands-on coding practice. The learning experience is structured around a file-based exercise
Teaches the syntax and core concepts of Rust through a guided series of interactive exercises.
该项目是 Go 编程语言综合技术指南的中文翻译版。它提供了本地化的软件工程资料和教育文本,旨在帮助开发者掌握该语言的基础知识和高级模式。 该项目作为一项社区驱动的本地化工作,利用基于 Git 的翻译工作流来管理增量变更和贡献。内容以 Markdown 学习资源的形式组织,将复杂的技术书籍从英文翻译成中文,使更多受众能够理解这些概念。
Provides pedagogical resources and curricula designed to teach Go programming concepts in Chinese.