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.

Larabee

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.

Larabee is an assembly-like programming language designed by Chris Pressey in 2008 that borrows the notion of branch prediction from computer architecture: whenever a branch instruction is executed, the branch that is taken is determined partly by the history of previous branches. However, in Larabee this is not just an optimization: the branching history actually affects the control flow in the program.

Larabee uses an S-expression-based syntax (like Lisp or Scheme).

External resources