Changes
Page history
Update FUBS
authored
Jul 31, 2023
by
Eron
Show whitespace changes
Inline
Side-by-side
FUBS.md
View page @
a68fae5b
...
...
@@ -42,7 +42,8 @@ We have an almost pathological focus on minimalism. We want the functionality o
*
Android container. (2024 Q1)
## 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.
*
Only classes exist at the top level. Classes can contain inner classes, data fields (global or per object members), functions, and methods.
*
Inner classes exist solely for the purpose of providing a hierarchical namespace.
*
A class may specify one or more parent classes for inheritance.
...
...
...
...