diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-09 08:55:36 +0000 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-09 08:55:36 +0000 |
commit | 7d3a3a8dbfe83388ffe86cbda3316cf210dd3302 (patch) | |
tree | 3f42b237912c1827939188cde316c4b6895470e0 | |
parent | bb5c8b3a6841ab58146621a2cf865ac6d35cb2ec (diff) | |
download | www-7d3a3a8dbfe83388ffe86cbda3316cf210dd3302.tar.gz |
lisp os: emacs
-rw-r--r-- | index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html index 0108e29..695eded 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,8 @@ <div id="ponder"> <h2>Help me ponder upon these questions</h2> These are questions that interest me. If I have more ideas on them, I might turn them into projects. + <h3>Sudden idea on the Lisp-like operating system</h3> + <p>Emacs is an example!</p> <h3>Help me choose licenses</h3> <p>I am currently unable to decide what license should I choose for my programs and other works. I used to use the GNU General Public License. Then I realized that (1) the GPL causes compatibility problems with those who wish to use another [free] license (who do exist) and (2) the GPL restricts on what a user can do with a work. I'm thinking of what freedom actually means—there are freedoms to do things and freedoms from being the object of some other person doing something. Does software which you can't distribute in any form you wish count as free software? I think so. However, as <a href="https://unixsheikh.com/articles/the-problems-with-the-gpl.html">https://unixsheikh.com/articles/the-problems-with-the-gpl.html</a> explains, the GPL is based on coercing people into sharing, but coercion not effective in any field to make people actually share. This is understandable. I might start using the GPL again for my programs (might even be the AGPL). However, you might wanna convince me (if you have good arguments on this) to use a license for my documents and books—I put them into the public domain, and I think that's okay. Please mail me if you have any thoughts on this. But sad examples: Minix was permissively licensed, got abused by Intel. The BSD stuff was permissively licensed, got abused by Apple.</p> <h3>What about a pure functional Lisp dialect, with monads and similar (Haskell) ideas?</h3> |