Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. Don Romano 🍹 (thj@mastodon.cloud)'s status on Monday, 14-Oct-2019 16:47:41 EDT Don Romano 🍹 Don Romano 🍹

    A loop that iterates from 5 to 0, executed on a stack machine implemented in JavaScript.

    One stack machine you might be familiar with is PostScript.

    A stack machine works by pushing values onto a stack and performing operations on the values by popping them off the stack again.

    It's very simple to write an interpreter for a stack machine. All you need is two arrays; one for the code and one for the stack.

    Stack machines are very close to being idiomatic Turing machines.

    In conversation Monday, 14-Oct-2019 16:47:41 EDT from mastodon.cloud permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.