- atoms now work in REPL interpreter via string registry - swap! supports extra arguments: (swap! a + 5) - reset! sets atom value directly - Updated tests: 3 new atom tests (swap!, reset!, swap! with args) - 270+ tests pass across all suites