Skip to content

Remove ~<...~> in GENERATE-SCALE for portability.#2

Open
tkych wants to merge 5 commits intomasterfrom
portable-scale
Open

Remove ~<...~> in GENERATE-SCALE for portability.#2
tkych wants to merge 5 commits intomasterfrom
portable-scale

Conversation

@tkych
Copy link
Owner

@tkych tkych commented Aug 12, 2014

In VSPARK, function GENERATE-SCALE depends on format control ~<...~>.
But ~<...~> is bit implementation dependent.
For example,

SBCL> (format nil "~30,,,'-<~A~;~A~;~A~>" 11 222 33)
=> "11-----------222------------33"
CCL>  (format nil "~30,,,'-<~A~;~A~;~A~>" 11 222 33)
=> "11------------222-----------33"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant