Execute Brain****/D: Difference between revisions

Content added Content deleted
m (RCBF (D) moved to RCBF/D: MW has page hierarchy support.)
m (Added closure link)
Line 4: Line 4:
Implement notes:
Implement notes:
*Need D version 2.007+, because closure support is required (it should compiled in D1, but run abnormally if brackets/loop-command is in the BF source);
*Need D version 2.007+, because [[closure]] support is required (it should compiled in D1, but run abnormally if brackets/loop-command is in the BF source);
*Memory is represented by associative array, so that negative address is allowed, not efficient though;
*Memory is represented by associative array, so that negative address is allowed, not efficient though;
*Input and output are in character mode, rather than in numerical;
*Input and output are in character mode, rather than in numerical;