Update FUBS authored by Eron's avatar Eron
......@@ -27,20 +27,6 @@ We have an almost pathological focus on minimalism. We want the functionality o
1. [Dynamic reachability analysis](https://en.wikipedia.org/wiki/Garbage_collection_(computer_science)) is the wrong way to reclaim memory.
1. Static analysis with [type](https://en.wikipedia.org/wiki/Type_system) annotations is a good way to catch many programmer errors.
## Major Tasks
* Runs self hosted on Linux. (complete)
* MVP
* Runs self hosted on bare metal. (2025 T2)
* Boot
* Keyboard
* HDMI
* Storage
* Inter-computer communication
* Nail self hosted code editing (30% complete) (2025 T3)
* Create self hosted source management system. (2026 T1)
* Programming / debugging bridge to another device. (2026 T2)
* Write source license.
## Language Details
FUBS is basically an object oriented imperative language with decent support for closures.
......
......