-
Notifications
You must be signed in to change notification settings - Fork 73
I O Library
Bruce Mitchener edited this page May 14, 2013
·
9 revisions
Some ideas for improving the I/O library...
The I/O library provides the format
module. In Gwydion Dylan, the format directives could handle more printf
functionality than the implementation in Open Dylan.
It should be pretty straight forward to port over the code from Gwydion Dylan into the code from Open Dylan.
If the Gwydion Dylan repository is added locally as a remote on your Open Dylan repository, you can probably actually cherry-pick the commits with a bit of work so that the original authorship is maintained. (Or use git format-patch
from the Gwydion repo, hand-edit, and apply to Open Dylan.)
The documentation, tests, and release notes should be updated.