static ThoughtSpace openThoughtSpace() { new ThoughtSpace ts; ts.addLispStatements(values(lispStatements_cached())); thoughtSpace(ts); ret ts; }