diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-21T19·47+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-21T19·47+0000 |
commit | b53ae61db2228022cbe9883b539bd90eb07c96a8 (patch) | |
tree | 6e9cd5fca37e28eb457d529eb8ab788c1392f51e /org/essays.org | |
parent | 00177d2e65f8b68630594884b5028217052d5bdf (diff) |
Read PG's Lisp for Web-Based Applications
Read Paul Graham's notes about the benefits of building Viaweb with Lisp. I found it interesting how his competitors (in the 90s) were using CGI scripts to build their web applications. I wonder how much of his advice would hold true today...
Diffstat (limited to 'org/essays.org')
-rw-r--r-- | org/essays.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/essays.org b/org/essays.org index 95146e09e313..445e52121f40 100644 --- a/org/essays.org +++ b/org/essays.org @@ -183,7 +183,7 @@ * TODO Being Popular * DONE Java's Cover * DONE Beating the Averages -* TODO Lisp for Web-Based Applications +* DONE Lisp for Web-Based Applications * TODO Chapter 1 of Ansi Common Lisp * TODO Chapter 2 of Ansi Common Lisp * DONE Programming Bottom-Up |