Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Support inspection #14

Open
bollwyvl opened this issue Jun 7, 2015 · 0 comments
Open

Support inspection #14

bollwyvl opened this issue Jun 7, 2015 · 0 comments

Comments

@bollwyvl
Copy link
Owner

bollwyvl commented Jun 7, 2015

the ? EOL magic and it's friends %p* are silly useful. The %p stuff breaks for other reasons (#12), while ? conflicts with the hy booleanizer:

print?
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-3-205c049c2135> in <module>()
----> 1 is_print

NameError: name 'is_print' is not defined

In addition to solving the typographic issue, would likely need to implement do_inspect to make macros inspectable as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant