gilch
gilch
I sometimes look over the docs, see a minor problem, and then forget what it was. I'll collect them here so I don't forget. The style guide has a broken...
Hissp is in a feature freeze for the time being. Hebigo needs to catch up, and I need to dogfood it more before I'll feel confident where to take it...
Hissp is more functional in emphasis than Hy and has more stars than Basilisp.
For example, ``` builtins..float#*=() ``` is `0.0`, but ``` bn##float *=() ``` is `float`, just like `bn#float`. I'm not sure it's possible for the alias metaprogram to distinguish these cases,...
A Lissp Kwarg token is like a symbol ending in `=`, where the next-to-last character is either alnum or escaped with a backslash (otherwise it's just a symbol ending in...
## Reproduce Click on https://jupyterlite.readthedocs.io/en/latest/_static/lab/index.html. (Also reproduced on stable.) Enter `import code; code.interact()`. (Doesn't seem to matter if it's console or notebook, or if it's Pyodide or Xeus Python.) Raise...
If I manually close an incognito tab or window, the closed tabs show up as expected in the "Recently closed" list. This is convenient if I accidentally close something I...