from Hacker News

Show HN: A minimal Python interpreter in Python with edit-and-continue

by asrp on 2/2/18, 11:48 AM with 1 comments

  • by asrp on 2/2/18, 11:49 AM

    This old post explains some of the library it interpret at start up was designed http://blog.asrpo.com/bootstrap_chicken_or_egg

    I'd also be interested if anyone knows a relatively easy way to get edit-and-continue in CPython or maybe PyPy.