We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Implicit

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
This is still a work in progress. It may be changed in the future.

Implicit, also called SimpleStack, is a WIP language by MD XF. There are two types of commands:

  • Those that behave differently on strings than they do on integers/floats
  • Those that behave the same no matter what the top stack value(s) is/are

Commands are called with one integer as the only argument. All commands, except those that don't, can be called implicitly, and have different behavior when done so. For example, when + is called implicitly, it adds the top two stack values together. When + is called with a number, it adds the number to the top stack value.