Tagged Questions
6
votes
2answers
125 views
Is Package development (via InitializationCells) compatible with creating new Notations (via MakeExpressions)?
Can new (lower-level) notations be readily used within package code?
There are a few notational additions that might improve my code base but I'm not sure if these will end up being more trouble than ...
2
votes
2answers
87 views
What is the best way for an application to provide customisation options for the user?
Suppose that an application needs to be configured specifically for a user's system. e.g. the application needs to be told the location of certain data directories. What is the best way to provide ...