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 ...@@ -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. * If the closure escapes to the heap only capture by value is allowed.
* Concurrency is not yet implemented. * Concurrency is not yet implemented.
* Execution model: * Execution model:
* Fully self hosted. * Fully self hosted execution/compilation.
* This includes source code management. * Fully self hosted source code management.
* Programs are stored as a binary representation of its abstract syntax tree. * Programs are stored using FUB's own built in object serialization primitives.
* An IDE is being developed to directly manipulate the abstract syntax tree. * 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. * A text format exists for bootstrapping and luddites.
\ No newline at end of file