Wanted: a REPL interface that just outputs hex on calculation. Did I miss something that exists?
Replying to @flameeyes
You can get Python to do this. saved_display = sys.displayhook def display(val): global saved_display if isinstance(val, int): __builtin__._ = val print(hex(val)) else: saved_display(val) sys.displayhook = display
8:38 PM - 23 Mar 2018
0 replies
0 retweets
7 likes
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.