Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 489 Bytes

TODO.md

File metadata and controls

18 lines (17 loc) · 489 Bytes
  • Basics
    • Running code
    • Obtaining variables from Wren
    • Calling Wren from Nim
  • foreign()
    • Procs
      • Argument type-based overloads
      • Aborting fibers on exceptions in foreign procs
    • Objects
      • Automatic public field binding
    • Enums
    • Symbol aliasing
    • Automatic Wren module generation
  • Type checking
    • Inheritance
    • Generics? Don't know if it's possible, but it's worth giving a shot.