Phoebe Goldman
Phoebe Goldman
Personally, I am of the opinion that package names should be written as keywords, because I value having them autocompleted. For symbol names in clauses like `:export`, I certainly favor...
> Why is "polluting the namespace" a problem? Editors (i.e. Emacs with SLIME or SLY) examine the accessible symbols in a package when autocompleting. With no package prefix, they search...
This PR is beyond my ability to review. It's also quite old. Is anyone still interested?
haven't read the proposal yet, but name it `define-domain` so sly/slime will highlight it right.
I would use `:elif` rather than `:elsif`. The extra letter is no more clear (since it's still not complete like `:elseif` or `:else-if`), and Python's use of `elif` has cemented...
I'm reasonably confident of this, but reassure me: is the default toplevel binding of `*default-unwrap-stream-p*` `t`? And does that make this a backwards-compatible change? Will this change break anyone's code?
Can you get the symbol names in the `import-from` clause in the test package?
> I've never copied a printed coalton value to read. I tried for the first time today; I had some slow experiments which I queued up and ran over the...
Yeah, that'd make sense. I'll go write a patch and submit it to the list.
That would be nice, but I don't believe it's a possibility. Really, SB-MPFR should signal a non-continuable error at load-time (or possibly at compile time?) if MPFR is not present...