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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Writing a Compiler for Python

92 点作者 rogercosseboom超过 16 年前

6 条评论

scott_s超过 16 年前
I've already commented, but I feel compelled to comment again after looking at his homework assignments. They could easily be the basis for a practical textbook in compiler design and implementation.<p>For anyone who's never had a class in compilers, but wants to know more about them, Siek's material is a great way to start.
scott_s超过 16 年前
The course is taught by Jeremy Siek, who has done interesting research on generic programming and the design of concepts in C++. Take a look at his papers: <a href="http://ece-www.colorado.edu/~siek/publications.html" rel="nofollow">http://ece-www.colorado.edu/~siek/publications.html</a>
thedob超过 16 年前
This is a great idea. One problem with the class upon first glance: the grading structure.<p>It's a compilers class, where you'll actually implement a compiler, for only 10% of your overall grade? The rest of the grade is made up by midterm, final, and quizzes.<p>Teachers not putting emphasis on the actual development often leads to students half-assing assignments and not getting the coding done. The compiler implementation is by far the most valuable experience in this class. The final isn't. The grading weight should reflect as much.
评论 #492685 未加载
评论 #491799 未加载
scorpioxy超过 16 年前
I really wish the videos from lectures like this were widely available. They would be a great resource for self learners along with the course material.
scorpion032超过 16 年前
I couldnt find any link to enroll, for this distance learning program
评论 #490829 未加载
abless超过 16 年前
Thanks!