> Increment the pointer.
< Decrement the pointer.
+ Send 'Increment' message to the object at the pointer.
- Send 'Decrement' message to the object at the pointer.
. Send 'Output' message to the object at the pointer.
, Input a byte and send it to the object at the pointer with 'SetByte' message.
[ Jump past the matching ] if the object at the pointer returns 'TRUE' by the sent 'IsZero' message.
] Jump to the matching [.
> Move the iterator to next.
< Move the iterator to previous.
+ Send 'Increment' message to the iterator.
- Send 'Decrement' message to the iterator.
. Send 'Output' message to the iterator.
, Input a byte and send it to the iterator with 'SetByte' message.
[ Jump past the matching ] if the iterator returns 'TRUE' by the sent 'IsZero' message.
] Jump to the matching [.
この流れに乗ってか、 (スコア:2, おもしろおかしい)
Re:この流れに乗ってか、 (スコア:1)
Language specification:
> Increment the pointer.
< Decrement the pointer.
+ Send 'Increment' message to the object at the pointer.
- Send 'Decrement' message to the object at the pointer.
. Send 'Output' message to the object at the pointer.
, Input a byte and send it to the object at the pointer with 'SetByte' message.
[ Jump past the matching ] if the object at the pointer returns 'TRUE' by the sent 'IsZero' message.
] Jump to the matching [.
反復子にしてみました (スコア:1)
Language specification:
> Move the iterator to next.
< Move the iterator to previous.
+ Send 'Increment' message to the iterator.
- Send 'Decrement' message to the iterator.
. Send 'Output' message to the iterator.
, Input a byte and send it to the iterator with 'SetByte' message.
[ Jump past the matching ] if the iterator returns 'TRUE' by the sent 'IsZero' message.
] Jump to the matching [.
# mishimaは本田透先生を熱烈に応援しています