Skip to content

Instantly share code, notes, and snippets.

View rriehle's full-sized avatar

Richard Riehle rriehle

  • A coffeehouse on the water
View GitHub Profile
### Keybase proof
I hereby claim:
* I am rriehle on github.
* I am rriehle (https://keybase.io/rriehle) on keybase.
* I have a public key ASBZ5LqDFl18Itvva0xCzqHPmU7I6I96lfa8-kSKyfkBSwo
To claim this, I am signing this object:
@rriehle
rriehle / gist:761ceccb383b111460a43c33b8e5f203
Created March 6, 2018 22:54
a lambda that adds one to its argument
lambda x: x + 1