TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Shed Skin: An experimental (restricted) Python-to-C++ compiler

31 pointsby drewrover 15 years ago

2 comments

algoriasover 15 years ago
Sounds like an interesting project. I wonder, however, if writing code in this subset of python is better than directly using a compiled, statically typed language.<p>The subset is just so tiny. No <i>a and </i>*k, no nested functions. Most decorators won't work either.
评论 #867572 未加载
liuliuover 15 years ago
It is interesting to see how the author handle memory management issue.