changeset 100:1fd37b122e4a default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 24 Jun 2025 12:15:30 -0600
parents 587399dc0e07
children
files src/elvish.html.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/elvish.html.luan	Mon Jun 23 22:40:58 2025 -0600
+++ b/src/elvish.html.luan	Tue Jun 24 12:15:30 2025 -0600
@@ -26,7 +26,7 @@
 
 			<p><a href="bash.html">Bash</a> is old and reliable, but it is far from perfect.  Bash is clunky and is cryptic for writing shell scripts.  Of course most modern shell languages are horrible.  The only exception I found is <a href="https://elv.sh/">Elvish</a>.</p>
 
-			<p>Elvish has a clean design with none of the quirks of Bash.  The only problem is that Elvish doesn't work.  Elvish doesn't handle background processes properly as described <a href="https://github.com/elves/elvish/issues/307">here</a>.  This means that if you open an Elvish shell, launch a GUI app from the command line, and later close the shell, then this kills the GUI app.  That's pretty bad.</p>
+			<p>Elvish has a clean design with none of the quirks of Bash.  The only problem is that Elvish doesn't work.  Elvish doesn't handle background processes properly as described <a href="https://github.com/elves/elvish/issues/307">here</a> and <a href="https://github.com/elves/elvish/issues/1641">here</a>.  This means that if you open an Elvish shell, launch a GUI app from the command line, and later close the shell, then this kills the GUI app.  That's pretty bad.</p>
 
 			<p>In general, no software written by modern programmers work properly.  Modern programmers have no conscientiousness.  They don't care about bugs and don't respond to user complaints.  The background process problem was what made me give up on Elvish, but presumably there are other problems that I didn't encounter.</p>