Unit: A self-replicating Forth mesh agent running in a browser tab

(davidcanhelp.github.io)

46 points | by DavidCanHelp 6 days ago ago

3 comments

  • veltas a day ago ago

    Could do with examples relating to the "self-replicating" nature.

    Also should indicate it's case-insensitive, and the tutorial should be more permissive about how you type the examples e.g. typing lower case should be okay.

    Missing a lot of basic words like HERE and , but I'm guessing this is to do with limitations of the underlying memory model, but there's not a lot of info on how to achieve arrays/lists without it.

  • andai 2 days ago ago

    Very interesting. What are goals, fitness and mutation in this context?

  • wisdomtreelzz a day ago ago

    Interesting idea