Skip to content

ToDo list #15

@eerimoq

Description

@eerimoq

Just to remember what is left to do. The list is by no means complete.

General

  • More on function overloading.
  • More on operator overloading.
  • Slices/sublist/substring, [begin:end:step]. Should make a copy, right? It's an error to use [] instead of slice() on lists in a loop.
  • Implement a language server. See https://microsoft.github.io/language-server-protocol/.
  • Bugs, bugs, bugs...
  • Refactor generics? Find all calls and type annotations early and replace.

Memory

Postponed

  • Iterators?
  • Context managers?
  • Macro or comptime? Needed for logging and varargs like tricks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions