koneko-0.0.2: doc/11-future.md
<!-- {{{1 -->
File : doc/11-future.md
Maintainer : Felix C. Stegerman <flx@obfusk.net>
Date : 2020-02-05
Copyright : Copyright (C) 2020 Felix C. Stegerman
Version : v0.0.1
License : GPLv3+
<!-- }}}1 -->
→ [README](../README.md),
→ prev: [Standard Library](10-standard-library.md)
## Future Extensions
### Planned
* Optional (static & dynamic) type and arity checking.
* Pattern matching (`( 1 Foo( #_ 2 ) ) [ x . ... ] ^~`).
* Optimisations.
* Self-hosting compiler.
* ...
### Undecided
* #/regex/ syntax.
* Protocols/interfaces.
* ...
<!-- vim: set tw=70 sw=2 sts=2 et fdm=marker : -->