A quick and dirty implementation of an interpreter for the chef programming language. In fact it is more dirty than quick. Since it shall run without server interaction it was implemented in javascript which is definitely not my preferred language (that's why there might be stuff that a javascript-programmer wouldn't do). Recursion and interactive input is currently not supported (and probably will never be). If you want to give feedback, keep it short because I have to read it from the logs.

Paste your code below and press run.



Version 0.01 2016-05-23