Skip to content

Instantly share code, notes, and snippets.

@gregorp
Created November 29, 2021 19:19
Show Gist options
  • Save gregorp/9fcca74ecb8a9576ca99d42beb2b7e93 to your computer and use it in GitHub Desktop.
Save gregorp/9fcca74ecb8a9576ca99d42beb2b7e93 to your computer and use it in GitHub Desktop.
R coffee joke
while(working) {
drink(coffee)
do(work)
if(is_empty(coffee)) {
if(is_empty(cofeepot)) {
coffeepot <- brew(coffeepot)
}
coffee <- refill(coffee)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment