Skip to content

Commit

Permalink
[nop] Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Sep 7, 2024
1 parent bd06a92 commit adda37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ That's everything most users will need to know, but see the [documentation](#doc
## Documentation

- [Wiki][GitHub wiki] (getting started, usage, etc.)
- API reference: [cljdoc][cljdoc docs], [Codox][Codox docs]][cljdoc docs]
- API reference: [cljdoc][cljdoc docs] or [Codox][Codox docs]

## Funding

Expand Down
5 changes: 3 additions & 2 deletions wiki/1-Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,9 @@ No need for any special syntax or concepts, just define a function as you'd like

# Motivation

<a href="https://youtu.be/gMB4Y-EIArA" title="Truss talk (YouTube)"><img src="https://raw.githubusercontent.com/ptaoussanis/truss/master/talk.jpg" width="600"/></a>

<p><a href="https://www.youtube.com/watch?v=gMB4Y-EIArA" target="_blank">
<img src="https://img.youtube.com/vi/gMB4Y-EIArA/maxresdefault.jpg" alt="Truss demo video" width="480" border="0" /></a></p>

Clojure is a beautiful language full of smart trade-offs that tends to produce production code that's short, simple, and easy to understand.

But every language necessarily has trade-offs. In the case of Clojure, **dynamic typing** leads to one of the more common challenges that I've observed in the wild: **debugging or refactoring large codebases**.
Expand Down

0 comments on commit adda37b

Please sign in to comment.