2016-11-30T00:00:56Z jcowan quit (Quit: Leaving) 2016-11-30T00:04:08Z Valheru joined #scheme 2016-11-30T00:06:40Z robotoad joined #scheme 2016-11-30T00:11:09Z daviid joined #scheme 2016-11-30T00:16:33Z pierpa quit (Ping timeout: 260 seconds) 2016-11-30T00:21:05Z robotoad quit (Max SendQ exceeded) 2016-11-30T00:23:24Z robotoad joined #scheme 2016-11-30T00:23:29Z kuribas quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2016-11-30T00:27:24Z adu joined #scheme 2016-11-30T00:30:37Z Riastradh quit (Ping timeout: 240 seconds) 2016-11-30T00:33:08Z cemerick joined #scheme 2016-11-30T00:34:25Z n_blownapart joined #scheme 2016-11-30T00:40:23Z adu quit (Quit: adu) 2016-11-30T00:43:39Z n_blownapart: hi in Euclid's algorithm is the first division, or "step counted, where a and b are switched around? (line 19). < k steps > are used to calculate lame's theorem to find a fibonacci number https://www.refheap.com/124025 thanks 2016-11-30T00:44:53Z n_blownapart: I'm a bit confused about the first modulo calculation, ie how 55 is returned as the remainder 2016-11-30T00:45:03Z ovenpasta quit (Ping timeout: 244 seconds) 2016-11-30T00:50:30Z jao quit (Ping timeout: 265 seconds) 2016-11-30T00:50:44Z cemerick quit (Ping timeout: 244 seconds) 2016-11-30T00:54:18Z shdeng joined #scheme 2016-11-30T00:55:48Z n_blownapart quit 2016-11-30T00:56:54Z sethalves quit (Quit: Leaving.) 2016-11-30T01:07:03Z yumdelicZzz joined #scheme 2016-11-30T01:07:37Z Naraka joined #scheme 2016-11-30T01:12:08Z lambda-11235 joined #scheme 2016-11-30T01:13:01Z yumdelicZzz quit (Quit: Leaving) 2016-11-30T01:17:53Z Menche joined #scheme 2016-11-30T01:22:07Z jao joined #scheme 2016-11-30T01:31:23Z bobo joined #scheme 2016-11-30T01:48:07Z robotoad quit (Ping timeout: 260 seconds) 2016-11-30T01:48:22Z justinethier_ joined #scheme 2016-11-30T01:49:42Z justinethier_ quit (Client Quit) 2016-11-30T01:54:48Z robotoad joined #scheme 2016-11-30T02:12:22Z daviid quit (Ping timeout: 244 seconds) 2016-11-30T02:24:56Z Valheru quit (Read error: Connection reset by peer) 2016-11-30T02:28:48Z tmtwd joined #scheme 2016-11-30T02:32:29Z Naraka quit (Quit: Leaving) 2016-11-30T02:36:28Z turtleman joined #scheme 2016-11-30T02:40:23Z ASau quit (Ping timeout: 250 seconds) 2016-11-30T02:42:38Z turtleman quit (Quit: Leaving) 2016-11-30T02:45:25Z groscoe quit (Ping timeout: 260 seconds) 2016-11-30T02:47:21Z jao quit (Read error: Connection reset by peer) 2016-11-30T02:48:39Z jao joined #scheme 2016-11-30T02:56:34Z JoshS joined #scheme 2016-11-30T02:59:20Z ASau joined #scheme 2016-11-30T03:03:18Z rgrinberg joined #scheme 2016-11-30T03:04:42Z robotoad quit (Quit: robotoad) 2016-11-30T03:11:00Z robotoad joined #scheme 2016-11-30T03:34:08Z Riastradh joined #scheme 2016-11-30T03:37:10Z ArneBab_ joined #scheme 2016-11-30T03:40:35Z avalokite joined #scheme 2016-11-30T03:41:14Z ArneBab quit (Ping timeout: 244 seconds) 2016-11-30T03:46:45Z sethalves joined #scheme 2016-11-30T03:51:01Z badkins quit (Remote host closed the connection) 2016-11-30T03:56:45Z rszeno joined #scheme 2016-11-30T03:57:12Z avalokite quit (Ping timeout: 246 seconds) 2016-11-30T04:04:14Z jlongster quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2016-11-30T04:20:45Z noethics joined #scheme 2016-11-30T04:33:36Z Kkiro quit (Quit: ZNC 1.6.1 - http://znc.in) 2016-11-30T04:34:26Z adu joined #scheme 2016-11-30T04:35:56Z Kkiro joined #scheme 2016-11-30T04:35:57Z Kkiro quit (Changing host) 2016-11-30T04:35:57Z Kkiro joined #scheme 2016-11-30T04:39:15Z jlongster joined #scheme 2016-11-30T04:40:09Z lynx` joined #scheme 2016-11-30T04:40:29Z lynx` left #scheme 2016-11-30T04:43:12Z noethics quit (Remote host closed the connection) 2016-11-30T04:43:22Z n_blownapart joined #scheme 2016-11-30T04:43:35Z noethics joined #scheme 2016-11-30T04:46:28Z n_blownapart quit (Client Quit) 2016-11-30T04:46:42Z n_blownapart joined #scheme 2016-11-30T04:47:24Z crucify_me joined #scheme 2016-11-30T04:49:33Z n_blownapart quit (Client Quit) 2016-11-30T04:49:33Z crucify_me quit (Client Quit) 2016-11-30T04:53:08Z jao quit (Ping timeout: 265 seconds) 2016-11-30T04:56:05Z karswell` joined #scheme 2016-11-30T04:56:23Z n_blownapart joined #scheme 2016-11-30T04:57:17Z karswell quit (Ping timeout: 240 seconds) 2016-11-30T05:03:37Z nomicflux quit (Quit: nomicflux) 2016-11-30T05:05:14Z n_blownapart: re: euclid's algorithm and its relation to fibonacci numbers. the 1st question I have is during the calculation the modulo essentially switches the two arguments so the larger (fibonacci in this case) number is to the left. does that count as a division or "step" ? https://www.refheap.com/124029 2016-11-30T05:05:37Z n_blownapart: during the *first calculation 2016-11-30T05:06:36Z n_blownapart: my note states 10 steps but is it actually 9 steps? 2016-11-30T05:06:50Z adu quit (Quit: adu) 2016-11-30T05:07:00Z noethics quit (Ping timeout: 244 seconds) 2016-11-30T05:08:42Z mumptai joined #scheme 2016-11-30T05:10:06Z tmtwd quit (Ping timeout: 244 seconds) 2016-11-30T05:10:37Z qu1j0t3: n_blownapart: myself, i'd count every remainder as "one operation" 2016-11-30T05:12:43Z n_blownapart: hey qu1j0t3 .. ok, because the first modulo switches the place so that the fibonacci numbers are in opposite sequence, so that is *not* an operation? 2016-11-30T05:15:20Z n_blownapart: If you have time I have a few questions on this.. ^ 2016-11-30T05:15:44Z qu1j0t3: I would argue yes, that is absolutely "an operation". 2016-11-30T05:16:03Z qu1j0t3: it just HAPPENS to be the effect of that remainder. It isn't a different operation. 2016-11-30T05:16:19Z qu1j0t3: see what I mean? 2016-11-30T05:16:26Z qu1j0t3: the operation is identical, the cost is identical. 2016-11-30T05:16:41Z n_blownapart: I do, yes thanks .. so .. 2016-11-30T05:17:08Z n_blownapart: so it is my lack of understanding of modulo ("remainder" in this case) 2016-11-30T05:17:34Z qu1j0t3: think of it as one of the results of a division. 2016-11-30T05:18:11Z n_blownapart: because if you divide a smaller number by a larger number, it returns the smaller. what is modulo essentially doing in that case? 2016-11-30T05:18:13Z qu1j0t3: a division really produces a quotient and remainder, but we have two split operations by convention only 2016-11-30T05:18:35Z n_blownapart: two split operations? 2016-11-30T05:18:44Z qu1j0t3: yes, separate division and remainder operations. 2016-11-30T05:18:55Z tmtwd joined #scheme 2016-11-30T05:18:56Z qu1j0t3: even though a division really produces a quotient AND a remainder. 2016-11-30T05:19:11Z qu1j0t3: that's only tangentially relevant to your question though) 2016-11-30T05:19:30Z n_blownapart: so in other words the division "fails" and the fully undivided a parameter is left in tact 2016-11-30T05:19:51Z qu1j0t3: n_blownapart: smaller modulo larger always produces the smaller. 2016-11-30T05:20:19Z qu1j0t3: well, it doesn't fail; the quotient is just zero. 2016-11-30T05:21:43Z ASau quit (Ping timeout: 245 seconds) 2016-11-30T05:22:50Z rgrinberg quit (Ping timeout: 252 seconds) 2016-11-30T05:23:27Z qu1j0t3: #;1> (quotient 55 89) 2016-11-30T05:23:29Z qu1j0t3: 0 2016-11-30T05:23:31Z qu1j0t3: #;2> (remainder 55 89) 2016-11-30T05:23:33Z qu1j0t3: 55 2016-11-30T05:26:44Z n_blownapart quit (Ping timeout: 258 seconds) 2016-11-30T05:32:24Z robotoad quit (Quit: robotoad) 2016-11-30T05:34:54Z jlongster quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2016-11-30T05:37:10Z n_blownapart joined #scheme 2016-11-30T05:37:15Z n_blownapart: test 2016-11-30T05:37:25Z qu1j0t3: worked 2016-11-30T05:37:31Z qu1j0t3: so i don't know if you got my messages... 2016-11-30T05:38:09Z n_blownapart: hey no pm's ? no sorry using xchat .. hold on please 2016-11-30T05:38:51Z n_blownapart: qu1j0t3, not pm's though right? 2016-11-30T05:39:06Z qu1j0t3: no PMs. 2016-11-30T05:39:16Z qu1j0t3: i mean in the channel. 2016-11-30T05:39:43Z n_blownapart: yes thanks. .. I mentioned its helpful to know about the 2 split operations 2016-11-30T05:40:00Z qu1j0t3: my last line was qu1j0t3 | 55 2016-11-30T05:41:03Z n_blownapart: the last line I got was "well, it doesn't fail; ... 2016-11-30T05:41:32Z qu1j0t3: #;1> (quotient 55 89) 2016-11-30T05:41:34Z qu1j0t3: 0 2016-11-30T05:41:36Z qu1j0t3: #;2> (remainder 55 89) 2016-11-30T05:41:38Z qu1j0t3: 55 2016-11-30T05:41:53Z n_blownapart: yes that is cool. I see 2016-11-30T05:42:16Z n_blownapart: one moment 2016-11-30T05:45:00Z robotoad joined #scheme 2016-11-30T05:45:39Z n_blownapart: thanks, so qu1j0t3 on the paste in the notes a math irc member said " Fibonacci numbers are the smallest in the class of numbers that take N steps in Euclids algorithm." ... 2016-11-30T05:46:51Z qu1j0t3: what are you trying to do 2016-11-30T05:47:04Z n_blownapart: so I guess that (gcd 55 89) are actually the smallest 2-digit numbers with the highest number of operations: 10 2016-11-30T05:47:53Z n_blownapart: its a higher bound, I believe. what I'm trying to do is take this problem a step further .. let me explain : 2016-11-30T05:49:12Z n_blownapart: by using substitution to write a linear combination where divisor = na + bm , with all integers 2016-11-30T05:49:49Z robotoad quit (Read error: Connection reset by peer) 2016-11-30T05:50:10Z n_blownapart: perhaps you'd be interested in looking at another paste .. 2016-11-30T05:54:10Z qu1j0t3: sure 2016-11-30T05:56:08Z rszeno: 89 is prime 2016-11-30T05:57:10Z n_blownapart: yes, its very cool. two fib numbers in sequence always have a prime, so 1 is always the gcd .. trying to tie it all together. one sec 2016-11-30T05:57:29Z qu1j0t3: n_blownapart: yeah i figured something like that must pertain 2016-11-30T05:59:51Z davorb quit (Read error: Connection reset by peer) 2016-11-30T06:00:24Z davorb joined #scheme 2016-11-30T06:01:38Z n_blownapart: so now , on to the number theory 2016-11-30T06:02:16Z jmd joined #scheme 2016-11-30T06:02:20Z jmd quit (Remote host closed the connection) 2016-11-30T06:03:01Z jmd joined #scheme 2016-11-30T06:07:24Z qu1j0t3 quit (Quit: WeeChat 0.4.3) 2016-11-30T06:09:18Z qu1j0t3 joined #scheme 2016-11-30T06:11:29Z n_blownapart: qu1j0t3, rszeno if you care to look, I had some help with this, trying to get a different perspective on the original problems : https://www.refheap.com/124031 2016-11-30T06:13:12Z n_blownapart: my math tutor asked me to write a program for this ^ 2016-11-30T06:17:54Z rszeno: to compute the divisor? 2016-11-30T06:19:15Z n_blownapart: btw I made an incorrect statement above, not all pairs of fib numbers in sequence contain a prime number (fib 21 34) , but 1 is still the gcd of this pair 2016-11-30T06:19:49Z n_blownapart: rszeno, um, well .. 2016-11-30T06:20:27Z n_blownapart: he wanted me to write a proof I think. he's not a paid tutor, he's a busy mathematician helping me out. 2016-11-30T06:21:24Z n_blownapart: but I guess you can express this linear combination as an algorithm.. that's what he said 2016-11-30T06:21:48Z n_blownapart: qu1j0t3, ^ 2016-11-30T06:22:55Z rszeno: decomposition in primes, canonical normal form, and take common factors 2016-11-30T06:24:07Z n_blownapart: rszeno, trying to take that in.. of course I'm in over my head again 2016-11-30T06:24:58Z rszeno: i supose before gcd is a need of a factor form 2016-11-30T06:25:43Z rszeno: factor 55 = 5*11 2016-11-30T06:26:01Z n_blownapart: got that 2016-11-30T06:27:27Z n_blownapart: so the part where there is (1)(a) + (-1)(b) = d .. do you have a good handle on that rszeno ? 2016-11-30T06:28:10Z rszeno: since between 5*11 and 89 is nothing common gcd will be 5*11*89 2016-11-30T06:29:13Z rszeno: i have no idea of a connection between n*a + m*b and this 2016-11-30T06:31:34Z n_blownapart: ok thanks rszeno , I think n and m are the variable places for the substitutions. so 5*11*89 is the only factor, or the identity 1 2016-11-30T06:31:54Z n_blownapart: 4895 ^ 2016-11-30T06:32:44Z rszeno: yes, usualy is 1 but is the trivial answer 2016-11-30T06:42:02Z neoncontrails quit (Remote host closed the connection) 2016-11-30T06:43:44Z n_blownapart: thanks all. 2016-11-30T06:45:33Z n_blownapart quit (Quit: Leaving) 2016-11-30T06:47:33Z tmtwd quit (Ping timeout: 248 seconds) 2016-11-30T06:57:07Z qu1j0t3 quit (Quit: WeeChat 1.4) 2016-11-30T06:57:21Z qu1j0t3 joined #scheme 2016-11-30T06:58:29Z oleo quit (Quit: Leaving) 2016-11-30T07:00:45Z jshjsh joined #scheme 2016-11-30T07:04:03Z JoshS quit (Ping timeout: 260 seconds) 2016-11-30T07:07:00Z tmtwd joined #scheme 2016-11-30T07:22:12Z bjz joined #scheme 2016-11-30T07:32:53Z caretic joined #scheme 2016-11-30T07:34:44Z jmd quit (Ping timeout: 256 seconds) 2016-11-30T07:36:28Z deank joined #scheme 2016-11-30T07:37:28Z tmtwd quit (Ping timeout: 265 seconds) 2016-11-30T07:37:49Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-11-30T07:39:56Z caretic left #scheme 2016-11-30T07:42:31Z neoncontrails joined #scheme 2016-11-30T07:43:58Z muelleme joined #scheme 2016-11-30T07:48:14Z terpri quit (Read error: Connection reset by peer) 2016-11-30T07:48:47Z terpri joined #scheme 2016-11-30T07:49:17Z Kkiro quit (Quit: ZNC 1.6.1 - http://znc.in) 2016-11-30T07:51:19Z Kkiro joined #scheme 2016-11-30T07:51:20Z Kkiro quit (Changing host) 2016-11-30T07:51:20Z Kkiro joined #scheme 2016-11-30T07:52:33Z bjz joined #scheme 2016-11-30T07:57:35Z jusss joined #scheme 2016-11-30T07:59:45Z davorb quit (Read error: Connection reset by peer) 2016-11-30T08:00:03Z davorb joined #scheme 2016-11-30T08:10:05Z stepnem joined #scheme 2016-11-30T08:17:59Z avalokite joined #scheme 2016-11-30T08:19:06Z ventonegro joined #scheme 2016-11-30T08:19:12Z muelleme quit (Ping timeout: 252 seconds) 2016-11-30T08:20:14Z lambda-11235 quit (Quit: WeeChat 1.6) 2016-11-30T08:39:59Z leot joined #scheme 2016-11-30T08:44:17Z leot quit (Ping timeout: 240 seconds) 2016-11-30T08:56:25Z bjz_ joined #scheme 2016-11-30T08:57:26Z mumptai quit (Remote host closed the connection) 2016-11-30T08:57:28Z bjz quit (Ping timeout: 256 seconds) 2016-11-30T09:03:22Z leot joined #scheme 2016-11-30T09:03:23Z leot quit (Changing host) 2016-11-30T09:03:23Z leot joined #scheme 2016-11-30T09:28:50Z reverse_light quit (Remote host closed the connection) 2016-11-30T09:46:48Z jusss quit (Quit: ERC (IRC client for Emacs 24.5.1)) 2016-11-30T10:00:12Z davorb quit (Read error: Connection reset by peer) 2016-11-30T10:00:45Z davorb joined #scheme 2016-11-30T10:02:25Z civodul joined #scheme 2016-11-30T10:16:32Z pierpa joined #scheme 2016-11-30T10:16:58Z neoncont_ joined #scheme 2016-11-30T10:18:07Z paroneay` joined #scheme 2016-11-30T10:19:01Z tm512` joined #scheme 2016-11-30T10:19:03Z juanfra quit (Disconnected by services) 2016-11-30T10:19:09Z carc quit (Ping timeout: 258 seconds) 2016-11-30T10:19:11Z askatasuna quit (Ping timeout: 258 seconds) 2016-11-30T10:19:18Z zacts quit (Ping timeout: 258 seconds) 2016-11-30T10:19:18Z vikraman quit (Ping timeout: 258 seconds) 2016-11-30T10:19:19Z cameronfr quit (Ping timeout: 258 seconds) 2016-11-30T10:19:19Z neoncontrails quit (Ping timeout: 258 seconds) 2016-11-30T10:19:19Z RandomDude quit (Ping timeout: 258 seconds) 2016-11-30T10:19:19Z paroneayea quit (Ping timeout: 258 seconds) 2016-11-30T10:19:19Z samth quit (Ping timeout: 258 seconds) 2016-11-30T10:19:19Z cojy quit (Ping timeout: 258 seconds) 2016-11-30T10:19:20Z tm512 quit (Remote host closed the connection) 2016-11-30T10:19:22Z Khisanth quit (Ping timeout: 258 seconds) 2016-11-30T10:19:22Z nckx quit (Ping timeout: 258 seconds) 2016-11-30T10:19:23Z elflng quit (Ping timeout: 258 seconds) 2016-11-30T10:19:25Z juanfra_ joined #scheme 2016-11-30T10:19:29Z elflng joined #scheme 2016-11-30T10:19:38Z aeth quit (Ping timeout: 258 seconds) 2016-11-30T10:19:40Z shymega quit (Ping timeout: 258 seconds) 2016-11-30T10:19:40Z hive-mind quit (Ping timeout: 258 seconds) 2016-11-30T10:21:23Z hive-mind joined #scheme 2016-11-30T10:21:31Z aeth joined #scheme 2016-11-30T10:21:53Z ski_ joined #scheme 2016-11-30T10:22:13Z cojy joined #scheme 2016-11-30T10:22:33Z dTal_ joined #scheme 2016-11-30T10:24:04Z carc joined #scheme 2016-11-30T10:24:07Z samth joined #scheme 2016-11-30T10:24:30Z shymega joined #scheme 2016-11-30T10:24:45Z nckx joined #scheme 2016-11-30T10:24:49Z vikraman joined #scheme 2016-11-30T10:25:12Z askatasuna joined #scheme 2016-11-30T10:25:23Z cameronfr joined #scheme 2016-11-30T10:25:25Z greghendershott_ joined #scheme 2016-11-30T10:25:45Z dTal quit (Ping timeout: 258 seconds) 2016-11-30T10:25:45Z greghendershott quit (Ping timeout: 258 seconds) 2016-11-30T10:25:45Z ski quit (Ping timeout: 258 seconds) 2016-11-30T10:25:45Z nchambers quit (Ping timeout: 258 seconds) 2016-11-30T10:25:55Z cky quit (Ping timeout: 258 seconds) 2016-11-30T10:25:55Z qu1j0t3 quit (Ping timeout: 258 seconds) 2016-11-30T10:25:55Z jyc quit (Ping timeout: 258 seconds) 2016-11-30T10:26:03Z nchambers joined #scheme 2016-11-30T10:26:04Z greghendershott_ is now known as greghendershott 2016-11-30T10:27:51Z Khisanth joined #scheme 2016-11-30T10:27:57Z jyc joined #scheme 2016-11-30T10:30:55Z RandomDude joined #scheme 2016-11-30T10:36:30Z qu1j0t3 joined #scheme 2016-11-30T10:36:30Z cky joined #scheme 2016-11-30T10:40:26Z tm512` is now known as tm512 2016-11-30T10:40:49Z zacts joined #scheme 2016-11-30T10:42:27Z neoncont_ quit (Ping timeout: 260 seconds) 2016-11-30T10:44:10Z ovenpasta joined #scheme 2016-11-30T10:52:58Z RandomDude quit (Ping timeout: 245 seconds) 2016-11-30T11:25:51Z ovenpasta quit (Ping timeout: 260 seconds) 2016-11-30T11:31:24Z clog quit (Ping timeout: 265 seconds) 2016-11-30T11:32:09Z ovenpasta joined #scheme 2016-11-30T11:36:56Z shdeng quit (Quit: Leaving) 2016-11-30T11:56:53Z bjz joined #scheme 2016-11-30T11:56:57Z bjz_ quit (Ping timeout: 240 seconds) 2016-11-30T11:59:43Z davorb quit (Read error: Connection reset by peer) 2016-11-30T12:00:23Z davorb joined #scheme 2016-11-30T12:39:18Z neoncontrails joined #scheme 2016-11-30T12:47:19Z kuribas joined #scheme 2016-11-30T12:51:25Z UserJosh joined #scheme 2016-11-30T12:53:29Z JoshS joined #scheme 2016-11-30T12:54:09Z jshjsh quit (Ping timeout: 260 seconds) 2016-11-30T12:56:23Z UserJosh quit (Ping timeout: 260 seconds) 2016-11-30T12:58:43Z cibs quit (Ping timeout: 268 seconds) 2016-11-30T13:00:10Z cibs joined #scheme 2016-11-30T13:03:40Z clog joined #scheme 2016-11-30T13:07:51Z nilg joined #scheme 2016-11-30T13:17:23Z avalokite quit (Ping timeout: 250 seconds) 2016-11-30T13:18:06Z deank quit (Remote host closed the connection) 2016-11-30T13:18:58Z ezekielnoob joined #scheme 2016-11-30T13:42:48Z jjabrahams joined #scheme 2016-11-30T13:43:37Z greatscottttt joined #scheme 2016-11-30T13:44:41Z jjabrahams quit (Quit: Page closed) 2016-11-30T13:51:36Z Blukunfando quit (Ping timeout: 250 seconds) 2016-11-30T13:53:53Z ski_ is now known as ski 2016-11-30T13:57:13Z cemerick joined #scheme 2016-11-30T14:03:18Z deank joined #scheme 2016-11-30T14:04:15Z badkins joined #scheme 2016-11-30T14:07:03Z keemyb joined #scheme 2016-11-30T14:10:22Z avalokite joined #scheme 2016-11-30T14:13:12Z cromachina quit (Read error: Connection reset by peer) 2016-11-30T14:21:28Z cemerick quit (Ping timeout: 252 seconds) 2016-11-30T14:24:22Z ecraven: justinethier: no problems, things ran fine, just forgot guile 2.2, doing that now, then I'll publish 2016-11-30T14:29:50Z nomicflux joined #scheme 2016-11-30T14:44:09Z justinethier: ecraven: awesome, thank you :) 2016-11-30T14:47:53Z groscoe joined #scheme 2016-11-30T14:49:35Z alezost joined #scheme 2016-11-30T14:49:44Z rgrinberg joined #scheme 2016-11-30T14:51:17Z Riastradh quit (Ping timeout: 260 seconds) 2016-11-30T14:55:52Z cemerick joined #scheme 2016-11-30T14:56:21Z avalokite quit (Read error: Connection reset by peer) 2016-11-30T15:00:56Z arbv joined #scheme 2016-11-30T15:01:55Z jlongster joined #scheme 2016-11-30T15:14:28Z Blkt quit (Remote host closed the connection) 2016-11-30T15:14:44Z Blkt joined #scheme 2016-11-30T15:26:38Z oleo joined #scheme 2016-11-30T15:27:51Z dobriennn joined #scheme 2016-11-30T15:31:46Z Ioann joined #scheme 2016-11-30T15:36:29Z greatscottttt quit (Quit: WeeChat 1.5) 2016-11-30T15:36:31Z jao joined #scheme 2016-11-30T15:43:22Z cibs quit (Ping timeout: 268 seconds) 2016-11-30T15:44:50Z cibs joined #scheme 2016-11-30T15:52:16Z alezost quit (Quit: I live in GuixSD and Emacs ) 2016-11-30T16:00:26Z jcowan joined #scheme 2016-11-30T16:08:14Z zeroish joined #scheme 2016-11-30T16:08:30Z t4nk359 joined #scheme 2016-11-30T16:08:55Z t4nk359 quit (Client Quit) 2016-11-30T16:09:24Z paroneay` is now known as paroneayea 2016-11-30T16:10:41Z BusFactor1 joined #scheme 2016-11-30T16:14:35Z jao quit (Remote host closed the connection) 2016-11-30T16:18:07Z jeapostrophe joined #scheme 2016-11-30T16:18:07Z jeapostrophe quit (Changing host) 2016-11-30T16:18:07Z jeapostrophe joined #scheme 2016-11-30T16:19:24Z jao joined #scheme 2016-11-30T16:21:06Z robotoad joined #scheme 2016-11-30T16:25:37Z edgar-rft quit (Quit: edgar-rft) 2016-11-30T16:28:38Z neoncontrails quit (Ping timeout: 250 seconds) 2016-11-30T16:32:23Z sethalves quit (Quit: Leaving.) 2016-11-30T16:42:09Z ecraven: justinethier: done :) https://ecraven.github.io/r7rs-benchmarks/benchmark.html 2016-11-30T16:42:21Z ecraven: I need to invest some time and show the actual error messages for the failing runs :-/ 2016-11-30T16:44:01Z justinethier: did something happen to vicare? looks like all the tests failed 2016-11-30T16:44:22Z justinethier: and racket 2016-11-30T16:44:53Z ecraven: ah, racket is probably my fault, when I update racket, I need to install the r7rs stuff 2016-11-30T16:44:55Z ecraven: vicare I'll look into 2016-11-30T16:45:11Z justinethier: hmm... for error messages. you post a CSV file, maybe you could post the raw result files? 2016-11-30T16:45:17Z justinethier: ok 2016-11-30T16:45:36Z ecraven: I don't really capture the error messages per run so far, I need to change the scripts to actually do that 2016-11-30T16:47:35Z justinethier: ok 2016-11-30T16:47:55Z ecraven: vicare is missing libreadline.so.6 (must have been updated), but current vicare doesn't seem to compile :-/ 2016-11-30T16:48:33Z justinethier: whoa - ypsilon equal - 0.01 seconds 2016-11-30T16:49:59Z Steverman joined #scheme 2016-11-30T16:50:21Z ecraven: that might be a fluke 2016-11-30T16:50:29Z ecraven: I might not detect a crash correctly 2016-11-30T16:50:58Z justinethier: ah, ok 2016-11-30T16:51:15Z ecraven: though it doesn't show any error messages or so in the log file, seems to be fine :) 2016-11-30T16:51:30Z ecraven: you can look at the run logs in the results... files 2016-11-30T16:54:36Z jeapostrophe quit (Ping timeout: 256 seconds) 2016-11-30T16:56:24Z justinethier: ah, cool 2016-11-30T16:56:46Z ventonegro quit (Quit: rcirc on GNU Emacs 25.1.1) 2016-11-30T16:58:01Z ecraven: hm.. tinyscheme seems to now work at all, I'll need to look into that too 2016-11-30T17:01:12Z Ioann quit (Quit: WeeChat 1.6) 2016-11-30T17:01:16Z justinethier: for what it's worth, tinyscheme never worked in the previous runs either 2016-11-30T17:02:29Z dobriennn quit (Ping timeout: 265 seconds) 2016-11-30T17:15:54Z ASau joined #scheme 2016-11-30T17:16:01Z bobo quit (Quit: Leaving) 2016-11-30T17:16:12Z jeapostrophe joined #scheme 2016-11-30T17:16:12Z jeapostrophe quit (Changing host) 2016-11-30T17:16:12Z jeapostrophe joined #scheme 2016-11-30T17:17:43Z sethalves joined #scheme 2016-11-30T17:18:26Z cemerick quit (Ping timeout: 265 seconds) 2016-11-30T17:25:29Z Steverman quit (Ping timeout: 258 seconds) 2016-11-30T17:30:58Z Steverman joined #scheme 2016-11-30T17:31:47Z cemerick joined #scheme 2016-11-30T17:32:54Z leot quit (Quit: BBL) 2016-11-30T17:38:31Z alezost joined #scheme 2016-11-30T17:38:44Z justinethier quit (Quit: Page closed) 2016-11-30T17:43:52Z DeeEff[m]: justinethier: thanks for looking over the tests on SRFI-113 2016-11-30T17:48:06Z jlongster quit (Read error: Connection reset by peer) 2016-11-30T17:48:37Z jlongster joined #scheme 2016-11-30T18:00:08Z davorb quit (Read error: Connection reset by peer) 2016-11-30T18:01:04Z davorb joined #scheme 2016-11-30T18:07:19Z juanfra_ quit (Quit: juanfra_) 2016-11-30T18:07:57Z juanfra joined #scheme 2016-11-30T18:15:03Z zacts quit (Ping timeout: 245 seconds) 2016-11-30T18:24:09Z nomicflux quit (Quit: nomicflux) 2016-11-30T18:24:56Z neoncontrails joined #scheme 2016-11-30T18:39:20Z zacts joined #scheme 2016-11-30T18:49:18Z cemerick quit (Ping timeout: 250 seconds) 2016-11-30T18:54:54Z Aune joined #scheme 2016-11-30T18:58:15Z mumptai joined #scheme 2016-11-30T18:58:55Z justinethier joined #scheme 2016-11-30T19:02:14Z edgar-rft joined #scheme 2016-11-30T19:13:45Z daviid joined #scheme 2016-11-30T19:18:29Z jeapostrophe quit (Ping timeout: 248 seconds) 2016-11-30T19:23:24Z TheLemonMan joined #scheme 2016-11-30T19:27:18Z JoshS quit (Ping timeout: 268 seconds) 2016-11-30T19:30:08Z Riastradh joined #scheme 2016-11-30T19:32:40Z rgrinberg quit (Ping timeout: 260 seconds) 2016-11-30T19:35:03Z Steverman quit (Ping timeout: 245 seconds) 2016-11-30T19:41:12Z X-Scale quit (Ping timeout: 244 seconds) 2016-11-30T19:42:28Z cemerick joined #scheme 2016-11-30T19:48:41Z gravicappa joined #scheme 2016-11-30T19:50:49Z Steverman joined #scheme 2016-11-30T19:51:06Z nilg quit (Remote host closed the connection) 2016-11-30T19:51:16Z cibs quit (Ping timeout: 268 seconds) 2016-11-30T19:51:50Z neoncont_ joined #scheme 2016-11-30T19:52:45Z cibs joined #scheme 2016-11-30T19:54:13Z neoncontrails quit (Ping timeout: 248 seconds) 2016-11-30T19:55:57Z Steverman quit (Ping timeout: 240 seconds) 2016-11-30T20:00:19Z davorb quit (Read error: Connection reset by peer) 2016-11-30T20:00:41Z davorb joined #scheme 2016-11-30T20:02:24Z Riastrad1 joined #scheme 2016-11-30T20:03:25Z Riastradh quit (Ping timeout: 244 seconds) 2016-11-30T20:03:56Z davidkrauser joined #scheme 2016-11-30T20:05:31Z badkins quit (Remote host closed the connection) 2016-11-30T20:05:59Z badkins joined #scheme 2016-11-30T20:06:00Z neoncont_ quit (Ping timeout: 250 seconds) 2016-11-30T20:07:17Z nchambers quit (Changing host) 2016-11-30T20:07:17Z nchambers joined #scheme 2016-11-30T20:09:25Z Steverman joined #scheme 2016-11-30T20:10:29Z badkins quit (Ping timeout: 260 seconds) 2016-11-30T20:15:30Z davidkrauser quit (Quit: Leaving) 2016-11-30T20:15:53Z david__ joined #scheme 2016-11-30T20:18:34Z david__ quit (Client Quit) 2016-11-30T20:20:22Z nomicflux joined #scheme 2016-11-30T20:24:53Z jeapostrophe joined #scheme 2016-11-30T20:25:45Z gravicappa quit (Remote host closed the connection) 2016-11-30T20:27:49Z Steverman quit (Ping timeout: 248 seconds) 2016-11-30T20:28:53Z bobo joined #scheme 2016-11-30T20:31:05Z neoncontrails joined #scheme 2016-11-30T20:33:21Z badkins joined #scheme 2016-11-30T20:44:06Z nomicflux quit (Quit: nomicflux) 2016-11-30T20:47:02Z rgrinberg joined #scheme 2016-11-30T20:48:47Z rszeno quit (Quit: Leaving.) 2016-11-30T21:00:17Z Aune quit (Quit: Lämnar) 2016-11-30T21:12:33Z Riastrad1 is now known as Riastradh 2016-11-30T21:14:06Z hugo_dc joined #scheme 2016-11-30T21:18:42Z badkins_ joined #scheme 2016-11-30T21:19:45Z mkmgcom[m] quit (Remote host closed the connection) 2016-11-30T21:19:55Z M-krsiehl quit (Write error: Connection reset by peer) 2016-11-30T21:19:55Z DeeEff[m] quit (Write error: Connection reset by peer) 2016-11-30T21:22:00Z badkins quit (Ping timeout: 258 seconds) 2016-11-30T21:24:03Z Steverman joined #scheme 2016-11-30T21:24:26Z nomicflux joined #scheme 2016-11-30T21:29:21Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-11-30T21:34:57Z cemerick quit (Ping timeout: 268 seconds) 2016-11-30T21:39:37Z stepnem quit (Ping timeout: 240 seconds) 2016-11-30T21:49:36Z sz0 quit (Quit: Connection closed for inactivity) 2016-11-30T21:49:55Z bjz joined #scheme 2016-11-30T21:51:55Z ovenpasta quit (Ping timeout: 244 seconds) 2016-11-30T21:58:43Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2016-11-30T22:08:44Z ovenpasta joined #scheme 2016-11-30T22:10:24Z bobo quit (Ping timeout: 260 seconds) 2016-11-30T22:14:12Z mkmgcom[m] joined #scheme 2016-11-30T22:17:26Z ovenpasta quit (Remote host closed the connection) 2016-11-30T22:17:31Z ovenpasta1 joined #scheme 2016-11-30T22:19:48Z JoshS joined #scheme 2016-11-30T22:19:52Z ovenpasta1 is now known as ovenpasta 2016-11-30T22:25:42Z rgrinberg quit (Ping timeout: 250 seconds) 2016-11-30T22:26:57Z jeapostrophe quit (Ping timeout: 240 seconds) 2016-11-30T22:27:10Z M-krsiehl joined #scheme 2016-11-30T22:27:10Z DeeEff[m] joined #scheme 2016-11-30T22:27:35Z dsp quit (Ping timeout: 260 seconds) 2016-11-30T22:31:35Z jeapostrophe joined #scheme 2016-11-30T22:31:35Z jeapostrophe quit (Changing host) 2016-11-30T22:31:35Z jeapostrophe joined #scheme 2016-11-30T22:32:21Z jshjsh joined #scheme 2016-11-30T22:34:45Z JoshS quit (Ping timeout: 248 seconds) 2016-11-30T22:36:49Z jeapostrophe quit (Ping timeout: 260 seconds) 2016-11-30T22:37:31Z arbv quit (Quit: ZNC - http://znc.in) 2016-11-30T22:38:06Z TheLemonMan quit (Quit: "It's now safe to turn off your computer.") 2016-11-30T22:39:13Z unphased quit (Ping timeout: 245 seconds) 2016-11-30T22:39:31Z arbv joined #scheme 2016-11-30T22:40:44Z dsp joined #scheme 2016-11-30T22:41:18Z Steverman quit (Ping timeout: 245 seconds) 2016-11-30T22:43:57Z jlongster quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2016-11-30T22:44:38Z daviid quit (Ping timeout: 268 seconds) 2016-11-30T22:48:37Z ecraven: foof`: is there a way to find the chibi version from inside chibi? if not, would it be terribly hard to add something? http://srfi.schemers.org/srfi-112/srfi-112.html or so? 2016-11-30T22:49:52Z civodul quit (Quit: ERC (IRC client for Emacs 25.1.1)) 2016-11-30T22:59:06Z jcowan: ecraven: Not perfect, but you could look in $PREFIX/include/chibi/install.h if you can hard-code the value of $PREFIX 2016-11-30T23:05:21Z ecraven: Jcowan: if I find some time I might try a PR later with something :/ 2016-11-30T23:09:27Z hugo_dc quit (Quit: Leaving) 2016-11-30T23:13:19Z ezekielnoob quit (Quit: ezekielnoob) 2016-11-30T23:20:11Z mumptai quit (Remote host closed the connection) 2016-11-30T23:29:46Z Menche quit (Quit: Leaving) 2016-11-30T23:33:02Z jeapostrophe joined #scheme 2016-11-30T23:37:57Z jeapostrophe quit (Ping timeout: 260 seconds) 2016-11-30T23:38:44Z davidkrauser joined #scheme 2016-11-30T23:44:18Z Wojciech_K quit (Ping timeout: 256 seconds) 2016-11-30T23:44:22Z jshjsh quit (Quit: Leaving) 2016-11-30T23:45:26Z alezost quit (Quit: I live in GuixSD and Emacs ) 2016-11-30T23:46:44Z ovenpasta quit (Ping timeout: 250 seconds) 2016-11-30T23:48:38Z jeapostrophe joined #scheme 2016-11-30T23:48:39Z jeapostrophe quit (Changing host) 2016-11-30T23:48:39Z jeapostrophe joined #scheme 2016-11-30T23:50:12Z badkins_ quit (Ping timeout: 250 seconds) 2016-11-30T23:53:27Z jeapostrophe quit (Ping timeout: 260 seconds)