Changes
Page history
Update FUBS
authored
Feb 13, 2024
by
Eron
Show whitespace changes
Inline
Side-by-side
FUBS.md
View page @
a14092f7
...
...
@@ -28,18 +28,18 @@ 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
*
Runs self hosted on Linux
with OpenGL
. (complete)
*
Runs self hosted on Linux. (complete)
*
MVP
*
Runs self hosted on bare metal. (202
3
Q
4
)
*
Runs self hosted on bare metal. (202
4
Q
2
)
*
Boot
*
Keyboard
*
HDMI
*
Nail self hosted code editing (50% complete) (2023 Q3)
*
Create self hosted source management system. (2023 Q3)
*
Programming / debugging bridge to another device. (2023 Q4)
*
Storage
*
Inter-computer communication
*
Nail self hosted code editing (30% complete) (2024 Q3)
*
Create self hosted source management system. (2024 Q3)
*
Programming / debugging bridge to another device. (2024 Q4)
*
Write open source license.
*
Other high priority things:
*
Android container. (2024 Q1)
## Language Details
FUBS is basically an object oriented imperative language with decent support for closures.
...
...
...
...