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.
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* = ...).
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 thedylan
module.(This is obviously low priority.)