Skip to content

Instantly share code, notes, and snippets.

View pepellou's full-sized avatar
🐶
I may be slow to respond.

Pepe Doval pepellou

🐶
I may be slow to respond.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am pepellou on github.
  • I am pepellou (https://keybase.io/pepellou) on keybase.
  • I have a public key ASDWNTG3e_2Ge3iKRWT9wuGeFItzdwl6mBPmSJ8OyjjDsQo

To claim this, I am signing this object:

@pepellou
pepellou / ex1.clj
Created September 13, 2011 10:57
FP4OO - Set 6 of exercises
;; Set 1 - exercise 1
; documentation of functions
(doc take)
(doc distinct)
(doc keep)
(doc concat)
(doc interleave)
(doc drop)
(doc drop-last)