chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e33edd6
)
dot/lisp-init.lisp: Use `double-float' by default.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:33:39 +0000
(
04:33
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000
(
04:34
+0100)
Not sure what they were thinking.
dot/lisp-init.lisp
patch
|
blob
|
blame
|
history
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index 44af5fe214145f33754b34320e96e2eb08542b15..64faf2bdb0fe24c790012115914d4f7fbff3c37a 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-126,6
+126,9
@@
(set-dispatch-macro-character
(declare (ignore char arg))
(values (read-line stream))))
(declare (ignore char arg))
(values (read-line stream))))
+;; Use double-precision by default.
+(setf *read-default-float-format* 'double-float)
+
;; Start up Swank.
(export 'crank-swank)
(defun crank-swank (&rest args)
;; Start up Swank.
(export 'crank-swank)
(defun crank-swank (&rest args)