Timeline for Clojure Minesweeper from scratch
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 16, 2016 at 10:48 | vote | accept | u6f6o | ||
| Dec 18, 2015 at 7:10 | comment | added | BenC |
Since it appears a few times, I might define something like (def position (juxt :row :col)) so you can just say (position data) instead of (vector (:row data) (:col data)).
|
|
| Nov 3, 2015 at 23:09 | answer | added | Timothy Pratley | timeline score: 2 | |
| S Oct 12, 2015 at 11:58 | history | bounty ended | CommunityBot | ||
| S Oct 12, 2015 at 11:58 | history | notice removed | CommunityBot | ||
| S Oct 4, 2015 at 10:47 | history | bounty started | u6f6o | ||
| S Oct 4, 2015 at 10:47 | history | notice added | u6f6o | Draw attention | |
| S Oct 4, 2015 at 10:04 | history | bounty ended | CommunityBot | ||
| S Oct 4, 2015 at 10:04 | history | notice removed | CommunityBot | ||
| S Sep 26, 2015 at 8:20 | history | bounty started | u6f6o | ||
| S Sep 26, 2015 at 8:20 | history | notice added | u6f6o | Draw attention | |
| Sep 24, 2015 at 6:39 | history | tweeted | twitter.com/#!/StackCodeReview/status/646937076978593793 | ||
| Sep 23, 2015 at 15:16 | comment | added | user85203 |
There's no need to use do under let, let has implicit do.
|
|
| Sep 23, 2015 at 7:46 | history | edited | Jamal | CC BY-SA 3.0 |
deleted 24 characters in body; edited title
|
| Sep 23, 2015 at 7:39 | history | asked | u6f6o | CC BY-SA 3.0 |