• Lali Another Lisp Implementation

    From keyboardan@keyboardan@tilde.club to tilde.projects on Thu Aug 20 09:08:49 2026
    --=-=-=
    Content-Type: text/plain
    Content-Transfer-Encoding: quoted-printable

    This is a project announcement.

    I have been making a Lisp language for the past year, or more. My
    original goal is to make a minimal Lisp language, that anyone can hack
    around.

    I chose tiny-lisp for the basis of this language. Then, I gave it a
    name: lali. During the course of development, and after much thinking,
    I reached some insights about programming languages, and I put some of
    those insights into lali.

    Then, I added a new goal: making the programmers mind joyful while
    programming. This was done by introducing the constants, and 'f' and
    't' and 'n', and by introducing the primitive function 'fill'.
    Afterwards, I also have added the primitive function 'say'. All of
    these, address some of today's programming issues and ease the mind of
    the programmer.

    Keeping lali minimal is also a goal. Specially for hackability.


    lali is reaching some maturity, and is now safe to be used. Reporting
    issues or contributing with git patches are welcome, and can be emailed
    to me :-) .

    lali depends on GNU Readline for execution. And to build it, now need
    the basic suit for building C in GNU. To build the documentation, you
    need `md2html` (although I will be changing the documentation format
    from Markdown to Texinfo, in the near future).

    Expect few or more changes to be added to the project.

    Source code: http://tilde.club/~keyboardan/git/lali.git/
    Language Documentation: http://tilde.club/~keyboardan/lali/
    Another publication: gopher://tilde.club/0/~keyboardan/phlog/2025-11-30__Lali_Another_Lisp_Imple= mentation_release.txt

    If you want to talk anything about lali or Lisp in general, you may, or
    email me, or write an article reply on this message thread :-) .


    Cheers for Freedom ;-) ,

    =2D-=20
    A little Consideration, a little Thought for Others, makes
    all the difference. ~ Alan Alexander Milne

    --=-=-=
    Content-Type: application/pgp-signature; name="signature.asc"

    -----BEGIN PGP SIGNATURE-----

    iQJmBAEBCgBQFiEEOVeKaEm0xBhCsMmYlk/BEMQK1XUFAmqGthEbFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMiwyFhxrZXlib2FyZGFuQHRpbGRlLmNsdWIACgkQlk/B EMQK1XU+Bg//fqWZ5g70A2Ct0SH1JyywB9paNAomo23jFjwpyT5RsnFnJEcUxwO8 wWqSaBIBuuH67paaDZMK4tVWWSbZQ3Hlrro0FQBSYLWAUDsSM2QkvL45G+YqlERU 28CVVgxXORojhuUFJSoZbfvR0Ns1pe9ECjWUSwnalWYLiwTovoeJL9WMkf0b0C+N HTW2vSgk+fMtkuDwKXNoE07mCfmrlUSMNKP4D7mvcD6gbewyQX0gQKVoynh+enk4 BZ1jvIoPRluG8RHYs/pax2kJAeNrQl1reSARpdGSWKFGFiTeBtYV+zYkGjD4ncMH 3AskswBa++CHNg80OcBOXhxa/C6gILtLx0an4aLwFKu19E4Uar5y8iLCvq1hhm9l 5xUNUMMLovEmrCn5M7LMUwEMx6sMNHZY9tqgy5nyZAG62Fk/kYvPYQ7bAoWb5Ams UaZV+Dzi4XyK0i3VYsr3HKQIuoK1T8ucCbn5bQPvMiHi7MHrk9Mm6Au9bDmStamT CUvJ/Pz7n9+eXNbhoWlWIsFcCQ4BhSyFzuGKWn03SOE4x0XYx8c9wPdg8hbUj3PT aNz3sEYHpw23laKyciTvCMr59A0VyKUlIlYMXaOG/aopp20Bd7mxHCvgp+Y3YCyQ CTz8umZjy+91HarOuOKEFbLq5uCQsRzhRMomgmoIRsla5yUdg2FIe6I=
    =gQlJ
    -----END PGP SIGNATURE-----
    --=-=-=--
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From James Tomasino@tomasino@cosmic.voyage to tilde.projects on Wed Aug 26 16:33:30 2026
    On 2026-08-20, keyboardan <keyboardan@tilde.club> wrote:
    I have been making a Lisp language for the past year, or more. My
    original goal is to make a minimal Lisp language, that anyone can hack around.

    this is the coolest. I love little languages. I need to be honest with
    myself and admit I probably won't have time to play with it, but I'm
    still glad you made and shared it. I'll share it around with some lisp
    lovers.
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From keyboardan@keyboardan@tilde.club to tilde.projects on Fri Aug 28 09:56:12 2026
    --=-=-=
    Content-Type: text/plain
    Content-Transfer-Encoding: quoted-printable

    James Tomasino <tomasino@cosmic.voyage> writes:

    On 2026-08-20, keyboardan <keyboardan@tilde.club> wrote:
    I have been making a Lisp language for the past year, or more. My
    original goal is to make a minimal Lisp language, that anyone can hack
    around.

    this is the coolest. I love little languages. I need to be honest with
    myself and admit I probably won't have time to play with it, but I'm
    still glad you made and shared it. I'll share it around with some lisp lovers.

    Hi tomasino!

    Thank you /very much/ for replying. Your enthusiasm and your kindness
    passes through into here :-D .

    And thank you for your honesty. I have made lali because I find
    Scheme's eval application too complicated, because Scheme deviates too
    much (in my liking) from the original LISP, and because I find Common
    Lisp too bloated.

    I took the proper time to choose a source code base which was worthy (tiny-lisp). And I fixed some bugs in tiny-lisp code (didn't share
    these because I don't have a github account, and I prefer submitting
    patches the git-send-email(1) way).

    lali is still improving :-) .

    Do share the source code. And say to people that they can contact me to
    the email address in the headers of the source code files'. Or that
    people can send me nice git patches.

    Making lali did give me knowledge, and I learned from it. I now have a
    better opinion on what is, to me, a good Lisp x-P .

    I hope every person enjoys lali... :-) .


    Cheers for Freedom,

    =2D-=20
    A little Consideration, a little Thought for Others, makes
    all the difference. ~ Alan Alexander Milne

    --=-=-=
    Content-Type: application/pgp-signature; name="signature.asc"

    -----BEGIN PGP SIGNATURE-----

    iQJmBAEBCgBQFiEEOVeKaEm0xBhCsMmYlk/BEMQK1XUFAmqRTSwbFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMiwyFhxrZXlib2FyZGFuQHRpbGRlLmNsdWIACgkQlk/B EMQK1XUHOBAAmYe+Y2DrqByuBHH6T2eDiP+IWBNup1TAG1hsbP50yGx0TFFE0q24 FP6/lDd/8nrXiQAEXF73og+yIA6tqUl8ZZF4/jAbU5l0jKyHfObgGC9UjqAyUPt6 kQ1p1kNaH8i0D+Fnz7P+lNZWuEu/UHjPGBW1p6oSHQRlJ/Lq2B3N6n1c0fPEAb6e kQ+S5Zq32XJv98E9IIcpHX++YWn/0Ypc1bwdw2tzAbV+Du7bAWFRCm1UwazCeqFY 8ULozgHOS9ETpN7zHWVWcMrb1WGmyXbDdLovuJoUfUS1SHM0OE10qkZmMCuC1rnt 6MgtJIzB/d1y4OrDoKmk9kIQso8jMJw/bVS9nN4gWpFeYASHo0HTgbS0hJnyyV3j eGxyOOHyRd8E0ytgAeCHU8Mo9x+eDfXyuKI+00nHlhAyT/e85yzX72Jb+bFklZwz hxW3r8jz0Q8YTArqXWiCuz97kr9TieNLtU0MQKGpvcjkRgmtLtTJqG6NlzUsNYs0 zu99tTmKRfzhGEQb2IpquFWjsWj34VvocD1MF5rCznTbp7dG76tmfRLjMFJVyIlk 6uOGzL7EkYVP7W/e5/Cvyi1AIS+1V+p8Yav3nhp2SkSKfkQCz6GulIwsefCgwcMP kmtwAk21Q/6kvNN4ISCb92VXeHrsjFoAloQ4Hq+V174/EKXwhRM8f1w=
    =fVB8
    -----END PGP SIGNATURE-----
    --=-=-=--
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From ant@ant@tilde.club to tilde.projects on Wed Sep 2 14:38:12 2026
    keyboardan <keyboardan@tilde.club> wrote:
    I took the proper time to choose a source code base which was worthy >(tiny-lisp). And I fixed some bugs in tiny-lisp code (didn't share
    these because I don't have a github account, and I prefer submitting
    patches the git-send-email(1) way).

    I think tiny-lisp will benefit from your work, even if you share it as
    series of paches or give the a URL to your repository for selective
    merging. The means do not matter in this situation as much as your
    actual contributions. A caring maintainer will find a way to integrate
    your changes into his project. Do share!
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From keyboardan@keyboardan@tilde.club to tilde.projects on Thu Sep 3 14:46:56 2026
    --=-=-=
    Content-Type: text/plain
    Content-Transfer-Encoding: quoted-printable

    ant <ant@tilde.club> writes:

    Do share!

    To which email address? That is the question...

    =2D-=20
    A little Consideration, a little Thought for Others, makes
    all the difference. ~ Alan Alexander Milne

    --=-=-=
    Content-Type: application/pgp-signature; name="signature.asc"

    -----BEGIN PGP SIGNATURE-----

    iQJmBAEBCgBQFiEEOVeKaEm0xBhCsMmYlk/BEMQK1XUFAmqZelAbFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMiwyFhxrZXlib2FyZGFuQHRpbGRlLmNsdWIACgkQlk/B EMQK1XXYEg/9Fkd4w/6m0UHLFN1JfTTIbKMbMKTt7C5VYAJgy9TFtEuAHS1xsyoH HNDcnfYBm9686yZzKPZYz11AeQeFU0x5kPoUTJEV/2u6ib8mxymBaZubIdhDds2e bu6aMbqh0ElhHRNb+4pKdL/HBIsFNZvqi25cDxm7GfUVjXWTzN1gTlYhUlclTdaM lglGsfqKf+vZ1bP677Kat3QwVIVv6ncMMLMRTfYUD4Cz7zGzX5mZ/tirDLXycXcI KbjJPjmDizt/yhohAcGD8wWaPfs5vZ42jgzpk1+7p2oLKVjKR/W3H3WVjdhhbWs4 0jE0PX/lv52Epyw0+TnDhh6KlRyeL6HwT5zUTZy9Bcdua248HSRqn7rLbh2qpqz9 ORJ/PRQOPb4+DODb/6KhsHLZYm82l5/vZpuqHbP1GHT+HzdUB6qKLP/8H/Lv4EuN 0hF6mTTVw7iQx60MzH+naTeDy+ecbhH49udRjTCg9mL7VJnLWPpWuo9ftBxOcLDG aNasdGgmQrMEpyiB8nJxjoxjWuLBjaObbihA4NTjz+6KeZF9JGQRoGovXVVa0OvQ i2cI91r7LlNFmjrvB+g2YHEkDHkrwF9ptfVkUaxr9/xkKeN8vyqt1jnFh2pPcbvq wy2hoxjkSWLdz+hu7YMyGQ30U//2wL9ehkMaPYbcvDkCRY9XXngyyhk=
    =3Ibj
    -----END PGP SIGNATURE-----
    --=-=-=--
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From ant@ant@tilde.club to tilde.projects on Thu Sep 3 20:28:53 2026
    keyboardan to ant:

    Do share!

    To which email address? That is the question...

    Try this one:

    Name: Matthias Pirstitz
    Email: matp@matp.at

    It is likely the contact of the mainainer of <https://github.com/matp/tiny-lisp> .
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From keyboardan@keyboardan@tilde.club to Matthias Pirstitz on Fri Sep 4 10:52:10 2026
    --=-=-=
    Content-Type: text/plain
    Content-Transfer-Encoding: quoted-printable

    ant <ant@tilde.club> writes:

    keyboardan <keyboardan@tilde.club> wrote:
    I took the proper time to choose a source code base which was worthy >>(tiny-lisp). And I fixed some bugs in tiny-lisp code (didn't share
    these because I don't have a github account, and I prefer submitting >>patches the git-send-email(1) way).

    I think tiny-lisp will benefit from your work, even if you share it as
    series of paches or give the a URL to your repository for selective
    merging. The means do not matter in this situation as much as your
    actual contributions. A caring maintainer will find a way to integrate
    your changes into his project. Do share!

    Hi Matthias.

    Just noticing you that lali (a tiny-lisp fork) project lives at:

    - https://gitlab.com/alexandre1985/lali/

    There have been some improvements to tiny-lisp in lali. Do check lali's source-code commits.

    tilde.projects Newsgroup is also a place where discussion's around lali
    will happen. To publish to this Newsgroup, you will need an account or
    in http://tilde.club/ or in http://sdf.org/ . You are welcome!


    Cheers for Freedom,

    =2D-=20
    A little Consideration, a little Thought for Others, makes
    all the difference. ~ Alan Alexander Milne

    --=-=-=
    Content-Type: application/pgp-signature; name="signature.asc"

    -----BEGIN PGP SIGNATURE-----

    iQJmBAEBCgBQFiEEOVeKaEm0xBhCsMmYlk/BEMQK1XUFAmqalMobFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMiwyFhxrZXlib2FyZGFuQHRpbGRlLmNsdWIACgkQlk/B EMQK1XUzKRAAuVdm/GDJTMsXyNpEuOxjJZ4AmPScN/6pd5aJx0NZDfWvMRJ63e8Z 2/1NbcB8lf/RYU5vWrEMcXTQH+ZSLEQeEHGfb52WYbUTmPrYtmP79JlXihfW8vjZ aeyLXVNczm+5bVbCo/P6Vlwbg1qHCPxSqkCsTGVn7kulD5vO9yuQTsYgaYlkS5oz E9deVc48/om13fGDVUREYkrNhNpq7bwWx0wfqhUuPfNIH9uAlJD90mhC28QqKIGd 5HHcU+jkCrEYFabVPp0l30UzG4/9q7412EabSLTYgYb2uSIviPZ8HwtkaKvO4iCS lCYUHdFq3qZJXbfPiQUU6LF9f1pPCftS+OMnB0XzR7MG7KzGf+6BsV+4FC8YBS5I k7hcz3/ozNK0WYoI5nIpyY0oWr8ir3aDIkLKsptFEn1sAMMVhiSSChd8OJCS0Ccc LqX5iL32WN/yMPirC6gpUMoFXF0uWN8TMUDJn1UVoOYKp7Gjt/3kgnjziQV5r+Pv p2r7Z464TLxZP5kdYbfVFrJe8rRGjM3j9QZrYRqFAQ0WwOlq/SaBLddPjt61mnOb yXCrbc+WMXMQy40DCrn8Wl2h3XQPh3PxXjWDQXhOoD8OX+TtmJjwLQp4v/PSUWHE Xmp0mq2TZ+prkQdIoNZUu9L7HaulZPDcVBokpu4xZzNPgfbVm6+TpX4=
    =tL9r
    -----END PGP SIGNATURE-----
    --=-=-=--
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From keyboardan@keyboardan@tilde.club to tilde.projects on Fri Sep 4 11:01:26 2026
    --=-=-=
    Content-Type: text/plain
    Content-Transfer-Encoding: quoted-printable

    ant <ant@tilde.club> writes:

    keyboardan to ant:

    Do share!

    To which email address? That is the question...

    Try this one:

    Name: Matthias Pirstitz
    Email: matp@matp.at

    It is likely the contact of the mainainer of <https://github.com/matp/tiny-lisp> .

    Thanks ant.

    It happens that I already had Matthias' email address stored locally,
    and that I also had already sent Matthias an email in the past, without receiving a reply.

    Either way, I went along and have sent per yet another message.

    =2D-=20
    A little Consideration, a little Thought for Others, makes
    all the difference. ~ Alan Alexander Milne

    --=-=-=
    Content-Type: application/pgp-signature; name="signature.asc"

    -----BEGIN PGP SIGNATURE-----

    iQJmBAEBCgBQFiEEOVeKaEm0xBhCsMmYlk/BEMQK1XUFAmqalvYbFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMiwyFhxrZXlib2FyZGFuQHRpbGRlLmNsdWIACgkQlk/B EMQK1XXkYw//Yas82jOYR+5qOQRPtKWRZ/1o6tNFejgtnWasTQ5FoGdLpF3qxQho 4B29TLJaUdK/s2yNhkzzmQ/CgypxflNM87wjE1fD0s7tf1tISF8XjSZtvmffBp3e ZplLyULd6qSinxvykqtuwVmeOyi0K8xYIZRlIiKFA+REJA+M81gXoDqyO4m3FbA9 cVR+e9AbuGcvUGWPy8NBsyvBcQp0FgL2qzYb1sJ+l7fOKZ5JY22OWcBG0Wqv/SV8 q0ZLrWNEppWhGc93+7buuEzrRPSnlrqmucO/KD8N6biYGhjiS3dO9FNbBdtLJemI 8CIe/DP/teUP8M96Bx9iBModE38D6o3Ng5RRmyQbagfTK55M6O0wrx4HqUCsyWY4 BGUAJIQPdY1tchRWLRhf0oYHDRi9rY2XGDGK6ae0sb5AdB4TgJgiPsvHnygxWrdO HFRSu/VtipLUwrSWAFc1W0DR8uH7SsXflYDx/ZZ7hHo/NvqD573Cf26wEmOI358d L9wUVuosucb+e5/r7NkeaztikkS3e5mAVIVFfEqedxmtbQq1KcYjKZfRZiEQBRTM R7hQoH1gDiWlmWOVYl0tDaKYeYupAvGuyby6zZnKcaKQJV17noUNSbf4Jwbipiw6 bLDDBChF/G4fetP586TVvfSbbVfTNSnoUmVnIkFVkOYghBVrA3o9rNE=
    =jLpA
    -----END PGP SIGNATURE-----
    --=-=-=--
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From ant@ant@tilde.club to tilde.projects on Fri Sep 4 18:50:37 2026
    keyboardan:

    It happens that I already had Matthias' email address
    stored locally, and that I also had already sent Matthias
    an email in the past, without receiving a reply.

    Well then, if does not reply in a week, I can post your
    e-mail in the Issues section of the project's Github page,
    if you permit me to do so.
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From keyboardan@keyboardan@tilde.club to tilde.projects on Fri Sep 4 22:46:52 2026
    --=-=-=
    Content-Type: text/plain
    Content-Transfer-Encoding: quoted-printable

    ant <ant@tilde.club> writes:

    keyboardan:

    It happens that I already had Matthias' email address
    stored locally, and that I also had already sent Matthias
    an email in the past, without receiving a reply.

    Well then, if does not reply in a week, I can post your
    e-mail in the Issues section of the project's Github page,
    if you permit me to do so.

    Please no, ant, I don't permit it.

    Thank you, anyway.

    =2D-=20
    A little Consideration, a little Thought for Others, makes
    all the difference. ~ Alan Alexander Milne

    --=-=-=
    Content-Type: application/pgp-signature; name="signature.asc"

    -----BEGIN PGP SIGNATURE-----

    iQJmBAEBCgBQFiEEOVeKaEm0xBhCsMmYlk/BEMQK1XUFAmqbPEwbFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMiwyFhxrZXlib2FyZGFuQHRpbGRlLmNsdWIACgkQlk/B EMQK1XW6lQ//S7Lon8Igha2GdPTjryLxoPy1pvaZ4yZAqn8AE428hyXeHiLilic8 1j0LInzFAxW8gOtM89VEMtIeR+OK65VoKbzDpiHe/Fx9wHzcqKxG3KDP5/klWT3D hDfMvumXkZbMf4f89xDDMTvG8s2JNhLR8es7JvWI/socuuJi2SO9DjnE03CD4btK aWrblxgQpLP7MOPNaeLj3z7hTeqk85u90ipS13rtai1TkojZYbecY6XU0ukiRa3N XYSsjNU8qVZST+e1rd9WNYL3wzNpN6OpjQSmMG4i6km7f1WQ5z4a8CjvKu0flZpc /5c7b5IiJdP7mnu0Chz7f053lDhWsDw9+UO6BIPvtsCEsBVnj0NVhTrUY3l/PtTA iQHbi3OI0ocVuDtPuNwjZkERW/OwNnFiBKfFiqpS7QrHSgvGdAqMF+KUk02KQu7r 4uZUHknkA1sK5DuWWwz6jnpCEyt/3qkzUluvAIkGdSxpcDGgktVHVAq/m0dV1awV Ug3LI9ZXQoA42B0mXSm1rwtq0iRwWJWZeb7JZhA+p4O1NhucpslAF4znZyCm6q+n D29oErtjby6/SnA5ef4Voukaz9ooXw6Lim1hOvGaIMfRRaWH+JYAAwIm6e3sOk6t BFuIjHdrPlZMijMZ24zN4H/3Vv+UYbsm6uiF160FAoG3gHDHy0t4rhg=
    =Lozm
    -----END PGP SIGNATURE-----
    --=-=-=--
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From keyboardan@keyboardan@tilde.club to tilde.projects on Fri Sep 4 22:50:52 2026
    --=-=-=
    Content-Type: text/plain
    Content-Transfer-Encoding: quoted-printable

    keyboardan <keyboardan@tilde.club> writes:

    ant <ant@tilde.club> writes:

    keyboardan:

    It happens that I already had Matthias' email address
    stored locally, and that I also had already sent Matthias
    an email in the past, without receiving a reply.

    Well then, if does not reply in a week, I can post your
    e-mail in the Issues section of the project's Github page,
    if you permit me to do so.

    Please no, ant, I don't permit it.

    Thank you, anyway.

    ... but feel free to promote lali, even in the Issues section.

    You may give the URL of lali's online Git repo (there are 2 different
    places for lali, online).

    Thanks.

    =2D-=20
    A little Consideration, a little Thought for Others, makes
    all the difference. ~ Alan Alexander Milne

    --=-=-=
    Content-Type: application/pgp-signature; name="signature.asc"

    -----BEGIN PGP SIGNATURE-----

    iQJmBAEBCgBQFiEEOVeKaEm0xBhCsMmYlk/BEMQK1XUFAmqbPT0bFIAAAAAABAAO bWFudTIsMi41KzEuMTIsMiwyFhxrZXlib2FyZGFuQHRpbGRlLmNsdWIACgkQlk/B EMQK1XX6hg//ZbtkjFad1aLPN/6m6HgLc5yIsnunB9ZHk2e3VIKP2t6UYwJrpacT jlE4ee0keCrwGsf1JG0PWH96pqOX5VKWizIZhH9/HM7r1dabwn9Kdta3mCZA9nw0 5zZmCxuWWJ09Hgc/lNJOAPs/xYTGvMJDvZZYxW8DYAsz9cmr8ttlejlVqNOMSipE WmYW2PCvmB4UviJYDXohCrELNmhGcvbEACyJR4G9LnFo49Mimn5DuiEwhRyi+yiW kbPGB+CZQL04fcvurZ2n4YvCCR2/V7c0LEKV+A7e0jIwLgy7TEYiayFUgvDD3wxa kxuhryIuEuCTDNE4iksQhwlKrjimX6Ch7a9b0kjee2N9G5BSWvBzVslvv0M1jNIk 9wBHEwrujea+1wrXyGipkre50fYf3MucP2ajd01rEoMPYej3KpJiQp+vIF9JFwke vULT+5wN7XBOOs6o9JggkoxUm2QSqvPGv7yaKdwgA+JaGUX/ni7sAd+fCtZs8lIn ZLHO+B9oNedaMteWxZwGsKv+RuzP7J4gLbpasg7rDQcMLOrsKMdSWiLv3bi8olS0 XLLo3Tb8v5xbJT5MZbJgPpbz0iKHPeZCPx3MkSwAUkrVHeAk/Zg7UyUNcWM/yHUQ JeVUpveL6E998qV/51VQzSJECMEP5+7GGFUFjskKPvHTsV3QMrzOZKk=
    =+q2D
    -----END PGP SIGNATURE-----
    --=-=-=--
    --- Synchronet 3.20a-Linux NewsLink 1.2
  • From ant@ant@tilde.club to tilde.projects on Sat Sep 5 23:44:05 2026
    keyboardan to ant:

    Well then, if does not reply in a week, I can post your
    e-mail in the Issues section of the project's Github
    page, if you permit me to do so.

    Please no, ant, I don't permit it.

    OK.

    ... but feel free to promote lali, even in the Issues
    section.

    You may give the URL of lali's online Git repo (there are
    2 different places for lali, online).

    My idea was to bring his attention specifically to your
    fixes and improvements in tiny-lisp that you failed to do
    yourself because you have no Github account. It is for that
    reason that I proposed to re-post your e-mail. I am not
    going to promote lali in tiny-lisp issues; that would be
    off-topic there.
    --- Synchronet 3.20a-Linux NewsLink 1.2