Re: Is it possible to get double-float from lisp?
Stas Boukarev <[email protected]>
| Newsgroups | gmane.lisp.slime.devel |
|---|---|
| Message-ID | <[email protected]> |
Leo Liu <[email protected]> writes: > Due to different syntaxes for floats: > > (slime-eval `(anything-that-poduces-double-floats)) => a variable > > I wonder if this is curable? Thanks. It's possible, make sure that SWANK-RPC::PRIN1-TO-STRING-FOR-EMACS prints doubles appropriately. -- With best regards, Stas.