-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67de3ea
commit 4686547
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: Day 94 - Coaching and Emacs talk at Linux in London | ||
date: 2018-12-16 | ||
categories: | ||
- 100daysofcode | ||
--- | ||
|
||
**Thoughts for today** | ||
|
||
Cycled into London today on the Brompton and my Tannus tyres still going strong. I finally got a moment to clean them too. | ||
|
||
Another very productive coaching day in Wagamama today, covering the inside out approach to writing Clojure. I pushed 3 out of the 6 exercise we completed to Github. | ||
|
||
Cycled over to SkillsMatter to give (finish writing) my Emacs for your digital life talk for Linux in London community. | ||
|
||
<!-- more --> | ||
|
||
|
||
## Code from today | ||
|
||
- [4Clojure #46](https://github.com/jr0cket/four-clojure/commit/82f284d3760eb2c329888c15a2f377dc28db454e) | ||
- [4Clojure #47](https://github.com/jr0cket/four-clojure/commit/997d76e4b2487369add9e492070265aa857294f1) | ||
- [4Clojure #48](https://github.com/jr0cket/four-clojure/commit/4b305199b4d3b1770388f4fa037542b426176c80) | ||
|
||
|
||
## Coaching in Clojure using 4Clojure.com | ||
|
||
Covered several Easy level challenges | ||
|
||
Discussed the thinking approach to solving 4Clojure challenges and problems in general. Breaking down problems into very simple parts, solving simple parts and then building them up to solve the larger problem. Much easier to spot errors and find code that does not quite work. | ||
|
||
Challenges in 4Clojure seem to ask for quite specific forms of result, eg, you must return a set or a vector rather than a list. This can be a little distracting as many times its simply the values inside the form that are important and where the test is actually taking place. In extremely simplistic terms you can still think of all collections as a sequence, although everything but a list has extra symantics and features you can use. | ||
|
||
Worked through challenges #46 to #51 during the coaching session. | ||
|
||
## Emacs for your digital life | ||
|
||
Presentation for the Linux in London meetup group. Lots of festive cheer, swag and I even won a reusable tea cup! | ||
|
||
The aim of the talk was to show off the advantages of Emacs, so I created my presentation using org-mode. | ||
|
||
See [[file:~/Documents/emacs-spacemacs.org][~/Documents/emacs-spacemacs.org]] | ||
|