Bullfrog

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.

Bullfrog is an esoteric programming language, designed by Ryan Kusnery, without conditional jumps. It is a sort of cross between Forth and Assembly. Despite the lack of conditional jumps they can be simulated because the JUMP instruction gets an address from the top of the stack.

Bullfrog was part of the inspiration for SMITH, a language without any jumps whatsoever.

External resources