logoalt Hacker News

bjoliyesterday at 5:56 AM2 repliesview on HN

And, in some ways, PyPy. I still think it is the sanest way to implement Python.

It makes me sad that I have to write C to make any meaningful changes to Python. Same goes for ruby. Rubinius was such a nice project.

Hacking on schemes and lisps made me realize how much more fun it is when the language is implemented in the language itself. It also makes sure you have the right abstractions for solving a bunch of real problems.


Replies

anitilyesterday at 5:57 AM

> And, in some ways, PyPy

What do you mean by that? I'm not familiar with PyPy

show 1 reply
actionfromafaryesterday at 9:07 AM

Well, one could rewrite Python (perhaps piece by piece?) in Shedskin.

Shedskin is very nearly Python compatible, one could say it is an implementation of Python.