gilch

Results 87 issues of gilch

Closes #264. I still need to clean up use of terminology in the wiki, but the glossary should enable that. I'm not certain the documentation is using the terminology correctly...

I understand the concepts well enough to use Hissp, but communicating them is hard. I've started a glossary page on the wiki, and apparently some of the boundaries are muddied....

docs

Related to #179. This would be another code-walking macro tutorial. Again, #173 would have to be done first. I think I've got that implemented and pushed up in a branch,...

docs

Python 3.8 reaches end of life this year. (October, I think.) That means I can upgrade Hissp's Python version. I don't plan on making this change before the next release,...

The munger's short names have gone through several iterations. I think I'm mostly satisfied with the current set. `-` used to have `H` (short for "Hyphen-Minus", its Unicode name) as...

design

I like the discoverability of the macro namespace. Having it named that is helpful. The first line of a Lissp module is almost always going to use `alias`, `prelude`, or...

design

In a situation with an unbalanced `"` in a comment (#99, wontfix). ```lisp ;; " (defun bar () 2 ``` The only feedback the Emacs user gets are some cryptic...

I notice that in my config I've got `electric-indent-mode` and `smartparens-mode` added to the `parinfer-rust-troublesome-modes` list. I think we could also add to that `aggressive-indent-mode`, although that one might actually...

These are appropriate when used as metasyntax, but maybe not so much for examples when I just couldn't think of anything interesting. Not a high priority and not a blocker...

Next Hissp release should be soon. There were some breaking changes, so I don't expect Hebigo to work yet.