Update FUBS authored by Eron's avatar Eron
......@@ -84,8 +84,9 @@ We have an almost pathological focus on minimalism. We want the functionality o
* If the closure escapes to the heap only capture by value is allowed.
* Concurrency is not yet implemented.
* Execution model:
* Fully self hosted.
* This includes source code management.
* Programs are stored as a binary representation of its abstract syntax tree.
* An IDE is being developed to directly manipulate the abstract syntax tree.
* Fully self hosted execution/compilation.
* Fully self hosted source code management.
* Programs are stored using FUB's own built in object serialization primitives.
* Fully self hosted IDE is being developed to directly manipulate the abstract syntax tree.
* Fully self hosted filesystem designed to work well with automatic serializations of FUBS objects.
* A text format exists for bootstrapping and luddites.
\ No newline at end of file