2017-05-21T00:00:22Z atrus7 joined #scheme 2017-05-21T00:04:42Z ertes joined #scheme 2017-05-21T00:16:06Z bjz joined #scheme 2017-05-21T00:17:24Z bjz_ quit (Ping timeout: 260 seconds) 2017-05-21T00:20:50Z daviid joined #scheme 2017-05-21T00:38:43Z pjb joined #scheme 2017-05-21T00:40:12Z mejja joined #scheme 2017-05-21T00:41:11Z sondr3 joined #scheme 2017-05-21T00:45:44Z sondr3 quit (Ping timeout: 246 seconds) 2017-05-21T00:46:02Z lritter quit (Ping timeout: 268 seconds) 2017-05-21T00:47:53Z teurastaja quit (Ping timeout: 268 seconds) 2017-05-21T00:48:11Z pjb quit (Ping timeout: 246 seconds) 2017-05-21T00:55:17Z rain1 quit (Quit: Leaving) 2017-05-21T00:56:07Z jshjsh joined #scheme 2017-05-21T00:59:10Z JoshS quit (Ping timeout: 240 seconds) 2017-05-21T01:23:30Z sleffy joined #scheme 2017-05-21T01:30:40Z teurastaja joined #scheme 2017-05-21T01:32:18Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-05-21T01:45:18Z pjb joined #scheme 2017-05-21T01:49:36Z terpri quit (Read error: Connection reset by peer) 2017-05-21T01:50:50Z pjb quit (Ping timeout: 246 seconds) 2017-05-21T01:51:49Z terpri joined #scheme 2017-05-21T01:55:58Z atrus7 quit (Ping timeout: 246 seconds) 2017-05-21T02:05:32Z lambda-11235 joined #scheme 2017-05-21T02:12:13Z bjz joined #scheme 2017-05-21T02:20:31Z ArneBab_ joined #scheme 2017-05-21T02:21:48Z muelleme joined #scheme 2017-05-21T02:24:42Z ArneBab quit (Ping timeout: 268 seconds) 2017-05-21T02:24:47Z acarrico quit (Ping timeout: 246 seconds) 2017-05-21T02:28:04Z muelleme quit (Ping timeout: 260 seconds) 2017-05-21T02:32:37Z emacsomancer quit (Remote host closed the connection) 2017-05-21T02:38:42Z emacsomancer joined #scheme 2017-05-21T02:39:03Z pierpa quit (Quit: Page closed) 2017-05-21T02:45:02Z badkins quit (Remote host closed the connection) 2017-05-21T02:48:48Z teurastaja quit (Ping timeout: 240 seconds) 2017-05-21T02:49:08Z jonaslund quit (Ping timeout: 240 seconds) 2017-05-21T02:58:01Z ByronJoh1son is now known as ByronJohnson 2017-05-21T03:01:42Z brendyyn quit (Ping timeout: 268 seconds) 2017-05-21T03:17:07Z pilne quit (Quit: Quitting!) 2017-05-21T03:28:40Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-05-21T03:37:30Z atrus7 joined #scheme 2017-05-21T03:57:38Z bjz joined #scheme 2017-05-21T04:06:05Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-05-21T04:07:12Z bjz joined #scheme 2017-05-21T04:07:23Z bjz quit (Client Quit) 2017-05-21T04:08:35Z bjz joined #scheme 2017-05-21T04:08:40Z bjz quit (Client Quit) 2017-05-21T04:12:02Z phobos_ joined #scheme 2017-05-21T04:20:00Z happy_gnu: hello 2017-05-21T04:20:34Z happy_gnu: does anyone know where can I read about the difference on lambda and define 2017-05-21T04:20:57Z happy_gnu: I am just starting to learn programming and some resources seem very technical for my knowledge 2017-05-21T04:22:56Z happy_gnu: so far seems like there is not a meaningful difference 2017-05-21T04:23:08Z happy_gnu: at least to start 2017-05-21T04:23:21Z jmd joined #scheme 2017-05-21T04:23:47Z somebody joined #scheme 2017-05-21T04:26:13Z lucasem: happy_gnu: define binds a name in subsequent expressions at its scope. But yeah you can do everything with lambda instead of defined, it just involves more parens and more scoped-in code. 2017-05-21T04:27:07Z happy_gnu: lucasem: so lambdas are faster? because they don't have the binding? 2017-05-21T04:27:37Z lucasem: happy_gnu: they aren't necessarily faster. It'd be dependent on which implementation of Scheme you're using. 2017-05-21T04:28:09Z lucasem: for the sake of code style, you should use them each where they make more sense 2017-05-21T04:28:35Z happy_gnu: ohh ok lucasem 2017-05-21T04:28:49Z happy_gnu: I guess the hard part will be figuriing out which one to use :/ 2017-05-21T04:29:15Z happy_gnu: but I am reading sicp and watching 3 different lectures by each chapter 2017-05-21T04:29:28Z happy_gnu: the ones of 1986 and other 2 series I saw on hacker news 2017-05-21T04:29:35Z lucasem: good 2017-05-21T04:29:35Z happy_gnu: so I hope I will learn it 2017-05-21T04:29:37Z lucasem: SICP is good. 2017-05-21T04:29:41Z happy_gnu: yes 2017-05-21T04:29:48Z happy_gnu: I know very little about programming 2017-05-21T04:29:51Z happy_gnu: but so far is great 2017-05-21T04:29:59Z happy_gnu: better than python or javascript 2017-05-21T04:30:51Z lucasem: Yeah it's more focused on the computer-sciency aspects (e.g. "meta-linguistic abstraction") rather than just building something that works. I think it's a good place to understand computation. 2017-05-21T04:32:29Z enderby joined #scheme 2017-05-21T04:32:56Z enderby quit (Remote host closed the connection) 2017-05-21T04:40:13Z sleffy quit (Ping timeout: 246 seconds) 2017-05-21T04:40:35Z phobos_ quit (Ping timeout: 240 seconds) 2017-05-21T04:50:24Z daviid quit (Ping timeout: 260 seconds) 2017-05-21T04:58:37Z mejja quit (Quit: \ No newline at end of file) 2017-05-21T05:01:19Z sleffy joined #scheme 2017-05-21T05:03:29Z brendyn joined #scheme 2017-05-21T05:04:03Z brendyn is now known as brendyyn 2017-05-21T05:11:05Z somebody quit (Ping timeout: 255 seconds) 2017-05-21T05:11:37Z atrus7 quit (Ping timeout: 272 seconds) 2017-05-21T05:21:01Z lucasem quit (Quit: leaving) 2017-05-21T05:22:23Z lucasem joined #scheme 2017-05-21T05:47:12Z sondr3 joined #scheme 2017-05-21T05:55:08Z sondr3 quit (Ping timeout: 246 seconds) 2017-05-21T06:04:35Z sleffy quit (Ping timeout: 240 seconds) 2017-05-21T06:07:47Z pjb joined #scheme 2017-05-21T06:25:03Z brendyyn quit (Read error: No route to host) 2017-05-21T06:32:56Z CORDIC quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2017-05-21T06:52:21Z sondr3 joined #scheme 2017-05-21T06:56:44Z sondr3 quit (Ping timeout: 246 seconds) 2017-05-21T07:28:56Z igajsin1 joined #scheme 2017-05-21T07:30:11Z jmd quit (Remote host closed the connection) 2017-05-21T07:30:20Z jmd joined #scheme 2017-05-21T07:36:59Z alezost joined #scheme 2017-05-21T07:42:42Z X-Scale quit (Quit: HydraIRC -> http://www.hydrairc.com <- Like it? Visit #hydrairc on EFNet) 2017-05-21T07:45:05Z lambda-11235 quit (Quit: WeeChat 1.7.1) 2017-05-21T07:52:50Z sondr3 joined #scheme 2017-05-21T07:55:13Z jonaslund joined #scheme 2017-05-21T07:57:17Z sondr3 quit (Ping timeout: 246 seconds) 2017-05-21T08:05:42Z pookleblinky: I'm gonna try to switch my github page to Frog. 2017-05-21T08:06:23Z pookleblinky: Unfortunately, looks like the master branch is not only the default, but can't be switched out for another, so switching involves merging. 2017-05-21T08:08:22Z pjb: gitlab can fetch branches from github. 2017-05-21T08:17:29Z madmuppet006 joined #scheme 2017-05-21T08:18:41Z akkad: why do people still host on hg 2017-05-21T08:19:15Z akkad: new sagittarius and new gerbil. busy weekend 2017-05-21T08:20:11Z raduom joined #scheme 2017-05-21T08:22:05Z fadein quit (Ping timeout: 240 seconds) 2017-05-21T08:25:52Z fadein joined #scheme 2017-05-21T08:26:50Z raduom quit (Ping timeout: 255 seconds) 2017-05-21T08:53:32Z gravicappa joined #scheme 2017-05-21T09:17:18Z alezost quit (Quit: I live in GuixSD and Emacs ) 2017-05-21T09:20:08Z muelleme joined #scheme 2017-05-21T09:23:46Z bjz joined #scheme 2017-05-21T09:23:59Z madmuppet006 quit (Ping timeout: 255 seconds) 2017-05-21T09:33:42Z civodul joined #scheme 2017-05-21T09:36:02Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-05-21T09:38:19Z bjz joined #scheme 2017-05-21T09:50:10Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-05-21T10:16:20Z bjz joined #scheme 2017-05-21T10:20:37Z bjz quit (Client Quit) 2017-05-21T10:28:42Z bjz joined #scheme 2017-05-21T10:36:51Z jao joined #scheme 2017-05-21T11:09:49Z lritter_ joined #scheme 2017-05-21T11:14:14Z raduom joined #scheme 2017-05-21T11:21:37Z raduom quit (Read error: Connection reset by peer) 2017-05-21T11:33:48Z ertes quit (Quit: Bye!) 2017-05-21T11:34:36Z ertes joined #scheme 2017-05-21T11:43:29Z jefrite quit (Read error: Connection reset by peer) 2017-05-21T11:56:55Z civodul` joined #scheme 2017-05-21T11:58:19Z civodul quit (Ping timeout: 246 seconds) 2017-05-21T12:14:47Z gravicappa quit (Ping timeout: 240 seconds) 2017-05-21T12:17:43Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-05-21T12:19:02Z bjz joined #scheme 2017-05-21T12:28:21Z civodul` is now known as civodul 2017-05-21T12:30:57Z gravicappa joined #scheme 2017-05-21T12:32:30Z bjz_ joined #scheme 2017-05-21T12:33:26Z bjz quit (Ping timeout: 246 seconds) 2017-05-21T13:11:08Z muelleme quit (Ping timeout: 240 seconds) 2017-05-21T13:17:05Z bjz_ quit (Ping timeout: 240 seconds) 2017-05-21T13:17:18Z bjz joined #scheme 2017-05-21T13:20:00Z gravicappa quit (Ping timeout: 260 seconds) 2017-05-21T13:20:44Z sz0 joined #scheme 2017-05-21T13:32:11Z sondr3 joined #scheme 2017-05-21T13:50:15Z brendyn joined #scheme 2017-05-21T13:55:02Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-05-21T14:00:31Z bjz joined #scheme 2017-05-21T14:05:24Z pilne joined #scheme 2017-05-21T14:31:17Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-05-21T14:34:35Z jao quit (Ping timeout: 240 seconds) 2017-05-21T14:42:05Z xaotuk_ joined #scheme 2017-05-21T14:48:05Z brendyn quit (Ping timeout: 240 seconds) 2017-05-21T14:50:35Z brendyn joined #scheme 2017-05-21T15:10:48Z civodul` joined #scheme 2017-05-21T15:12:06Z civodul quit (Ping timeout: 240 seconds) 2017-05-21T15:13:17Z qu1j0t3: happy_gnu: SICP is good but doesn't teach scheme. Look for a text that does. I've used "Programming in Scheme" among others. 2017-05-21T15:41:55Z gravicappa joined #scheme 2017-05-21T16:07:21Z sleffy joined #scheme 2017-05-21T16:21:47Z atrus7 joined #scheme 2017-05-21T16:46:42Z atrus7 quit (Quit: RL calls) 2017-05-21T16:52:05Z akkad: little schemer is a great book series 2017-05-21T16:52:21Z xaotuk_ quit (Ping timeout: 268 seconds) 2017-05-21T16:57:57Z civodul` quit (Ping timeout: 240 seconds) 2017-05-21T17:16:08Z jonaslund quit (Ping timeout: 260 seconds) 2017-05-21T17:20:44Z lockdown joined #scheme 2017-05-21T17:21:35Z lockdown: does scheme prints top level expressions to std out by default? 2017-05-21T17:22:09Z ecraven: depends on your implementation, but I haven't seen any that does not 2017-05-21T17:24:50Z lockdown: ecraven: ok, looks like racket does, for example, I create a function, make a function and doing racket foo.rk prints the value without calling any print/display statement 2017-05-21T17:25:06Z lockdown: s/make a function/make a function call/ 2017-05-21T17:25:46Z jonaslund joined #scheme 2017-05-21T17:27:42Z teurastaja joined #scheme 2017-05-21T17:36:57Z alezost joined #scheme 2017-05-21T17:41:21Z badkins joined #scheme 2017-05-21T17:45:32Z sleffy quit (Ping timeout: 260 seconds) 2017-05-21T17:47:02Z jao joined #scheme 2017-05-21T17:58:53Z noethics quit (Remote host closed the connection) 2017-05-21T18:10:04Z X-Scale joined #scheme 2017-05-21T18:12:17Z ericmath1son quit (Ping timeout: 255 seconds) 2017-05-21T18:13:08Z ericmathison joined #scheme 2017-05-21T18:21:00Z noethics joined #scheme 2017-05-21T18:23:08Z alezost quit (Quit: I live in GuixSD and Emacs ) 2017-05-21T18:28:49Z teurastaja quit (Quit: Leaving) 2017-05-21T19:01:14Z jonaslund quit (Ping timeout: 268 seconds) 2017-05-21T19:03:28Z jonaslund joined #scheme 2017-05-21T19:06:28Z jshjsh quit (Ping timeout: 240 seconds) 2017-05-21T19:18:46Z ecraven: why did Skribe (http://www-sop.inria.fr/mimosa/fp/Skribe/doc/user.html) never catch on :-/ 2017-05-21T19:19:03Z ecraven: that looks like a decent syntax alternative to LaTeX to me 2017-05-21T19:23:27Z DeeEff: Skribe seems more like an alternative to markup (i.e. XML / HTML) 2017-05-21T19:23:47Z DeeEff: TeX is more about typesetting than it is about document creation (the two go hand in hand) 2017-05-21T19:24:51Z DeeEff: Also, for most publications, having to put paragraphs and subsections into [] braces would be annoying, whereas in TeX you can at least write in a .tex file as you would in word (plus relevant macros and begin/end pieces) 2017-05-21T19:34:29Z pierpa joined #scheme 2017-05-21T19:36:45Z jmd quit (Remote host closed the connection) 2017-05-21T19:38:05Z jao quit (Ping timeout: 240 seconds) 2017-05-21T19:38:19Z X-Scale: It looks really nice in comparison to html. 2017-05-21T19:38:49Z Riastradh: X-Scale: Hard to set the bar much lower! 2017-05-21T19:39:19Z Riastradh: ecraven: I'm under the impression Scribble is a little livelier. 2017-05-21T19:50:44Z daviid joined #scheme 2017-05-21T20:03:43Z edgar-rft wonders what markup language was used when the bible was written 2017-05-21T20:15:08Z jefrite joined #scheme 2017-05-21T20:15:10Z Riastradh: A fancy classical one called scriptura continua. 2017-05-21T20:22:51Z edgar-rft: Riastradh: at the time when abraham lived nobody knew latin will exist thousands of years later 2017-05-21T20:24:01Z noethics quit (Remote host closed the connection) 2017-05-21T20:24:06Z Riastradh: Are you suggesting my pithy quip may be a trifle frayed at the seams of its historical accuracy? 2017-05-21T20:26:55Z edgar-rft: Riastradh: I think it would be very keen to call the legends about abraham and moses anything like "historically accurate" :-) 2017-05-21T20:29:27Z noethics joined #scheme 2017-05-21T20:47:14Z jao joined #scheme 2017-05-21T20:56:00Z ecraven: Riastradh: yea, it's also much less interesting, syntax-wise :-/ 2017-05-21T20:56:28Z ecraven: edgar-rft: don't think it was more than a few hundred years 2017-05-21T21:00:55Z ertesx joined #scheme 2017-05-21T21:01:03Z Riastradh: According to the Oracle[1], there's little historical evidence of any actual Abraham person, and so can't really be pegged to an order of magnitude of years before the development of Latin orthography. 2017-05-21T21:01:08Z Riastradh: [1] https://en.wikipedia.org/wiki/Abraham 2017-05-21T21:02:35Z ertesx quit (Client Quit) 2017-05-21T21:03:07Z ertesx joined #scheme 2017-05-21T21:03:52Z bjz joined #scheme 2017-05-21T21:04:05Z ertes quit (Ping timeout: 240 seconds) 2017-05-21T21:04:05Z ertesx is now known as ertes 2017-05-21T21:06:22Z ecraven: Riastradh: I've written a primitive Skribe "parser" (just special-casing handling of []), is the right way to go about this with MIT/GNU Scheme to parameterize param; 2017-05-21T21:06:40Z ecraven: param:parser-table (and param:parser-keyword-style) with a `load-skribe' procedure? 2017-05-21T21:07:03Z jshjsh joined #scheme 2017-05-21T21:07:43Z Riastradh: Err... I have no idea at the moment. 2017-05-21T21:07:56Z Riastradh: Chris made a lot of changes to the parser that I haven't followed. 2017-05-21T21:08:09Z ecraven: ah, I haven't checked against current git head 2017-05-21T21:08:27Z ecraven: I'll do that, thank you! 2017-05-21T21:10:05Z igajsin1 quit (Ping timeout: 240 seconds) 2017-05-21T21:12:26Z kjak joined #scheme 2017-05-21T21:22:24Z pookleblinky quit (Ping timeout: 240 seconds) 2017-05-21T21:27:18Z ertes quit (Quit: Bye!) 2017-05-21T21:27:53Z jshjsh quit (Ping timeout: 246 seconds) 2017-05-21T21:28:39Z ertes joined #scheme 2017-05-21T21:43:05Z pookleblinky joined #scheme 2017-05-21T21:47:24Z jshjsh joined #scheme 2017-05-21T21:48:21Z gravicappa quit (Ping timeout: 268 seconds) 2017-05-21T21:51:12Z bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) 2017-05-21T21:52:31Z xaotuk joined #scheme 2017-05-21T22:09:15Z takitus joined #scheme 2017-05-21T22:21:39Z jshjsh quit (Ping timeout: 268 seconds) 2017-05-21T22:21:56Z jaziz joined #scheme 2017-05-21T22:37:18Z mist_ joined #scheme 2017-05-21T22:38:22Z sleffy joined #scheme 2017-05-21T23:00:59Z xaotuk quit (Ping timeout: 260 seconds) 2017-05-21T23:05:45Z grublet quit (Read error: Connection reset by peer) 2017-05-21T23:15:07Z mist_ quit (Quit: WeeChat 1.4) 2017-05-21T23:21:57Z daviid quit (Ping timeout: 240 seconds) 2017-05-21T23:23:57Z takitus quit (Remote host closed the connection) 2017-05-21T23:59:53Z jshjsh joined #scheme