2016-08-12T00:00:30Z Riastradh joined #scheme 2016-08-12T00:01:56Z lexicall joined #scheme 2016-08-12T00:03:46Z Naraka quit (Quit: Leaving) 2016-08-12T00:04:06Z Naraka joined #scheme 2016-08-12T00:06:10Z lexicall quit (Ping timeout: 244 seconds) 2016-08-12T00:09:57Z teurastaja quit (Ping timeout: 244 seconds) 2016-08-12T00:10:40Z MrBusiness3 quit (Ping timeout: 250 seconds) 2016-08-12T00:11:05Z MrBusiness3 joined #scheme 2016-08-12T00:15:42Z MrBusiness3 quit (Read error: Connection reset by peer) 2016-08-12T00:18:30Z lambda-11235 quit (Quit: Bye) 2016-08-12T00:25:16Z MrBusiness joined #scheme 2016-08-12T00:30:22Z groscoe quit (Remote host closed the connection) 2016-08-12T00:31:13Z lexicall joined #scheme 2016-08-12T00:33:32Z oleo quit (Read error: Connection reset by peer) 2016-08-12T00:33:44Z oleo joined #scheme 2016-08-12T00:38:23Z cemerick quit (Ping timeout: 250 seconds) 2016-08-12T00:43:29Z lexicall quit (Ping timeout: 260 seconds) 2016-08-12T00:46:46Z lexicall joined #scheme 2016-08-12T00:47:51Z groscoe joined #scheme 2016-08-12T00:56:48Z lexicall quit (Ping timeout: 276 seconds) 2016-08-12T00:57:05Z teurastaja joined #scheme 2016-08-12T00:58:54Z teurastaja: (lambda (conversation) (call-with-current-continuation (lambda (k) (k conversation)))) 2016-08-12T01:05:20Z daviid joined #scheme 2016-08-12T01:11:45Z jcowan_ joined #scheme 2016-08-12T01:19:21Z jcowan quit (Disconnected by services) 2016-08-12T01:19:25Z jcowan_ is now known as jcowan 2016-08-12T01:19:47Z jcowan_ joined #scheme 2016-08-12T01:32:22Z chishiki quit (Quit: WeeChat 1.5) 2016-08-12T01:34:38Z chishiki joined #scheme 2016-08-12T01:41:40Z safe joined #scheme 2016-08-12T01:43:41Z safe quit (Max SendQ exceeded) 2016-08-12T01:44:10Z safe joined #scheme 2016-08-12T01:44:39Z safe quit (Max SendQ exceeded) 2016-08-12T01:45:10Z safe joined #scheme 2016-08-12T01:45:34Z safe quit (Max SendQ exceeded) 2016-08-12T01:46:05Z safe joined #scheme 2016-08-12T01:50:26Z cemerick joined #scheme 2016-08-12T01:55:52Z grettke quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-08-12T02:02:57Z grettke joined #scheme 2016-08-12T02:13:46Z grettke quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-08-12T02:14:16Z turtleman quit (Quit: Leaving) 2016-08-12T02:19:09Z hive-mind quit (Ping timeout: 260 seconds) 2016-08-12T02:21:09Z hive-mind joined #scheme 2016-08-12T02:22:04Z mjl_ joined #scheme 2016-08-12T02:23:45Z jcowan quit (Quit: Leaving) 2016-08-12T02:25:40Z mjl quit (Ping timeout: 244 seconds) 2016-08-12T02:25:41Z mjl_ is now known as mjl 2016-08-12T02:26:26Z yrdz` joined #scheme 2016-08-12T02:27:35Z yrdz quit (Ping timeout: 250 seconds) 2016-08-12T02:28:18Z Naraka quit (Ping timeout: 258 seconds) 2016-08-12T02:32:51Z Naraka joined #scheme 2016-08-12T02:35:54Z tmtwd joined #scheme 2016-08-12T02:39:28Z jlongster quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2016-08-12T02:47:22Z mejja quit (Quit: \ No newline at end of file) 2016-08-12T02:49:15Z ArneBab_ joined #scheme 2016-08-12T02:53:48Z ArneBab quit (Ping timeout: 276 seconds) 2016-08-12T02:56:43Z daviid quit (Ping timeout: 258 seconds) 2016-08-12T03:01:40Z niklasl quit (Read error: Connection reset by peer) 2016-08-12T03:02:37Z niklasl joined #scheme 2016-08-12T03:03:55Z n_blownapart joined #scheme 2016-08-12T03:09:09Z pierpa joined #scheme 2016-08-12T03:21:21Z n_blownapart: hi I am struggling with ackermann's, after revisiting. I cannot see the code that indicates the base of the exponent is always 2. thanks https://www.refheap.com/122148 2016-08-12T03:21:42Z n_blownapart: *after revisiting the problem in sicp 2016-08-12T03:24:33Z karswell` joined #scheme 2016-08-12T03:25:23Z karswell quit (Read error: Connection reset by peer) 2016-08-12T03:26:49Z pierpa: error: question not clear. 2016-08-12T03:28:28Z n_blownapart: pierpa hold on please trying to pose the question 2016-08-12T03:32:45Z robotoad left #scheme 2016-08-12T03:32:52Z tmtwd quit (Ping timeout: 240 seconds) 2016-08-12T03:33:05Z n_blownapart: well yeah when we have (A 0 n), the program calculates 2n, then (A 1 n) calculates 2^n , then (A 2 n) calculates 2^(2^n) I believe. I read that ackermann's was critical in the theory of computation...really I'm just trying to understand it better. pierpa 2016-08-12T03:34:48Z pierpa: good 2016-08-12T03:34:58Z n_blownapart: sicp seems to just rifle through a lot of serious business, though I haven't watched the lecture on this topic yet, if it is covered in the videos at all. 2016-08-12T03:35:28Z pierpa: IIRC, sicp does not explain the significance of this function, right? 2016-08-12T03:35:43Z pierpa: (that would be out of topic fr that book) 2016-08-12T03:37:12Z n_blownapart: IIRC very little is presented in the book, though maybe the video (if it is covered) has something. I don't understand the book's approach. pierpa 2016-08-12T03:38:01Z pierpa: well, SICP is not about theory of computation, so no wonder it doesn't go into this. 2016-08-12T03:38:51Z n_blownapart: the recursion itself is rather complex, maybe it is just showing off : (A (- x 1) (A x (- y 1))) section. that is very cool in and of itself. 2016-08-12T03:39:07Z n_blownapart: to me 2016-08-12T03:40:26Z pierpa: I think you are right. I mean, I don't remember what's the purpose of showing this function in SICP, but probably is just an example of a complex numerical recursive function, with no hommage paid to it's history and significance. 2016-08-12T03:44:02Z n_blownapart: pierpa that is a relief. I'd like to have a better conception of how it is used, perhaps in a practical example? also the question is still, all of the calculations involve 2 : 2n , 2^n , 2^(2^2) etc. 2016-08-12T03:44:31Z n_blownapart: an example for a layman, or some easy to follow classic example 2016-08-12T03:44:40Z tmtwd joined #scheme 2016-08-12T03:44:47Z badkins quit (Remote host closed the connection) 2016-08-12T03:44:51Z pierpa: there's no practical significance 2016-08-12T03:45:28Z pierpa: it's used in computation theory as an example of total function which is not primitive recursive 2016-08-12T03:45:59Z pierpa: also, it comes up (rarely) in some algorithms analysis 2016-08-12T03:46:30Z pierpa: IF you want to pursue this, you can start from the Wikipedia article 2016-08-12T03:46:44Z n_blownapart: total function ? I read that in wikipedia but couldn't follow that 2016-08-12T03:47:25Z pierpa: yes, understandable. It's not something one can understand in 5 minutes. 2016-08-12T03:49:34Z n_blownapart: thanks pierpa, is it true that 2 is always the base in that algorithm, with the first being an exception (A 0 n) -> 2n ? 2016-08-12T03:50:48Z pierpa: in the one you pasted, the bae cases either returns 0, or 1, or something multiplied by 2. So no wonder it returns always a power of 2. 2016-08-12T03:51:44Z n_blownapart: right, it is a multiplication. frankly I wasn't looking at it like that. thanks pierpa 2016-08-12T03:52:07Z pierpa: (there are many variants of "the" Ackermann functions, the power of 2 is not a characteristic of all of them) 2016-08-12T03:52:56Z n_blownapart: yeah wow it gets way out of hand when we have (A 2 5) [ a huge number ] 2016-08-12T03:54:16Z pierpa: that's the point :) 2016-08-12T03:54:26Z n_blownapart: thanks kindly 2016-08-12T03:55:03Z pierpa: :) 2016-08-12T04:10:04Z rudybot quit (Remote host closed the connection) 2016-08-12T04:10:27Z rudybot joined #scheme 2016-08-12T04:34:49Z joneshf-laptop joined #scheme 2016-08-12T04:37:35Z tmtwd quit (Ping timeout: 244 seconds) 2016-08-12T04:47:38Z tmtwd joined #scheme 2016-08-12T04:51:42Z nilg joined #scheme 2016-08-12T05:04:30Z shdeng joined #scheme 2016-08-12T05:06:46Z safe quit (Read error: Connection reset by peer) 2016-08-12T05:07:03Z tmtwd quit (Ping timeout: 258 seconds) 2016-08-12T05:18:26Z n_blownapart quit (Quit: Leaving) 2016-08-12T05:21:30Z turbofail quit (Remote host closed the connection) 2016-08-12T05:23:32Z oleo quit (Quit: Leaving) 2016-08-12T05:37:20Z tmtwd joined #scheme 2016-08-12T05:39:45Z mumptai joined #scheme 2016-08-12T05:43:04Z teurastaja quit (Quit: Leaving) 2016-08-12T05:43:59Z teurastaja joined #scheme 2016-08-12T06:15:45Z tmtwd quit (Ping timeout: 244 seconds) 2016-08-12T06:49:42Z stepnem joined #scheme 2016-08-12T06:53:34Z vydd quit (Remote host closed the connection) 2016-08-12T06:53:50Z vydd joined #scheme 2016-08-12T06:53:58Z shdeng quit (Ping timeout: 265 seconds) 2016-08-12T06:53:59Z vydd quit (Changing host) 2016-08-12T06:53:59Z vydd joined #scheme 2016-08-12T06:54:24Z shdeng joined #scheme 2016-08-12T06:55:11Z vydd quit (Remote host closed the connection) 2016-08-12T06:55:45Z vydd joined #scheme 2016-08-12T06:58:56Z shdeng quit (Ping timeout: 258 seconds) 2016-08-12T06:58:56Z teurastaja quit (Quit: Leaving) 2016-08-12T07:00:27Z vydd quit (Ping timeout: 264 seconds) 2016-08-12T07:00:29Z shdeng joined #scheme 2016-08-12T07:01:59Z nilg quit (Remote host closed the connection) 2016-08-12T07:08:26Z cemerick quit (Ping timeout: 244 seconds) 2016-08-12T07:12:20Z Naraka quit (Read error: Connection reset by peer) 2016-08-12T07:20:27Z vydd joined #scheme 2016-08-12T07:22:37Z TheLemonMan joined #scheme 2016-08-12T07:28:22Z shdeng quit (Quit: Leaving) 2016-08-12T07:40:07Z MrBusiness quit (Quit: quittin' this) 2016-08-12T07:40:43Z MrBusiness joined #scheme 2016-08-12T07:40:53Z MrBusiness: _Megas 2016-08-12T07:43:39Z pierpa quit (Ping timeout: 264 seconds) 2016-08-12T07:45:58Z mumptai quit (Remote host closed the connection) 2016-08-12T07:47:28Z Naraka joined #scheme 2016-08-12T07:48:55Z alezost joined #scheme 2016-08-12T07:56:46Z MrBusiness quit (Quit: quittin' this) 2016-08-12T07:58:32Z greatscottttt joined #scheme 2016-08-12T08:08:14Z MrBusiness joined #scheme 2016-08-12T08:20:09Z Wojciech_K joined #scheme 2016-08-12T08:22:16Z ovenpasta joined #scheme 2016-08-12T08:23:16Z mario-goulart quit (Ping timeout: 264 seconds) 2016-08-12T08:24:11Z deank joined #scheme 2016-08-12T08:24:25Z ggole joined #scheme 2016-08-12T08:26:16Z przl joined #scheme 2016-08-12T08:35:29Z Naraka quit (Ping timeout: 250 seconds) 2016-08-12T08:42:37Z Naraka joined #scheme 2016-08-12T08:46:15Z Naraka_ joined #scheme 2016-08-12T08:46:27Z Naraka quit (Read error: Connection reset by peer) 2016-08-12T08:59:05Z mario-goulart joined #scheme 2016-08-12T09:02:59Z Muir joined #scheme 2016-08-12T09:22:41Z alezost quit (Quit: I live in GuixSD and Emacs ) 2016-08-12T09:43:36Z Naraka_ quit (Quit: Leaving) 2016-08-12T09:43:49Z Naraka_ joined #scheme 2016-08-12T09:43:57Z Naraka_ quit (Remote host closed the connection) 2016-08-12T09:44:14Z Naraka joined #scheme 2016-08-12T09:45:15Z przl quit (Ping timeout: 276 seconds) 2016-08-12T09:54:10Z deank quit (Ping timeout: 258 seconds) 2016-08-12T09:58:47Z przl joined #scheme 2016-08-12T10:10:41Z ovenpasta quit (Ping timeout: 265 seconds) 2016-08-12T10:18:51Z deank joined #scheme 2016-08-12T10:23:08Z bogdanm joined #scheme 2016-08-12T10:29:30Z Naraka quit (Remote host closed the connection) 2016-08-12T10:31:05Z Naraka joined #scheme 2016-08-12T11:04:45Z lexicall joined #scheme 2016-08-12T11:18:23Z lexicall quit (Quit: Ah, my macbook is gonna sleep!) 2016-08-12T11:26:33Z ggole_ joined #scheme 2016-08-12T11:28:36Z przl quit (Ping timeout: 276 seconds) 2016-08-12T11:29:22Z ggole quit (Ping timeout: 244 seconds) 2016-08-12T11:43:51Z pierpa joined #scheme 2016-08-12T11:47:14Z ggole__ joined #scheme 2016-08-12T11:50:23Z ggole_ quit (Ping timeout: 244 seconds) 2016-08-12T11:51:38Z enderby joined #scheme 2016-08-12T12:08:12Z ovenpasta joined #scheme 2016-08-12T12:11:14Z r0kc4t joined #scheme 2016-08-12T12:12:17Z przl joined #scheme 2016-08-12T12:12:20Z enderby left #scheme 2016-08-12T12:17:14Z przl quit (Ping timeout: 265 seconds) 2016-08-12T12:26:25Z cemerick joined #scheme 2016-08-12T12:29:54Z badkins joined #scheme 2016-08-12T12:30:46Z oleo joined #scheme 2016-08-12T12:41:29Z przl joined #scheme 2016-08-12T12:43:03Z lexicall joined #scheme 2016-08-12T12:51:14Z Guest_38483 joined #scheme 2016-08-12T12:53:06Z Guest79642 joined #scheme 2016-08-12T12:55:48Z lexicall quit (Quit: Ah, my macbook is gonna sleep!) 2016-08-12T12:56:39Z grettke joined #scheme 2016-08-12T12:59:26Z Guest79642 quit (Quit: Textual IRC Client: www.textualapp.com) 2016-08-12T13:00:07Z Gabs_ joined #scheme 2016-08-12T13:00:26Z Gabs_ quit (Client Quit) 2016-08-12T13:00:47Z Gabs_ joined #scheme 2016-08-12T13:01:03Z Gabs_ quit (Client Quit) 2016-08-12T13:01:21Z Gabs_ joined #scheme 2016-08-12T13:03:44Z Guest_38483 quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2016-08-12T13:06:58Z Gabs_ quit (Max SendQ exceeded) 2016-08-12T13:07:32Z Gabs_ joined #scheme 2016-08-12T13:25:05Z enderby joined #scheme 2016-08-12T13:29:30Z Gabs_ quit (Quit: Textual IRC Client: www.textualapp.com) 2016-08-12T13:35:00Z bogdanm quit (Read error: Connection reset by peer) 2016-08-12T13:41:03Z przl quit (Ping timeout: 258 seconds) 2016-08-12T13:49:30Z przl joined #scheme 2016-08-12T13:49:52Z adu joined #scheme 2016-08-12T13:56:39Z greatscottttt quit (Quit: WeeChat 1.5) 2016-08-12T13:57:27Z vydd quit (Remote host closed the connection) 2016-08-12T13:58:00Z vydd joined #scheme 2016-08-12T14:02:34Z vydd quit (Ping timeout: 258 seconds) 2016-08-12T14:06:23Z karswell` quit (Read error: Connection reset by peer) 2016-08-12T14:06:41Z karswell` joined #scheme 2016-08-12T14:21:47Z mumptai joined #scheme 2016-08-12T14:22:33Z adu quit (Quit: adu) 2016-08-12T14:26:13Z jcowan_ is now known as jcowan 2016-08-12T14:26:36Z jcowan: Strictly speaking, Ackermann's function is only not primitive recursive in a first-order language. 2016-08-12T14:27:01Z groovy3shoes joined #scheme 2016-08-12T14:27:41Z mc_plectrum joined #scheme 2016-08-12T14:27:55Z groovy3shoes is now known as groovy2shoes 2016-08-12T14:27:55Z TheLemonMan quit (Quit: "It's now safe to turn off your computer.") 2016-08-12T14:28:57Z daviid joined #scheme 2016-08-12T14:32:21Z karswell` quit (Remote host closed the connection) 2016-08-12T14:32:41Z karswell` joined #scheme 2016-08-12T14:32:58Z DGASAU` joined #scheme 2016-08-12T14:33:56Z mc_plectrum left #scheme 2016-08-12T14:34:09Z DGASAU quit (Ping timeout: 260 seconds) 2016-08-12T14:40:41Z ggole__ is now known as ggole 2016-08-12T14:44:22Z pierpa: aha! 2016-08-12T14:49:15Z grettke quit (Quit: Textual IRC Client: www.textualapp.com) 2016-08-12T14:55:57Z _sjs quit (Ping timeout: 276 seconds) 2016-08-12T14:56:34Z vydd joined #scheme 2016-08-12T14:58:15Z yrdz`` joined #scheme 2016-08-12T14:59:51Z yrdz` quit (Ping timeout: 276 seconds) 2016-08-12T15:02:36Z vydd quit (Remote host closed the connection) 2016-08-12T15:04:02Z vydd joined #scheme 2016-08-12T15:05:32Z zacts joined #scheme 2016-08-12T15:08:54Z vydd quit (Ping timeout: 265 seconds) 2016-08-12T15:14:50Z Landru is now known as mason 2016-08-12T15:26:28Z Riastradh quit (Ping timeout: 258 seconds) 2016-08-12T15:38:24Z przl quit (Ping timeout: 244 seconds) 2016-08-12T15:39:43Z ASau joined #scheme 2016-08-12T15:52:30Z cemerick quit (Ping timeout: 276 seconds) 2016-08-12T15:53:02Z vydd joined #scheme 2016-08-12T15:53:38Z zacts quit (Quit: WeeChat 1.4) 2016-08-12T15:59:14Z jlongster joined #scheme 2016-08-12T16:15:33Z adu joined #scheme 2016-08-12T16:21:05Z cemerick joined #scheme 2016-08-12T16:21:28Z alezost joined #scheme 2016-08-12T16:26:27Z sethalves joined #scheme 2016-08-12T16:35:39Z joneshf-laptop quit (Quit: Leaving) 2016-08-12T16:43:34Z lambda-11235 joined #scheme 2016-08-12T16:48:37Z zacts joined #scheme 2016-08-12T16:52:39Z zacts quit (Client Quit) 2016-08-12T17:06:14Z ovenpasta quit (Ping timeout: 244 seconds) 2016-08-12T17:22:41Z lambda-11235 quit (Quit: Bye) 2016-08-12T17:25:18Z alezost quit (Ping timeout: 258 seconds) 2016-08-12T17:30:54Z Muir quit (Quit: Leaving) 2016-08-12T17:34:28Z lambda-11235 joined #scheme 2016-08-12T17:42:21Z lambda-11235 quit (Ping timeout: 276 seconds) 2016-08-12T17:52:08Z Naraka quit (Ping timeout: 258 seconds) 2016-08-12T17:54:50Z enderby quit (Remote host closed the connection) 2016-08-12T17:55:21Z stepnem quit (Ping timeout: 276 seconds) 2016-08-12T17:56:07Z turbofail joined #scheme 2016-08-12T18:08:12Z Naraka joined #scheme 2016-08-12T18:14:42Z adu quit (Quit: adu) 2016-08-12T18:15:09Z adu joined #scheme 2016-08-12T18:17:41Z adu quit (Client Quit) 2016-08-12T18:19:36Z MrBusiness quit (Ping timeout: 250 seconds) 2016-08-12T18:23:57Z teurastaja joined #scheme 2016-08-12T18:25:16Z karswell` quit (Ping timeout: 244 seconds) 2016-08-12T18:28:35Z enderby joined #scheme 2016-08-12T18:32:39Z enderby left #scheme 2016-08-12T18:46:58Z enderby joined #scheme 2016-08-12T19:07:52Z lambda-11235 joined #scheme 2016-08-12T19:08:09Z daviid quit (Ping timeout: 265 seconds) 2016-08-12T19:10:19Z lambda-11235 quit (Client Quit) 2016-08-12T19:19:11Z grettke joined #scheme 2016-08-12T19:20:04Z pie_ is now known as dingleberry_pie_ 2016-08-12T19:21:20Z dingleberry_pie_ is now known as pie_ 2016-08-12T19:33:42Z grettke quit (Read error: Connection reset by peer) 2016-08-12T19:38:03Z cemerick quit (Ping timeout: 276 seconds) 2016-08-12T19:38:17Z grettke joined #scheme 2016-08-12T19:44:06Z ELLIOTTCABLE quit (Ping timeout: 250 seconds) 2016-08-12T19:46:59Z ELLIOTTCABLE joined #scheme 2016-08-12T19:54:00Z grettke quit (Read error: Connection reset by peer) 2016-08-12T19:55:22Z cemerick joined #scheme 2016-08-12T19:55:40Z grettke joined #scheme 2016-08-12T19:56:03Z Blukunfando quit (Ping timeout: 240 seconds) 2016-08-12T20:04:03Z grettke quit (Read error: Connection reset by peer) 2016-08-12T20:06:12Z grettke joined #scheme 2016-08-12T20:15:44Z grettke quit (Ping timeout: 265 seconds) 2016-08-12T20:15:59Z grettke joined #scheme 2016-08-12T20:25:25Z grettke quit (Excess Flood) 2016-08-12T20:48:43Z fiddlerwoaroof quit (Read error: Connection reset by peer) 2016-08-12T20:54:49Z enderby quit (Remote host closed the connection) 2016-08-12T20:55:58Z fiddlerwoaroof joined #scheme 2016-08-12T21:11:39Z cemerick quit (Ping timeout: 244 seconds) 2016-08-12T21:38:19Z adu joined #scheme 2016-08-12T21:44:04Z adu quit (Quit: adu) 2016-08-12T21:48:01Z adu joined #scheme 2016-08-12T21:53:43Z ggole quit 2016-08-12T22:09:09Z Naraka quit (Ping timeout: 260 seconds) 2016-08-12T22:14:19Z groscoe quit (Ping timeout: 252 seconds) 2016-08-12T22:16:11Z Naraka joined #scheme 2016-08-12T22:24:37Z Naraka quit (Remote host closed the connection) 2016-08-12T22:26:09Z Naraka joined #scheme 2016-08-12T22:30:48Z carleos joined #scheme 2016-08-12T22:35:19Z pie__ joined #scheme 2016-08-12T22:38:45Z pie_ quit (Ping timeout: 276 seconds) 2016-08-12T22:43:26Z adu quit (Quit: adu) 2016-08-12T22:46:33Z smandy` joined #scheme 2016-08-12T23:02:06Z daviid joined #scheme 2016-08-12T23:10:33Z teurastaja quit (Ping timeout: 240 seconds) 2016-08-12T23:35:03Z ovenpasta joined #scheme 2016-08-12T23:39:25Z ovenpasta quit (Ping timeout: 244 seconds) 2016-08-12T23:42:37Z rx80 quit (Remote host closed the connection) 2016-08-12T23:43:02Z rx80 joined #scheme 2016-08-12T23:52:38Z turbofail quit (Remote host closed the connection) 2016-08-12T23:55:47Z cemerick joined #scheme