|
|
|
codepad
|
|
|
|
Saved pastes by Tinned_Tuna:
Connecting to server...
You're now chatting with a random stranger. Say hi!
You: I'm in a room, no windows, all I've got is this console, a toilet and food/water gets given to me what seems like hourly
You: I just went to sleep last night, now I'm here.
Stranger: Cool
|
| view (215 lines) |
(define (filter predicate in_list)
;;
;; Filter a list by the predicate. Only items which satisfy the predicate
;; will be in the output list.
;; Author: Daniel Turner
|
| view (35 lines) |