john-science / slowloris

A DIY-LISP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support Python "import"

john-science opened this issue · comments

I would have to support quite a lot of Python functionality to fully support Python import statements:

  • Support classes
  • Support dictionaries?
  • Support a full compliment of Python types
  • Better (some) error handling
  • What else?

This is the long-term goal of this project. If we can fully support importing any Python library, Slow Loris could be made into a production-level language relatively easily.