code cleanup

This commit is contained in:
2025-08-06 21:02:44 +02:00
parent 8040c7f7a6
commit d278185ff3
19 changed files with 21 additions and 226 deletions

View File

@@ -2,12 +2,7 @@
"Implements the state object.")
(def empty-state
{:_properties {}
:_descriptions
{:_properties "Property-to-idea mapping."
:property {}
:property_fns {}}})
{:_properties {}})
(defonce state
(atom empty-state))