Talk:Subleq

From Rosetta Code
Revision as of 00:55, 28 April 2015 by Markjreed (talk | contribs)

Just want to get some eyes on this and maybe a couple more implementations before releasing it.. Markjreed (talk) 01:34, 27 April 2015 (UTC)

Code points?

You mention code points and characters as well as giving character numbers. Should you just state that for this example use ASCII? --Paddy3118 (talk) 00:33, 28 April 2015 (UTC)

My example uses ASCII; I'll add language to that effect. But there's no reason to limit the implementation to ASCII. One that handled arbitrary Unicode code points would still run it fine. An EBCDIC machine might have a problem with it.. Markjreed (talk) 00:55, 28 April 2015 (UTC)