You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the name conversion from a def form to a CL symbol follows a lispification process that isn't documented anywhere. It would be good and a lot less confusing if the user could configure how the names are translated. This means something like a setLispNameConversion(mode) with mode being one of lispify, preserve, upcase, downcase, invert that sets the way the names are treated. Alternatively, or additionally, a syntax that specifically allows preservation of the name as-is like the vertical bars in the CL reader would be useful.