Skip to content

Instantly share code, notes, and snippets.

@bkachinthay
bkachinthay / keybase_proof.md
Created February 26, 2019 05:34
Keybase proof

Keybase proof

I hereby claim:

  • I am bkachinthay on github.
  • I am bharathk (https://keybase.io/bharathk) on keybase.
  • I have a public key ASAv7bPVa36e6l7dCHdymLrRBRxNN_f3RQkWXqEHqI_VWwo

To claim this, I am signing this object:

;pair functions
(define first
(lambda (pair)
(car pair)))
(define second
(lambda (pair)
(car (cdr pair))))
(define build
;pair functions
(define first
(lambda (pair)
(car pair)))
(define second
(lambda (pair)
(car (cdr pair))))
(define build