Skip to content
Snippets Groups Projects
Verified Commit b2639207 authored by "the Phoeron" Colin J.E. Lupton's avatar "the Phoeron" Colin J.E. Lupton
Browse files

Update title page with more useful information

parent 90574983
No related branches found
No related tags found
No related merge requests found
Pipeline #6849 passed
......@@ -7,10 +7,13 @@
- Split all exercises into separate documents and adjust Markdown formatting accordingly
- Renamed Exercise 1.4.10 from "Push and Pop" to "Stacks"
- Renamed Exercise 1.4.11 from "Pop" to "PUSH and POP"
- Update TODO
- Update TODO list
- Reformatted as an unordered list because the version of GitBook for Gitlab Pages doesn't support Markdown checklists like the latest hosted GitBook platform does
- Removed entry for Chapter 1.4
- Update TOC to reflect structural changes to Chapter 1.4
- Updated TOC to reflect structural changes to Chapter 1.4
- Added "About the Author" section to title page
- Updated "Recent Changes" section of title page to point readers to this CHANGELOG and the TODO list
- Reformatted list of past contributors to the LLTHW project as its own section of the title page
## 2022-08-29
......
......@@ -7,7 +7,7 @@ author: \"the Phoeron\" Colin J.E. Lupton
<span style="font-size:36px;font-weight:bold;">Learn Lisp The Hard Way</span><br>
<span style="font-size:32px;font-weight:bold;">(Second Draft, In-Progress)</span><br><br>
<span style="font-size:18px;">by</span><br><br>
<span style="font-size:32px;">"the Phoeron" Colin J.E. Lupton</span>
<span style="font-size:32px;">"the Phoeron" Colin J.E. Lupton</span><br><br>
</span>
</p>
......@@ -20,30 +20,39 @@ author: \"the Phoeron\" Colin J.E. Lupton
```
<p align="center">
<span style="font-size:18px;">Past Contributors:</span><br>
<span style="font-size:24px;">
Leo "Inaimathi" Zovic<br>
Dann Toliver<br>
Gaelen D'Costa<br>
Josh Teneycke
</span>
</p>
{% hint style='danger' %}
This is a draft-in-progress edition of Learn Lisp the Hard Way. Content is being constantly added and revised. Please check back often for updates.
{% endhint %}
## About the Author
"the Phoeron" Colin J.E. Lupton is a full-time open-source developer (and
recovering serial entrepreneur). He first discovered the Common Lisp and Scheme
programming languages when he was 9 years old and has been in love with the
Lisp-family of languages ever since.
You can find him online on:
- common-lisp.net: [@thephoeron](https://gitlab.common-lisp.net/thephoeron)
- GitHub: [@thephoeron](https://github.com/thephoeron)
- Twitter: [@thephoeron](https://twitter.com/thephoeron)
## Supporting This Project
If you would like to show your support for this project, please consider sponsoring the author through GitHub Sponsors:
If you would like to show your support for this project, please consider
sponsoring the author through GitHub Sponsors:
https://github.com/sponsors/thephoeron
## Recent Updates
For a list of recent updates, please see the commit history on the source-control
repository at:
*Learn Lisp The Hard Way* is under active development and changes often. For a
list of recent updates, please see the [CHANGELOG](./CHANGELOG.md), and for a
summary of upcoming changes to look out for, please see the [TODO](./TODO.md)
list.
You can also check the commit history directly on the source-control repository
at:
https://gitlab.common-lisp.net/llthw/llthw.common-lisp.dev/-/commits/master
......@@ -57,6 +66,16 @@ Issue on the source-control repository at:
https://gitlab.common-lisp.net/llthw/llthw.common-lisp.dev/-/issues
## Past Contributors
Past contributors from the Toronto Lisp User Group no longer involved in the
project include:
- Leo "Inaimathi" Zovic
- Dann Toliver
- Gaelen D'Costa
- Josh Teneycke
## FAQ
**How long does this book take to complete?**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment