Live data from Hacker News

A Python Interpreter Written in Python (2016)

aosabook.org

1–10 of 42 posts

Re: A Python Interpreter Written in Python (2016)

#7
post #3

(2016), according to the HTTP headers: Last-Modified: Sat, 09 Jul 2016 12:15:59 GMT

I’m going to start having my server send

    Last-Modified: Mon, 20 Apr 3018 13:37:00 GMT
Then we will see what people say when my stuff is posted :^)

Then again my stuff probably wouldn’t get much attention to begin with.

But if it did...

People would have to admit that they are all living in the present whereas I was living in the future.

Re: A Python Interpreter Written in Python (2016)

#10
Just in case anyone doesn't know, there's actually a real, live project that does this:

https://pypy.org/

(Technically the base interpreter is a subset/restricted version of Python however). The reason this is done (my understanding), is that a the python source code for the base interpreter can be fed into a JIT generator, which produces a Python interpreter that can perform JIT optimizations.

Post reply on HN