2016-01-01T00:24:20Z lnostdal__ quit (Ping timeout: 245 seconds) 2016-01-01T00:56:49Z lnostdal joined #sbcl 2016-01-01T00:57:55Z yuankode quit (Quit: ERC (IRC client for Emacs 25.0.50.1)) 2016-01-01T02:10:47Z mlrutherford is now known as mlr|afk 2016-01-01T04:06:18Z scymtym quit (Ping timeout: 255 seconds) 2016-01-01T04:16:29Z mlr|afk is now known as mlrutherford 2016-01-01T04:35:09Z flavioc quit (Ping timeout: 245 seconds) 2016-01-01T07:32:19Z mlrutherford is now known as mlr|dreaming 2016-01-01T08:09:01Z clique joined #sbcl 2016-01-01T08:34:47Z clique left #sbcl 2016-01-01T08:44:30Z scymtym joined #sbcl 2016-01-01T10:36:26Z specbot quit (Remote host closed the connection) 2016-01-01T10:36:27Z minion quit (Remote host closed the connection) 2016-01-01T10:38:58Z minion joined #sbcl 2016-01-01T10:39:37Z specbot joined #sbcl 2016-01-01T10:49:24Z Bicyclidine quit (Ping timeout: 256 seconds) 2016-01-01T11:09:17Z jdz quit (Ping timeout: 255 seconds) 2016-01-01T11:13:46Z lnostdal quit (Ping timeout: 240 seconds) 2016-01-01T11:13:59Z jdz joined #sbcl 2016-01-01T11:15:44Z Bicyclidine joined #sbcl 2016-01-01T11:28:41Z lnostdal joined #sbcl 2016-01-01T11:48:55Z Bicyclidine quit (Ping timeout: 260 seconds) 2016-01-01T11:52:49Z yuankode joined #sbcl 2016-01-01T11:54:50Z lnostdal quit (Ping timeout: 265 seconds) 2016-01-01T12:00:17Z edgar-rft quit (Quit: edgar-rft) 2016-01-01T12:06:20Z lnostdal joined #sbcl 2016-01-01T12:15:19Z Bicyclidine joined #sbcl 2016-01-01T12:32:02Z psy_ quit (Read error: No route to host) 2016-01-01T13:32:25Z attila_lendvai joined #sbcl 2016-01-01T13:32:25Z attila_lendvai quit (Changing host) 2016-01-01T13:32:25Z attila_lendvai joined #sbcl 2016-01-01T14:03:21Z eudoxia joined #sbcl 2016-01-01T15:09:15Z flavioc joined #sbcl 2016-01-01T15:54:34Z eudoxia quit (Quit: Leaving) 2016-01-01T16:09:33Z lnostdal quit (Ping timeout: 265 seconds) 2016-01-01T16:11:48Z mordocai quit (Ping timeout: 272 seconds) 2016-01-01T16:21:24Z lnostdal joined #sbcl 2016-01-01T16:50:34Z lnostdal_ joined #sbcl 2016-01-01T16:53:26Z lnostdal quit (Ping timeout: 240 seconds) 2016-01-01T16:53:30Z mordocai joined #sbcl 2016-01-01T17:03:46Z mlr|dreaming is now known as mlrutherford 2016-01-01T17:18:56Z Bicyclidine quit (Ping timeout: 272 seconds) 2016-01-01T17:24:35Z lnostdal_ quit (Ping timeout: 260 seconds) 2016-01-01T17:28:51Z lnostdal_ joined #sbcl 2016-01-01T17:30:54Z pchrist quit (Quit: leaving) 2016-01-01T17:31:38Z pchrist joined #sbcl 2016-01-01T17:33:17Z mlrutherford: how would someone compile SBCL using CLISP? 2016-01-01T17:35:36Z mordocai quit (Ping timeout: 264 seconds) 2016-01-01T17:50:22Z Bicyclidine joined #sbcl 2016-01-01T18:38:36Z flavioc quit (Ping timeout: 264 seconds) 2016-01-01T19:05:01Z flavioc joined #sbcl 2016-01-01T19:08:10Z karswell joined #sbcl 2016-01-01T19:15:05Z attila_lendvai quit (Read error: No route to host) 2016-01-01T19:15:10Z attila_lendvai1 joined #sbcl 2016-01-01T19:15:10Z attila_lendvai1 is now known as attila_lendvai 2016-01-01T19:15:10Z attila_lendvai quit (Changing host) 2016-01-01T19:15:10Z attila_lendvai joined #sbcl 2016-01-01T19:18:32Z flavioc quit (Ping timeout: 276 seconds) 2016-01-01T19:59:18Z hydan joined #sbcl 2016-01-01T20:05:07Z sea` joined #sbcl 2016-01-01T20:05:20Z scymtym: mlrutherford: a host compiler is selected by invoking make.sh with an --xc-host='HOST HOST-OPTIONS' option. for clisp, something like sh make.sh --fancy --xc-host='clisp -ansi -on-error abort' should work 2016-01-01T20:05:59Z sea`: Hi all, my floats aren't big enough. I just spent about half hour trying to debug the problem before I noticed that my most-positive-long-float is just a tiny 1.7976931348623157d308. Why isn't it much bigger? Is there a compilation option that I missed? 2016-01-01T20:08:34Z hydan quit (Remote host closed the connection) 2016-01-01T20:09:02Z sea`: Right, my double-floats are /equivalent/ to my long-floats 2016-01-01T20:09:05Z sea`: That's not cool 2016-01-01T20:09:34Z flip214: use integers, they're big enough ;) 2016-01-01T20:10:31Z mlrutherford: scymtym, thanks, friend. Compiled it and it worked :) 2016-01-01T20:20:56Z scymtym: mlrutherford: np 2016-01-01T20:21:29Z scymtym: sea`: iirc, cmucl has "actual" long-floats 2016-01-01T20:22:18Z sea`: I switched to clisp to run my code earlier but it's too slow. It's just this one particular function that relies on long floats, and I can't slow the whole thing down for that one function 2016-01-01T20:22:42Z sea`: Besides, I'll need to figure out why the long floats are the same size as the double floats eventually anyway 2016-01-01T20:24:04Z sea`: Right, I grabbed the sbcl 1.3.1 binary from the website and it also has the same problem. What am I missing? 2016-01-01T20:24:40Z scymtym: sea`: that's an implementation decision. the standard allows different float types to be identical 2016-01-01T20:25:12Z scymtym: sea`: my statement regarding cmucl was not quite right. see https://common-lisp.net/project/cmucl/doc/cmu-user/extensions.html#toc14 2016-01-01T20:26:04Z flavioc joined #sbcl 2016-01-01T20:32:15Z sea`: Who made that decision? I don't like it at all. Just wrap libmpfr in there and it'll work perfectly 2016-01-01T20:53:03Z flavioc quit (Ping timeout: 260 seconds) 2016-01-01T21:10:20Z scymtym: sea`: sbcl has a "contrib" module called sb-mpfr which exposes some of libmpfr's functionality. see contrib/sb-mpfr/README.md. maybe that module has what you need 2016-01-01T21:23:20Z sea`: Maybe. I'll check it out some other time. I ended up writing the code over in C++ with mpfr-c++ and gmpxx. I think I might just learn Julia and use that instead of lisp 2016-01-01T21:46:26Z attila_lendvai quit (Ping timeout: 240 seconds) 2016-01-01T22:00:15Z mordocai joined #sbcl 2016-01-01T22:00:23Z mordocai quit (Changing host) 2016-01-01T22:00:23Z mordocai joined #sbcl 2016-01-01T22:00:54Z mordocai_ joined #sbcl 2016-01-01T22:07:04Z csziacobus joined #sbcl 2016-01-01T22:09:58Z lnostdal_ is now known as lnostdal 2016-01-01T22:13:52Z mordocai_ quit (Ping timeout: 250 seconds) 2016-01-01T22:28:00Z lnostdal quit (Ping timeout: 272 seconds) 2016-01-01T22:29:51Z karswell` joined #sbcl 2016-01-01T22:32:56Z karswell quit (Ping timeout: 250 seconds) 2016-01-01T22:39:21Z edgar-rft joined #sbcl 2016-01-01T22:42:41Z lnostdal joined #sbcl 2016-01-01T22:48:58Z \var joined #sbcl 2016-01-01T22:53:44Z flavioc joined #sbcl 2016-01-01T22:54:21Z mordocai quit (Remote host closed the connection) 2016-01-01T22:54:25Z karswell` is now known as karswell 2016-01-01T22:55:41Z attila_lendvai joined #sbcl 2016-01-01T22:55:41Z attila_lendvai quit (Changing host) 2016-01-01T22:55:41Z attila_lendvai joined #sbcl 2016-01-01T22:56:44Z attila_lendvai quit (Client Quit) 2016-01-01T22:56:48Z attila_lendvai1 joined #sbcl 2016-01-01T22:56:48Z attila_lendvai1 is now known as attila_lendvai 2016-01-01T22:56:48Z attila_lendvai quit (Changing host) 2016-01-01T22:56:48Z attila_lendvai joined #sbcl 2016-01-01T23:04:26Z attila_lendvai quit (Ping timeout: 240 seconds) 2016-01-01T23:04:38Z attila_lendvai joined #sbcl 2016-01-01T23:04:38Z attila_lendvai quit (Changing host) 2016-01-01T23:04:38Z attila_lendvai joined #sbcl 2016-01-01T23:05:03Z attila_lendvai quit (Client Quit) 2016-01-01T23:05:04Z attila_lendvai1 joined #sbcl 2016-01-01T23:05:04Z attila_lendvai1 is now known as attila_lendvai 2016-01-01T23:05:04Z attila_lendvai quit (Changing host) 2016-01-01T23:05:04Z attila_lendvai joined #sbcl 2016-01-01T23:20:44Z mordocai joined #sbcl 2016-01-01T23:21:10Z mordocai quit (Changing host) 2016-01-01T23:21:10Z mordocai joined #sbcl 2016-01-01T23:34:26Z attila_lendvai quit (Ping timeout: 240 seconds) 2016-01-01T23:42:35Z lnostdal_ joined #sbcl 2016-01-01T23:45:44Z lnostdal quit (Ping timeout: 250 seconds) 2016-01-01T23:48:48Z lnostdal_ is now known as lnostdal