On 2020-06-10 19:31, Luciano Notarfrancesco via Cuis-dev wrote:
> .. what I did was to derive the namespace from the system category name 
> ('Animals-Mamals' ..
You probably noted
    (aCodePackage packageName asIdentifier: true) asSymbol.
So
   'Animals-Mamals' -> #AnimalsMamals
..
-KenD