Skip to content

Lisp Name Conversion for Clbind Definitions Should Be Customizable #159

@Shinmera

Description

@Shinmera

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.

Relevant IRC discussion

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions