P.S. Maybe this is a bit early to decide on a date, so I'll remind you a bit closer to the date. So take this as FYI :)
Vesa Marttila
unread,
Nov 21, 2011, 6:53:47 AM11/21/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
Very nice! Definitely have to find time for this.
Vesa
Markku
unread,
Dec 14, 2011, 5:15:55 AM12/14/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
Clojure HaXmasthon! I narrowed down the dates. Come and sign up so we know to order some food and which day is better. http://www.doodle.com/inc9x5d7ktdwvucz
Esko Luontola
unread,
Dec 27, 2011, 5:47:39 PM12/27/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
So will it start at 12 in the office? Shall we meet already earlier and go eat lunch together?
Markku
unread,
Dec 28, 2011, 3:06:30 AM12/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
Yeah the start is at 12. I will be back at the office by that time. I know some people are joining only after work.
I thought that it's always a little difficult to find lunch space for a big group. But I might join, if you have good ideas. Maybe at 11?
-Markku
Esko Luontola
unread,
Dec 28, 2011, 3:12:43 AM12/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
How about so that those who want to join for a lunch would come to the office at 11? I'm sure we'll figure out a place where we will fit, or then we'll split into smaller groups.
Markku
unread,
Dec 28, 2011, 3:27:48 AM12/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
Alright, we'll go for aimless wandering. Let's leave at 11, shouldn't be too busy yet. Famous last words and all :-)
Vesa Marttila
unread,
Dec 28, 2011, 5:36:53 AM12/28/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
Hi! I will try to attend lunch as well, so see you at 11.
Vesa
Stephen Sykes
unread,
Dec 29, 2011, 3:04:20 AM12/29/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clojure...@googlegroups.com
I should arrive before 11. Do you have a contact number in case I am a little late?
Markku Rontu
unread,
Dec 29, 2011, 3:36:12 AM12/29/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Also (defn x [cell] (first cell)) could be changed to (def x first), but I guess you wanted to document the function. Also a destucturing form could be used like this this (defn x [[fst _]] fst).