Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 826 Bytes

IDEAS.md

File metadata and controls

16 lines (15 loc) · 826 Bytes

Future ideas

  • nostalgia block that changes unicode to bytes, division back to integer division, imports to relative
  • class decorator or metaclass for implicit self (unless this has been done to death by others)
  • subjective truth (stochastic bools) (not really possible in python 3 )
  • experiment with jupyter notebook
  • Closure vars
    • TODO: example of using with stdlib?
    • TODO: example of using get_closure_variable
    • TODO: example of using get_closure_variable with set_closure_variables to deal with nested closures.. or does it work like that?
    • TODO: fix on python 3.6