From fedde424e51371f7a9c5dad011508e5a193c4171 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 2 Jan 2017 11:26:41 +0000 Subject: [PATCH] Brief note on bignums --- bignum.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 bignum.md diff --git a/bignum.md b/bignum.md new file mode 100644 index 0000000..7f66eda --- /dev/null +++ b/bignum.md @@ -0,0 +1 @@ +It's crucial to the concept of post-scarcity computing that it supports arithmetic over any numbers and is not limited to particular memory representations. So bignums must be supported. How exactly we'll represent bignums I don't yet know, but I'll probably look at SBCL's implementation and copy that. \ No newline at end of file