If you are running into NO_SOURCE_FILE on a call to (in-ns)
You missed the tick from the namespaces typing
(in-ns joy.gui.socks)
when you should have typed
(in-ns 'joy.gui.socks)