Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 192 Bytes

limitations.md

File metadata and controls

10 lines (6 loc) · 192 Bytes

Limitations

  • Right now still not very expressive

Accessing Arrays

  • Iteration only possible with variable known at compile time
    • Alternative: loops (TBI), but slower

TODO