I'm now looking at other parts of Common Lisp for #Kittyscript inspiration. It started with the object system (CLOS), now I'm at symbols. My current draft (in my head) concept is actually different from Common Lisp, because my symbols are split into N-symbols (prefix and name, where prefix is normally a symbol of either type and name is normally a string, prefix denotes the namespace) that get resolved into I-symbols (identity-based)