dylan-emacs-support
dylan-emacs-support copied to clipboard
Block comments must be preceded by non-word character
The majority of sources/lib/big-integers/double-integer.dylan appears to be commented out because it uses dylan/* as the name for * imported from the dylan module.
(This is obviously low priority.)
It also causes problems whenever a module is imported with prefix: "foo/" and one has to, say, rebind a global variable with dynamic-bind (foo/*variable* = ...).