-
-
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.
post: day 91 of 100 days of Clojure code journal
- Loading branch information
1 parent
9b286db
commit 8d164c3
Showing
1 changed file
with
50 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,50 @@ | ||
--- | ||
title: Day 91 - Chasing references and 4Clojure #16 | ||
date: 2018-12-14 | ||
authors: | ||
- practicalli | ||
categories: | ||
- 100daysofcode | ||
tags: | ||
- clojure | ||
--- | ||
|
||
**Thoughts for the week** | ||
|
||
Chasing references for my next potential employers | ||
|
||
Quick write up about 4Clojure exercise #16 - Hello world. | ||
|
||
**Code from today** | ||
|
||
- [https://github.com/jr0cket/four-clojure/commit/639cf76e7901809413eb01f9c5a2f07187764ae0](4Clojure challenge #16 Hello World) | ||
|
||
<!-- more --> | ||
|
||
|
||
### 4Clojure challenge #16 Hello World | ||
|
||
Discussing the `str` function to join values into a string. | ||
|
||
Also covering how to write a simple function definition with `fn` and call that function inline. | ||
|
||
For completeness, added the short form for a function definition using the reader macro `#()` | ||
|
||
|
||
## Job hunting | ||
|
||
Very successful interviews with a company using data science to drive efficiencies in farming. The company processes a wide range of meteralogical and geological data to identify good locations for growing each kind of crop. Following up with guidance on how to manage the crop through its lifecycle, e.g. expected weather patterns, etc. | ||
|
||
I have asked for job references from Citi and Salesforce, although the replies are a little slow. | ||
|
||
|
||
--- | ||
Thank you. | ||
|
||
[:globe_with_meridians: Practical.li Website](https://practical.li){target=_blank .md-button} | ||
|
||
[:fontawesome-brands-github: Practical.li GitHub Org](https://github.com/practicalli){target=_blank .md-button} | ||
[:fontawesome-brands-github: practicalli-johnny profile](https://github.com/practicalli-johnny){target=_blank .md-button} | ||
|
||
[:fontawesome-brands-mastodon: @practicalli@clj.social](https://clj.social/@practicalli){target=_blank .md-button} | ||
[:fontawesome-brands-twitter: @practical_li](https://twitter.com/practcial_li){target=_blank .md-button} |