パスワードを忘れた? アカウント作成
この議論は賞味期限が切れたので、アーカイブ化されています。 新たにコメントを付けることはできません。

OO言語へと歩を進めるPHP5」記事へのコメント

  • Brainfuck [muppetlabs.com]もOO化の予定だそうですよ。
    • Object Oriented Brainfuck

      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 [.
      • Object Oriented Brainfuck

        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は本田透先生を熱烈に応援しています
        親コメント

私はプログラマです。1040 formに私の職業としてそう書いています -- Ken Thompson

処理中...