Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 12 forks source link

Link insists that file name (less extension) be a valid APL identifier #457

Closed mkromberg closed 2 years ago

mkromberg commented 2 years ago

Folder names which define namespaces must be valid APL identifiers, or the namespace cannot be created. However, files defining functions or other objects where the name can be deduced from the contents of the file do not need to pass this test. At the moment, the name needs to be valid but does NOT need to match the contents of the file.