Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 378 Bytes

todo.md

File metadata and controls

5 lines (5 loc) · 378 Bytes
  • Functions should always consume their arguments (AllowIf(bool b, value) should always consume two arguments!)
  • Make ellipsis args work (are currently ignored)
  • Allow user to declare bottom arguments
  • Declared function args can have arguments (declare that you take a func(int) -> bool or whatever)
  • Fix argument buffering- prime eats every other value?