Artyom Bologov

Results 67 issues of Artyom Bologov

- [x] Start the dribble file with an `(in-package :NAME)` for code reproducibility. If the package is unknown, the code might be read really wrong... - While 90% of REPL...

bug
help wanted

`definterface` was a premature optimization. Inspector is restricted by this abstraction, and this abstraction is not really universal due to being inspector-specific. It will help to make `inspect*` even more...

bug
brainstorm/discussion

- [ ] Adjust printing to options (i.e. print `(a[y] or [n]ay)` when `ay` and `nay` are the only options). - [ ] Maybe make `yes-or-no-p*` stricter after all? -...

enhancement
good first issue
brainstorm/discussion

- [ ] Speed up on ECL. - [ ] Add case-sensitivity setting, like in Allegro. - [ ] Maybe refactor the arguments to keyword args—it's getting too crowded for...

enhancement
good first issue

Now that I've included Graven Image into my default config, ABCL takes 13+ seconds to start, with most of the time dedicated to Graven Image compilation. Is there any way...

bug
enhancement
help wanted

This uses `void *` instead of QWhatever pointers in function return types. This is consistent with how we treat C++ objects -- as opaque pointers -- and will probably cause...

[Claw](https://github.com/borodust/claw) (A bit more on how it's intended to work in [this blogpost](https://borodust.org/2020/06/12/claw-honing/)) seems to be a good idea for handling C++ bindings, because it generates the necessary C/C++ binding...