Update FUBS authored by Eron's avatar Eron
......@@ -27,14 +27,17 @@ We have an almost pathological focus on minimalism. We want the functionality o
1. Static analysis with [type](https://en.wikipedia.org/wiki/Type_system) annotations is a good way to catch many programmer errors.
## Major Tasks
* MVP
* Runs completely self hosted on Linux with OpenGL. (complete)
* Runs completely self hosted on bare metal. (2023 Q1)
* Android container. (2023 Q4)
* Programming / debugging bridge to another device. (2023 Q1)
* Nail self hosted code editing (50% complete) (2023 Q1)
* Create self hosted source management system. (2023 Q1)
* Programming / debugging bridge to another device. (2023 Q1)
* Nail heap management. (2022 Q3)
* Nail library dependencies. (2022 Q4)
* Write Open Source license
* Other high priority things:
* Android container. (2023 Q4)
## Details so far
* FUBS is basically an imperative language with decent support for closures and class hierarchies.
......
......