Changes
Page history
Update FUBS
authored
Jun 24, 2026
by
Eron
Hide whitespace changes
Inline
Side-by-side
FUBS.md
View page @
68912fd1
...
@@ -27,20 +27,6 @@ We have an almost pathological focus on minimalism. We want the functionality o
...
@@ -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.
[
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.
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
## Language Details
FUBS is basically an object oriented imperative language with decent support for closures.
FUBS is basically an object oriented imperative language with decent support for closures.
...
...
...
...