Skip to content

Instantly share code, notes, and snippets.

@rwaldron
Forked from voodootikigod/gist:1007426
Created June 4, 2011 03:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwaldron/1007531 to your computer and use it in GitHub Desktop.
Save rwaldron/1007531 to your computer and use it in GitHub Desktop.
BS ≈ BreakfastScript
Conditionals
( false :)
console.log "if"
:( true )
console.log "else if"
:()
console.log "else"
Function definition
// Bacon equal == function definition RHS
name ≈ (var1, var2) {
#var1 //waffle == return
}
variable setting
// Sausage links equal == set value from RHS
name = "boo"
Array Comprehension
// OJ operations -- array passed in left side, right side available as oj returns array.
\ arr _ oj*2 /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment