diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2017-07-02 03:27:12 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2017-07-02 03:27:12 +0200 |
commit | 5caed45b8128a2eecb72eb1e5efd4e8049ed270e (patch) | |
tree | 23991c54f413d5fe5b547952bb1229cda43b7250 /doc/parens.texi | |
parent | 0b961d9e5faf67db9c69b5175a443a6c9f17cca4 (diff) | |
download | geiser-5caed45b8128a2eecb72eb1e5efd4e8049ed270e.tar.gz geiser-5caed45b8128a2eecb72eb1e5efd4e8049ed270e.tar.bz2 |
Fix for the fix for broken links
Actually, programming-musings.org is no longer a domain i pay for, and
the "canonical" reference to my blog post is in jaortega.wordpress.com.
Diffstat (limited to 'doc/parens.texi')
-rw-r--r-- | doc/parens.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index f4f44f8..26f0fd4 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -429,7 +429,7 @@ uses of a macro after redefining it. That's not a limitation imposed by Geiser, but a consequence of how macros work in Scheme (and other Lisps). There's also the risk that you lose track of what's actually defined and what's not during a given session. But, -@uref{http://programming-musings.org/2009/03/29/from-my-cold-prying-hands/index.html, +@uref{http://jaortega.wordpress.com/2009/03/29/from-my-cold-prying-hands/index.html, in my opinion}, those are limitations we lispers are aware of, and they don't force us to throw the baby with the bathwater and ditch incremental evaluation. Some people disagree; if you happen to find |