2014-11-03T00:01:00Z Jubb joined #lisp 2014-11-03T00:03:00Z nug700|2 joined #lisp 2014-11-03T00:05:47Z nug700 quit (Ping timeout: 272 seconds) 2014-11-03T00:06:29Z ofosos quit (Ping timeout: 264 seconds) 2014-11-03T00:11:19Z jkaye joined #lisp 2014-11-03T00:12:41Z Karl_Dscc quit (Remote host closed the connection) 2014-11-03T00:14:22Z theBlackDragon quit (Ping timeout: 240 seconds) 2014-11-03T00:15:08Z edgar-rft joined #lisp 2014-11-03T00:15:45Z jkaye quit (Ping timeout: 244 seconds) 2014-11-03T00:19:25Z zygentoma quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2014-11-03T00:19:50Z miql joined #lisp 2014-11-03T00:24:27Z miql quit (Ping timeout: 245 seconds) 2014-11-03T00:27:26Z theBlackDragon joined #lisp 2014-11-03T00:30:30Z harish quit (Ping timeout: 258 seconds) 2014-11-03T00:31:04Z vaporatorius quit (Remote host closed the connection) 2014-11-03T00:31:19Z leo2007 joined #lisp 2014-11-03T00:31:50Z baetheus is now known as zz_baetheus 2014-11-03T00:33:29Z munksgaard quit (Ping timeout: 255 seconds) 2014-11-03T00:34:02Z zz_baetheus is now known as baetheus 2014-11-03T00:39:55Z baetheus is now known as zz_baetheus 2014-11-03T00:40:07Z oleo quit (Read error: Connection reset by peer) 2014-11-03T00:40:23Z xrash quit (Ping timeout: 240 seconds) 2014-11-03T00:41:06Z svetlyak40wt joined #lisp 2014-11-03T00:42:19Z oleo joined #lisp 2014-11-03T00:42:49Z gabriel_laddel joined #lisp 2014-11-03T00:42:52Z xrash joined #lisp 2014-11-03T00:45:30Z gabriel_laddel: curious if anyone knows of a CL codebase (something even 1/2 finished is acceptable) that parses a C ast into sexps? 2014-11-03T00:45:52Z pjb: vacietis 2014-11-03T00:46:18Z pjb: https://github.com/vsedach/Vacietis 2014-11-03T00:46:19Z svetlyak40wt quit (Ping timeout: 272 seconds) 2014-11-03T00:46:41Z gabriel_laddel: Thank you. I'll note that I'm aware of autowrap (and that it leverages Clang), just doing due diligence on all possibilities. 2014-11-03T00:46:54Z miql joined #lisp 2014-11-03T00:47:31Z EvW quit (Ping timeout: 265 seconds) 2014-11-03T00:48:19Z jusss joined #lisp 2014-11-03T00:49:27Z Grue` quit (Ping timeout: 265 seconds) 2014-11-03T00:50:19Z zz_baetheus is now known as baetheus 2014-11-03T00:51:08Z urandom__ quit (Quit: Konversation terminated!) 2014-11-03T00:51:58Z miql quit (Ping timeout: 258 seconds) 2014-11-03T00:53:25Z xrash quit (Ping timeout: 260 seconds) 2014-11-03T00:54:00Z leo2007 quit (Remote host closed the connection) 2014-11-03T00:56:17Z baetheus is now known as zz_baetheus 2014-11-03T00:56:54Z xrash joined #lisp 2014-11-03T01:03:38Z Adlai quit (Ping timeout: 246 seconds) 2014-11-03T01:06:21Z jusss: does lisp can print a symbol ; and ( or " ? not a character 2014-11-03T01:08:32Z McMAGIC--Copy quit (Ping timeout: 246 seconds) 2014-11-03T01:13:21Z ltbarcly joined #lisp 2014-11-03T01:14:05Z xrash quit (Remote host closed the connection) 2014-11-03T01:14:16Z miql joined #lisp 2014-11-03T01:14:26Z AndChat|616761 joined #lisp 2014-11-03T01:15:24Z pjb: jusss: yes: (map nil 'print '(\; \( \" \?)) 2014-11-03T01:15:48Z ykm quit (Ping timeout: 250 seconds) 2014-11-03T01:16:17Z AndChat|616761 quit (Client Quit) 2014-11-03T01:16:35Z pjb: jusss: what's your problem? 2014-11-03T01:16:53Z ykm joined #lisp 2014-11-03T01:16:57Z Niac joined #lisp 2014-11-03T01:18:28Z ltbarcly quit (Quit: Computer has gone to sleep.) 2014-11-03T01:19:16Z miql quit (Ping timeout: 256 seconds) 2014-11-03T01:22:49Z Adlai joined #lisp 2014-11-03T01:26:08Z jusss: pjb: print a symbol like 'a, print a, but print symbols ; ( " ,print :;: :(: ... 2014-11-03T01:31:17Z lommm quit (Ping timeout: 246 seconds) 2014-11-03T01:34:23Z Nizumzen quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2014-11-03T01:36:05Z |3b|: jusss: (map nil 'princ '(\; \( \" \?)) ? 2014-11-03T01:36:20Z |3b|: and it is | not : 2014-11-03T01:37:15Z |3b|: which is what it needs to be able to READ it back in and get the same thing, which it tries to allow if you tell it to print readably 2014-11-03T01:37:42Z inf-groupoid is now known as pyon 2014-11-03T01:39:43Z harish joined #lisp 2014-11-03T01:41:25Z miql joined #lisp 2014-11-03T01:41:33Z svetlyak40wt joined #lisp 2014-11-03T01:46:10Z svetlyak40wt quit (Ping timeout: 244 seconds) 2014-11-03T01:46:29Z miql quit (Ping timeout: 265 seconds) 2014-11-03T01:49:32Z aynik joined #lisp 2014-11-03T01:52:46Z AndChat|616761 joined #lisp 2014-11-03T01:55:42Z ykm quit (Ping timeout: 245 seconds) 2014-11-03T02:00:03Z jkaye joined #lisp 2014-11-03T02:01:02Z codeburg quit (Ping timeout: 246 seconds) 2014-11-03T02:04:27Z jkaye quit (Ping timeout: 245 seconds) 2014-11-03T02:05:45Z ykm joined #lisp 2014-11-03T02:07:04Z AndChat|616761 quit (Ping timeout: 256 seconds) 2014-11-03T02:08:27Z miql joined #lisp 2014-11-03T02:11:03Z Hache_ quit (Remote host closed the connection) 2014-11-03T02:13:37Z miql quit (Ping timeout: 258 seconds) 2014-11-03T02:14:10Z mncoder quit (Quit: mncoder) 2014-11-03T02:14:42Z chu joined #lisp 2014-11-03T02:16:00Z ahungry joined #lisp 2014-11-03T02:19:44Z AndChat|616761 joined #lisp 2014-11-03T02:22:48Z ykm quit (Ping timeout: 265 seconds) 2014-11-03T02:28:12Z gf3 quit (Ping timeout: 245 seconds) 2014-11-03T02:28:17Z zRecursive: clhs rotatef 2014-11-03T02:28:17Z specbot: http://www.lispworks.com/reference/HyperSpec/Body/m_rotate.htm 2014-11-03T02:29:04Z cmack` quit (Ping timeout: 255 seconds) 2014-11-03T02:29:08Z gf3 joined #lisp 2014-11-03T02:31:02Z ykm joined #lisp 2014-11-03T02:32:28Z leo2007 joined #lisp 2014-11-03T02:32:57Z McMAGIC--Copy joined #lisp 2014-11-03T02:33:56Z AndChat|616761 quit (Ping timeout: 258 seconds) 2014-11-03T02:35:37Z miql joined #lisp 2014-11-03T02:35:46Z ykm quit (Ping timeout: 256 seconds) 2014-11-03T02:36:15Z ykm joined #lisp 2014-11-03T02:39:40Z lommm joined #lisp 2014-11-03T02:40:37Z miql quit (Ping timeout: 265 seconds) 2014-11-03T02:40:42Z ykm quit (Ping timeout: 245 seconds) 2014-11-03T02:41:51Z ykm joined #lisp 2014-11-03T02:47:05Z gabriel_laddel quit (Ping timeout: 256 seconds) 2014-11-03T02:50:53Z codeburg joined #lisp 2014-11-03T02:54:16Z AndChat|616761 joined #lisp 2014-11-03T02:57:12Z ykm quit (Ping timeout: 250 seconds) 2014-11-03T02:58:03Z Hydan quit (Quit: ZNC - http://znc.in) 2014-11-03T02:58:37Z BlueRavenGT joined #lisp 2014-11-03T03:00:49Z Hydan joined #lisp 2014-11-03T03:02:53Z miql joined #lisp 2014-11-03T03:04:54Z ehaliewicz joined #lisp 2014-11-03T03:07:33Z codeburg quit (Remote host closed the connection) 2014-11-03T03:07:36Z miql quit (Ping timeout: 250 seconds) 2014-11-03T03:08:03Z codeburg joined #lisp 2014-11-03T03:09:09Z AndChat|616761 is now known as ykm 2014-11-03T03:11:17Z AndChat|616761 joined #lisp 2014-11-03T03:13:29Z lommm quit (Ping timeout: 246 seconds) 2014-11-03T03:13:41Z ykm quit (Ping timeout: 255 seconds) 2014-11-03T03:28:27Z ykm joined #lisp 2014-11-03T03:28:58Z huza joined #lisp 2014-11-03T03:30:01Z miql joined #lisp 2014-11-03T03:30:19Z dagnachew quit (Quit: WeeChat 1.0.1) 2014-11-03T03:31:37Z AndChat|616761 quit (Ping timeout: 255 seconds) 2014-11-03T03:34:40Z miql quit (Ping timeout: 244 seconds) 2014-11-03T03:35:32Z tadni quit (Read error: Connection reset by peer) 2014-11-03T03:38:52Z tadni joined #lisp 2014-11-03T03:39:05Z cmack` joined #lisp 2014-11-03T03:40:50Z mncoder joined #lisp 2014-11-03T03:43:11Z svetlyak40wt joined #lisp 2014-11-03T03:45:42Z cmack`` joined #lisp 2014-11-03T03:45:56Z JuanDaugherty quit (Ping timeout: 265 seconds) 2014-11-03T03:47:33Z bgs100 quit (Quit: bgs100) 2014-11-03T03:47:53Z svetlyak40wt quit (Ping timeout: 264 seconds) 2014-11-03T03:48:29Z cmack` quit (Ping timeout: 264 seconds) 2014-11-03T03:48:48Z jkaye joined #lisp 2014-11-03T03:53:12Z jkaye quit (Ping timeout: 245 seconds) 2014-11-03T03:53:54Z ltbarcly joined #lisp 2014-11-03T03:57:21Z miql joined #lisp 2014-11-03T03:59:34Z kcj joined #lisp 2014-11-03T04:02:22Z miql quit (Ping timeout: 265 seconds) 2014-11-03T04:08:38Z catcher joined #lisp 2014-11-03T04:09:04Z beach joined #lisp 2014-11-03T04:09:31Z beach: Good morning everyone! 2014-11-03T04:12:50Z jusss quit (Ping timeout: 258 seconds) 2014-11-03T04:13:01Z munge quit (Ping timeout: 255 seconds) 2014-11-03T04:17:29Z AndChat|616761 joined #lisp 2014-11-03T04:20:30Z ykm quit (Ping timeout: 258 seconds) 2014-11-03T04:20:45Z pillton: Good morning beach. 2014-11-03T04:21:38Z Jesin quit (Ping timeout: 255 seconds) 2014-11-03T04:24:21Z miql joined #lisp 2014-11-03T04:28:07Z karbak quit (Quit: leaving) 2014-11-03T04:29:01Z AndChat|616761 quit (Ping timeout: 260 seconds) 2014-11-03T04:29:24Z miql quit (Ping timeout: 245 seconds) 2014-11-03T04:33:49Z cy joined #lisp 2014-11-03T04:35:09Z karbak joined #lisp 2014-11-03T04:35:25Z clop2 quit (Quit: Leaving) 2014-11-03T04:46:04Z ofosos joined #lisp 2014-11-03T04:46:10Z cy is now known as cybot 2014-11-03T04:47:03Z bb010g quit (Quit: Connection closed for inactivity) 2014-11-03T04:51:25Z ndrei joined #lisp 2014-11-03T04:51:28Z ndrei_ joined #lisp 2014-11-03T04:51:37Z miql joined #lisp 2014-11-03T04:51:52Z BlueRavenGT quit (Ping timeout: 264 seconds) 2014-11-03T04:52:23Z cybot quit (Changing host) 2014-11-03T04:52:23Z cybot joined #lisp 2014-11-03T04:53:16Z MrWoohoo quit (Quit: ["Textual IRC Client: www.textualapp.com"]) 2014-11-03T04:53:30Z cybot is now known as cy 2014-11-03T04:53:41Z cy quit (Changing host) 2014-11-03T04:53:41Z cy joined #lisp 2014-11-03T04:54:41Z LiamH quit (Quit: Leaving.) 2014-11-03T04:56:33Z miql quit (Ping timeout: 260 seconds) 2014-11-03T04:59:07Z clop2 joined #lisp 2014-11-03T04:59:44Z ykm joined #lisp 2014-11-03T05:01:26Z ykm quit (Remote host closed the connection) 2014-11-03T05:03:38Z svetlyak40wt joined #lisp 2014-11-03T05:03:47Z svetlyak40wt quit (Remote host closed the connection) 2014-11-03T05:04:14Z svetlyak40wt joined #lisp 2014-11-03T05:05:13Z clop2 quit (Quit: Leaving) 2014-11-03T05:08:34Z svetlyak40wt quit (Ping timeout: 245 seconds) 2014-11-03T05:09:45Z ykm joined #lisp 2014-11-03T05:10:04Z Jesin joined #lisp 2014-11-03T05:13:59Z ykm quit (Ping timeout: 245 seconds) 2014-11-03T05:14:33Z bb010g joined #lisp 2014-11-03T05:14:39Z ykm joined #lisp 2014-11-03T05:16:51Z malbertife joined #lisp 2014-11-03T05:18:52Z miql joined #lisp 2014-11-03T05:21:26Z Vutral quit (Ping timeout: 256 seconds) 2014-11-03T05:22:10Z ltbarcly quit (Quit: Computer has gone to sleep.) 2014-11-03T05:23:34Z svetlyak40wt joined #lisp 2014-11-03T05:23:54Z miql quit (Ping timeout: 244 seconds) 2014-11-03T05:29:44Z leo2007 quit (Quit: rcirc on GNU Emacs 24.4.1) 2014-11-03T05:31:29Z wooden quit (Ping timeout: 245 seconds) 2014-11-03T05:35:18Z Vutral joined #lisp 2014-11-03T05:36:02Z huza quit (Quit: WeeChat 0.3.8) 2014-11-03T05:36:30Z zz_baetheus is now known as baetheus 2014-11-03T05:37:37Z jkaye joined #lisp 2014-11-03T05:39:56Z chu quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-11-03T05:42:16Z jkaye quit (Ping timeout: 264 seconds) 2014-11-03T05:44:21Z ykm quit (Ping timeout: 265 seconds) 2014-11-03T05:46:01Z miql joined #lisp 2014-11-03T05:46:59Z malbertife_ joined #lisp 2014-11-03T05:49:42Z jusss joined #lisp 2014-11-03T05:50:44Z malbertife quit (Ping timeout: 255 seconds) 2014-11-03T05:51:04Z miql quit (Ping timeout: 244 seconds) 2014-11-03T05:52:08Z cy quit (Quit: :q!) 2014-11-03T05:54:02Z pranavrc joined #lisp 2014-11-03T06:02:52Z baetheus is now known as zz_baetheus 2014-11-03T06:04:35Z MoALTz_ joined #lisp 2014-11-03T06:06:32Z mncoder quit (Quit: mncoder) 2014-11-03T06:06:36Z ykm joined #lisp 2014-11-03T06:07:05Z pgomes joined #lisp 2014-11-03T06:10:53Z psy_ quit (Read error: No route to host) 2014-11-03T06:11:53Z psy_ joined #lisp 2014-11-03T06:12:49Z zz_baetheus is now known as baetheus 2014-11-03T06:13:13Z miql joined #lisp 2014-11-03T06:14:27Z baetheus is now known as zz_baetheus 2014-11-03T06:16:41Z ykm quit (Ping timeout: 264 seconds) 2014-11-03T06:18:07Z miql quit (Ping timeout: 255 seconds) 2014-11-03T06:19:41Z drmeister: Good morning beach. 2014-11-03T06:19:56Z drmeister: I plan to get started on integrating Cleavir this week. 2014-11-03T06:20:56Z jusss quit (Read error: Connection reset by peer) 2014-11-03T06:23:04Z oleo quit (Quit: Verlassend) 2014-11-03T06:23:14Z jusss` joined #lisp 2014-11-03T06:23:47Z jusss` quit (Remote host closed the connection) 2014-11-03T06:25:16Z jusss joined #lisp 2014-11-03T06:27:22Z kirin` quit (Ping timeout: 245 seconds) 2014-11-03T06:29:34Z beach: Great! 2014-11-03T06:34:15Z svetlyak40wt quit (Remote host closed the connection) 2014-11-03T06:34:41Z svetlyak40wt joined #lisp 2014-11-03T06:36:26Z kirin` joined #lisp 2014-11-03T06:39:04Z svetlyak40wt quit (Ping timeout: 256 seconds) 2014-11-03T06:39:57Z Pixel_Outlaw joined #lisp 2014-11-03T06:39:59Z Pixel_Outlaw: lisp 2014-11-03T06:40:17Z miql joined #lisp 2014-11-03T06:40:24Z beach: Pixel_Outlaw: Yes? 2014-11-03T06:40:37Z Pixel_Outlaw: Sorry, I was typing in the server and my client auto logged in. 2014-11-03T06:40:38Z Pixel_Outlaw: :) 2014-11-03T06:40:58Z Pixel_Outlaw: Anyway I'll share a nice Lambda/lisp wallpaper if anyone wants a green theme. https://www.dropbox.com/s/nkikldb3aj1irry/Lambda_background.png?dl=0 2014-11-03T06:41:55Z Pixel_Outlaw: You can click the dl link there, should be 1920x1080 2014-11-03T06:45:01Z miql quit (Ping timeout: 244 seconds) 2014-11-03T06:45:05Z mrSpec joined #lisp 2014-11-03T06:45:55Z nostoi joined #lisp 2014-11-03T06:48:00Z beach: Time to get to work. 2014-11-03T06:48:02Z beach left #lisp 2014-11-03T06:48:13Z mal_ joined #lisp 2014-11-03T06:48:37Z rx14 joined #lisp 2014-11-03T06:48:44Z defaultxr quit (Quit: gnight) 2014-11-03T06:52:19Z theos quit (Disconnected by services) 2014-11-03T06:52:49Z theos joined #lisp 2014-11-03T06:53:20Z chu joined #lisp 2014-11-03T07:04:35Z BitPuffin quit (Ping timeout: 265 seconds) 2014-11-03T07:05:37Z shortCircuit__ joined #lisp 2014-11-03T07:07:35Z zickzackv joined #lisp 2014-11-03T07:07:37Z miql joined #lisp 2014-11-03T07:09:10Z zRecursive quit (Remote host closed the connection) 2014-11-03T07:09:38Z cy joined #lisp 2014-11-03T07:10:37Z keen_________ quit (Read error: Connection reset by peer) 2014-11-03T07:12:38Z miql quit (Ping timeout: 255 seconds) 2014-11-03T07:12:38Z jtza8 joined #lisp 2014-11-03T07:12:59Z cy quit (Client Quit) 2014-11-03T07:13:33Z keen_________ joined #lisp 2014-11-03T07:13:39Z MoALTz_ quit (Quit: Leaving) 2014-11-03T07:14:05Z pgomes quit (Ping timeout: 264 seconds) 2014-11-03T07:14:17Z nalssee joined #lisp 2014-11-03T07:14:56Z leo2007 joined #lisp 2014-11-03T07:16:58Z Pixel_Outlaw quit (Quit: Leaving) 2014-11-03T07:17:22Z nug700|2 quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2014-11-03T07:17:28Z McMAGIC--Copy quit (Remote host closed the connection) 2014-11-03T07:17:30Z mindCrime quit (Remote host closed the connection) 2014-11-03T07:17:40Z mindCrime joined #lisp 2014-11-03T07:17:58Z tesuji joined #lisp 2014-11-03T07:18:23Z nalssee quit (Ping timeout: 244 seconds) 2014-11-03T07:19:51Z resttime joined #lisp 2014-11-03T07:25:36Z cy joined #lisp 2014-11-03T07:26:20Z jkaye joined #lisp 2014-11-03T07:26:21Z ofosos quit (Ping timeout: 260 seconds) 2014-11-03T07:27:10Z mindCrime quit (Remote host closed the connection) 2014-11-03T07:28:43Z Vutral quit (Excess Flood) 2014-11-03T07:30:09Z kushal joined #lisp 2014-11-03T07:30:57Z robot-beethoven joined #lisp 2014-11-03T07:31:01Z jkaye quit (Ping timeout: 260 seconds) 2014-11-03T07:33:16Z pt1 joined #lisp 2014-11-03T07:34:39Z miql joined #lisp 2014-11-03T07:35:36Z sword quit (Remote host closed the connection) 2014-11-03T07:36:16Z Vutral joined #lisp 2014-11-03T07:37:01Z nostoi quit (Quit: Verlassend) 2014-11-03T07:39:00Z innertracks joined #lisp 2014-11-03T07:39:44Z miql quit (Ping timeout: 250 seconds) 2014-11-03T07:41:53Z malbertife_ quit (Ping timeout: 255 seconds) 2014-11-03T07:43:09Z arenz joined #lisp 2014-11-03T07:48:29Z jtza8 quit (Ping timeout: 264 seconds) 2014-11-03T07:52:29Z innertracks quit (Quit: innertracks) 2014-11-03T07:54:09Z protist joined #lisp 2014-11-03T07:55:48Z stepnem joined #lisp 2014-11-03T08:01:03Z Grue` joined #lisp 2014-11-03T08:01:52Z miql joined #lisp 2014-11-03T08:03:16Z mindCrime joined #lisp 2014-11-03T08:06:57Z miql quit (Ping timeout: 260 seconds) 2014-11-03T08:07:51Z jtza8 joined #lisp 2014-11-03T08:10:06Z catcher quit (Quit: Bye) 2014-11-03T08:17:03Z bb010g quit (Quit: Connection closed for inactivity) 2014-11-03T08:18:32Z mvilleneuve joined #lisp 2014-11-03T08:28:17Z shortCircuit__ is now known as supermanBlack 2014-11-03T08:28:37Z tesuji quit (Ping timeout: 265 seconds) 2014-11-03T08:28:37Z Cymew joined #lisp 2014-11-03T08:29:17Z miql joined #lisp 2014-11-03T08:30:52Z drdanmaku quit (Quit: Connection closed for inactivity) 2014-11-03T08:31:33Z rx14 quit (Remote host closed the connection) 2014-11-03T08:33:05Z loz joined #lisp 2014-11-03T08:34:29Z miql quit (Ping timeout: 260 seconds) 2014-11-03T08:36:20Z harish quit (Ping timeout: 255 seconds) 2014-11-03T08:40:01Z psy_ quit (Ping timeout: 244 seconds) 2014-11-03T08:40:30Z sword joined #lisp 2014-11-03T08:44:26Z Cymew quit (Quit: Konversation terminated!) 2014-11-03T08:50:46Z robot-beethoven quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-11-03T08:52:17Z JuanDaugherty joined #lisp 2014-11-03T08:53:00Z nand1 joined #lisp 2014-11-03T08:56:21Z miql joined #lisp 2014-11-03T08:56:51Z nand1 quit (Remote host closed the connection) 2014-11-03T08:57:08Z nand1 joined #lisp 2014-11-03T08:57:12Z chu quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-11-03T08:58:50Z jtza8 quit (Ping timeout: 255 seconds) 2014-11-03T08:59:13Z jdz quit (Ping timeout: 260 seconds) 2014-11-03T09:00:32Z JuanDaugherty quit (Quit: Exit IRC/Hibernate) 2014-11-03T09:00:54Z miql quit (Ping timeout: 244 seconds) 2014-11-03T09:03:33Z pt1 quit (Remote host closed the connection) 2014-11-03T09:03:57Z jdz joined #lisp 2014-11-03T09:06:44Z Vlx joined #lisp 2014-11-03T09:07:42Z pt1 joined #lisp 2014-11-03T09:09:12Z przl joined #lisp 2014-11-03T09:09:25Z przl quit (Client Quit) 2014-11-03T09:11:18Z przl joined #lisp 2014-11-03T09:11:56Z segv- joined #lisp 2014-11-03T09:14:06Z ehu joined #lisp 2014-11-03T09:14:39Z MrWoohoo joined #lisp 2014-11-03T09:15:04Z jkaye joined #lisp 2014-11-03T09:16:33Z redeemed joined #lisp 2014-11-03T09:17:12Z Harag joined #lisp 2014-11-03T09:19:21Z Cymew joined #lisp 2014-11-03T09:19:26Z kcj quit (Remote host closed the connection) 2014-11-03T09:19:27Z jkaye quit (Ping timeout: 245 seconds) 2014-11-03T09:20:21Z gabriel_laddel joined #lisp 2014-11-03T09:20:24Z Harag quit (Remote host closed the connection) 2014-11-03T09:20:54Z Beetny joined #lisp 2014-11-03T09:23:23Z miql joined #lisp 2014-11-03T09:23:47Z zacharias quit (Ping timeout: 265 seconds) 2014-11-03T09:24:37Z Harag joined #lisp 2014-11-03T09:28:04Z miql quit (Ping timeout: 244 seconds) 2014-11-03T09:29:18Z wilfredh joined #lisp 2014-11-03T09:29:33Z rjmacready_ joined #lisp 2014-11-03T09:32:14Z Subfusc quit (Remote host closed the connection) 2014-11-03T09:32:23Z Karl_Dscc joined #lisp 2014-11-03T09:32:49Z Subfusc joined #lisp 2014-11-03T09:35:05Z Niac quit (Remote host closed the connection) 2014-11-03T09:38:17Z Harag quit (Ping timeout: 264 seconds) 2014-11-03T09:40:31Z Subfusc quit (Remote host closed the connection) 2014-11-03T09:41:03Z Subfusc joined #lisp 2014-11-03T09:42:30Z ehaliewicz quit (Ping timeout: 258 seconds) 2014-11-03T09:43:18Z kushal quit (Quit: Leaving) 2014-11-03T09:43:33Z Karl_Dscc quit (Remote host closed the connection) 2014-11-03T09:45:31Z madmalik quit (Quit: Connection closed for inactivity) 2014-11-03T09:46:04Z ehaliewicz joined #lisp 2014-11-03T09:46:26Z jusss quit (Ping timeout: 256 seconds) 2014-11-03T09:50:36Z miql joined #lisp 2014-11-03T09:55:14Z miql quit (Ping timeout: 245 seconds) 2014-11-03T09:57:09Z lommm joined #lisp 2014-11-03T10:00:31Z Vlx quit (Quit: Konversation terminated!) 2014-11-03T10:00:41Z psy_ joined #lisp 2014-11-03T10:04:37Z nalssee joined #lisp 2014-11-03T10:06:19Z ehaliewicz quit (Ping timeout: 265 seconds) 2014-11-03T10:07:24Z Harag joined #lisp 2014-11-03T10:08:54Z harish joined #lisp 2014-11-03T10:09:17Z tadni` joined #lisp 2014-11-03T10:09:23Z Cymew quit (Remote host closed the connection) 2014-11-03T10:09:30Z tadni quit (Remote host closed the connection) 2014-11-03T10:09:45Z Cymew joined #lisp 2014-11-03T10:17:46Z miql joined #lisp 2014-11-03T10:21:56Z svetlyak40wt joined #lisp 2014-11-03T10:22:45Z miql quit (Ping timeout: 260 seconds) 2014-11-03T10:22:54Z nalssee quit (Ping timeout: 256 seconds) 2014-11-03T10:24:40Z gabriel_laddel quit (Ping timeout: 258 seconds) 2014-11-03T10:25:58Z svetlyak40wt quit (Remote host closed the connection) 2014-11-03T10:26:10Z zacharias joined #lisp 2014-11-03T10:26:34Z svetlyak40wt joined #lisp 2014-11-03T10:29:21Z LoicLisp joined #lisp 2014-11-03T10:30:42Z svetlyak40wt quit (Ping timeout: 245 seconds) 2014-11-03T10:32:20Z quazimodo joined #lisp 2014-11-03T10:36:16Z corni joined #lisp 2014-11-03T10:38:50Z Karl_Dscc joined #lisp 2014-11-03T10:39:39Z svetlyak40wt joined #lisp 2014-11-03T10:44:57Z miql joined #lisp 2014-11-03T10:47:40Z nalssee joined #lisp 2014-11-03T10:48:31Z pavelpenev joined #lisp 2014-11-03T10:49:20Z Amaan joined #lisp 2014-11-03T10:49:52Z miql quit (Ping timeout: 245 seconds) 2014-11-03T10:56:43Z kbtr quit (Remote host closed the connection) 2014-11-03T11:02:29Z sword quit (Remote host closed the connection) 2014-11-03T11:02:44Z sword joined #lisp 2014-11-03T11:03:48Z jkaye joined #lisp 2014-11-03T11:05:21Z Harag quit (Quit: Harag) 2014-11-03T11:07:15Z EvW joined #lisp 2014-11-03T11:08:29Z jkaye quit (Ping timeout: 260 seconds) 2014-11-03T11:12:17Z miql joined #lisp 2014-11-03T11:13:10Z kbtr joined #lisp 2014-11-03T11:17:22Z miql quit (Ping timeout: 265 seconds) 2014-11-03T11:23:48Z munksgaard joined #lisp 2014-11-03T11:29:11Z theotherstupidgu joined #lisp 2014-11-03T11:29:29Z corni quit (Ping timeout: 260 seconds) 2014-11-03T11:31:48Z atgreen joined #lisp 2014-11-03T11:32:32Z theotherstupidgu left #lisp 2014-11-03T11:37:14Z nalssee quit (Ping timeout: 255 seconds) 2014-11-03T11:39:02Z nalssee joined #lisp 2014-11-03T11:39:20Z miql joined #lisp 2014-11-03T11:40:51Z svetlyak40wt quit (Remote host closed the connection) 2014-11-03T11:41:19Z svetlyak40wt joined #lisp 2014-11-03T11:41:52Z Karl_Dscc quit (Remote host closed the connection) 2014-11-03T11:42:26Z chu joined #lisp 2014-11-03T11:42:47Z svetlyak_ joined #lisp 2014-11-03T11:42:47Z svetlyak_ is now known as svetlyak40wt_ 2014-11-03T11:42:49Z svetlyak40wt quit (Read error: Connection reset by peer) 2014-11-03T11:44:59Z miql quit (Ping timeout: 272 seconds) 2014-11-03T11:46:08Z ggole joined #lisp 2014-11-03T11:48:50Z d0c0nnor` joined #lisp 2014-11-03T11:52:26Z Vutral quit (Ping timeout: 256 seconds) 2014-11-03T11:54:45Z TDog quit (Ping timeout: 258 seconds) 2014-11-03T11:57:58Z nalssee quit (Ping timeout: 265 seconds) 2014-11-03T11:58:08Z DeadTrickster joined #lisp 2014-11-03T11:58:28Z svetlyak40wt_ quit (Remote host closed the connection) 2014-11-03T11:58:51Z nalssee joined #lisp 2014-11-03T11:59:02Z svetlyak40wt joined #lisp 2014-11-03T12:02:48Z ndrei quit (Ping timeout: 258 seconds) 2014-11-03T12:02:53Z ndrei_ quit (Ping timeout: 255 seconds) 2014-11-03T12:03:17Z svetlyak40wt quit (Ping timeout: 244 seconds) 2014-11-03T12:03:38Z Beetny quit (Ping timeout: 250 seconds) 2014-11-03T12:06:32Z miql joined #lisp 2014-11-03T12:07:58Z Longlius quit (Remote host closed the connection) 2014-11-03T12:11:41Z miql quit (Ping timeout: 264 seconds) 2014-11-03T12:13:49Z Karl_Dscc joined #lisp 2014-11-03T12:15:32Z ndrei joined #lisp 2014-11-03T12:15:35Z ndrei_ joined #lisp 2014-11-03T12:16:09Z Grue` quit (Ping timeout: 260 seconds) 2014-11-03T12:20:38Z nalssee quit (Ping timeout: 244 seconds) 2014-11-03T12:21:25Z Shinmera joined #lisp 2014-11-03T12:21:59Z antoszka: Guys, having a decently form HTML document, what would be a library to access certain elements like a div with id="foo", and within that div a table with a class="bar" (and then maybe iterate over that table's elements)? 2014-11-03T12:22:06Z antoszka: s/form/formed/ 2014-11-03T12:22:38Z lommm quit (Ping timeout: 246 seconds) 2014-11-03T12:23:34Z dim: clxml maybe? 2014-11-03T12:23:41Z Grue` joined #lisp 2014-11-03T12:24:09Z dim: sorry, http://common-lisp.net/project/cxml/ 2014-11-03T12:24:52Z dim: see http://common-lisp.net/project/closure/closure-html/examples.html 2014-11-03T12:25:42Z pt1_ joined #lisp 2014-11-03T12:26:16Z antoszka: dim: i'll check that out, thx 2014-11-03T12:26:46Z BitPuffin joined #lisp 2014-11-03T12:27:05Z Shinmera: antoszka: CLSS 2014-11-03T12:27:14Z stanislav joined #lisp 2014-11-03T12:27:38Z Shinmera: antoszka: http://shinmera.github.io/CLSS/ 2014-11-03T12:28:24Z antoszka: lemme see as well 2014-11-03T12:28:27Z mishoo joined #lisp 2014-11-03T12:28:34Z thawes joined #lisp 2014-11-03T12:28:59Z pt1 quit (Ping timeout: 255 seconds) 2014-11-03T12:29:07Z segv- quit (Ping timeout: 244 seconds) 2014-11-03T12:29:23Z przl quit (Ping timeout: 265 seconds) 2014-11-03T12:31:25Z lommm joined #lisp 2014-11-03T12:33:10Z mihailp joined #lisp 2014-11-03T12:33:14Z mihailp: hi all 2014-11-03T12:33:43Z miql joined #lisp 2014-11-03T12:34:41Z Hache_ joined #lisp 2014-11-03T12:35:09Z nalssee joined #lisp 2014-11-03T12:35:32Z Vutral joined #lisp 2014-11-03T12:36:09Z antoszka: ,c 1090 CZK in PLN 2014-11-03T12:36:17Z antoszka: sorry, wrong channel 2014-11-03T12:38:54Z miql quit (Ping timeout: 256 seconds) 2014-11-03T12:39:07Z moore33 joined #lisp 2014-11-03T12:39:30Z svetlyak40wt joined #lisp 2014-11-03T12:41:56Z rick-monster: ok so is/has anyone messed around with live midi in CL ? I'm thinking at the moment a good approach could be to write some CFFI bindings to the alsa midi sequencer 2014-11-03T12:42:46Z pjb: There's midishare, but it has not been ported to 64-bit yet. Dumb C coders can't program. 2014-11-03T12:42:49Z rick-monster: spent part of my weekend compiling/poking the Common lisp stuff listed on the planet CCRMA website 2014-11-03T12:43:37Z rick-monster: yes was having a hard time compiling the kernel modules for midishare 2014-11-03T12:44:46Z dim: pjb: what about the lisp music software suite by IRCAM? 2014-11-03T12:44:59Z pjb: I maked a q&d patch to https://gitorious.org/patchwork/midishare/ but it doesn't work on 64bit yet. 2014-11-03T12:45:23Z pjb: Well, patchwork worked on MacOS with midishare. 2014-11-03T12:45:24Z DrCode quit (Remote host closed the connection) 2014-11-03T12:46:06Z pjb: It seems openmusic also uses midishare. 2014-11-03T12:46:18Z pjb: http://repmus.ircam.fr/openmusic/download 2014-11-03T12:48:12Z pjb: Now, honestly, while midishare good points can't be denied, it would seems to me that it wouldn't be a great deal to implement a similar real-time midi system directly in lisp. Most of the complication of midishare came from old systems, slow and non-multi-tasking systems, and nowadays from the FFI part of it. 2014-11-03T12:48:24Z pjb: ie. standard anti-FFI argument. 2014-11-03T12:49:45Z nalssee quit (Ping timeout: 260 seconds) 2014-11-03T12:49:49Z pjb: Ejsy 2014-11-03T12:50:13Z pjb: What's rather frightening with midishare, is that there is not a unique source for all platforms: they have duplicated the code for each platform! 2014-11-03T12:50:39Z _5kg quit (Ping timeout: 265 seconds) 2014-11-03T12:50:46Z pjb: ie. it is a maintainace nightmare, until it's merged back into a single code base, with clear modularization. 2014-11-03T12:52:04Z dim: at least you have a pretty clear todo list 2014-11-03T12:52:37Z jkaye joined #lisp 2014-11-03T12:52:56Z rick-monster: my intended project is a 'loop pedal' for midi with optional external midi clock sync 2014-11-03T12:53:09Z pjb: Right. For the moment, it's low priority, I just read and save midi files in batch. 2014-11-03T12:54:13Z pjb: Using the usual cl-midi library with a few patches: https://gitorious.org/abnotation/midi/source/ 2014-11-03T12:54:55Z DrCode joined #lisp 2014-11-03T12:55:54Z `JRG joined #lisp 2014-11-03T12:56:39Z H4ns: rick-monster: i've used portmidi for the midivent library, that worked pretty well. 2014-11-03T12:56:40Z sol__ quit (Ping timeout: 246 seconds) 2014-11-03T12:56:58Z H4ns: rick-monster: (i.e. portmidi should be easy to get along with using cl as well) 2014-11-03T12:57:25Z jkaye quit (Ping timeout: 265 seconds) 2014-11-03T12:57:29Z H4ns: rick-monster: (midivent is a node library) (sorry for the many parentheses) :D 2014-11-03T12:57:48Z pjb: no need to be sorry for that in #lisp. 2014-11-03T12:58:47Z kushal joined #lisp 2014-11-03T13:00:52Z eudoxia joined #lisp 2014-11-03T13:00:55Z miql joined #lisp 2014-11-03T13:01:35Z psy_ quit (Remote host closed the connection) 2014-11-03T13:02:56Z attila_lendvai quit (Quit: Leaving.) 2014-11-03T13:03:08Z Amaan quit (Quit: Connection closed for inactivity) 2014-11-03T13:03:58Z pt1_ quit (Remote host closed the connection) 2014-11-03T13:04:07Z przl joined #lisp 2014-11-03T13:04:36Z pt1 joined #lisp 2014-11-03T13:05:24Z rick-monster: ah great h4ns - I've been getting into node so this gives me an easy way to get into portmidi 2014-11-03T13:05:39Z miql quit (Ping timeout: 245 seconds) 2014-11-03T13:06:14Z H4ns: rick-monster: midivent is rather old and i fear that it does not compile for current versions of node, but it might be useful as reference. 2014-11-03T13:09:48Z rick-monster: hmm is alsa midi sequencer really such a dog to use directly? I'm only really interested in making it work on linux... 2014-11-03T13:10:10Z H4ns: rick-monster: i have no idea, sorry 2014-11-03T13:11:20Z svetlyak40wt quit (Remote host closed the connection) 2014-11-03T13:11:49Z Kruppe quit (Quit: ZNC - http://znc.in) 2014-11-03T13:11:51Z svetlyak40wt joined #lisp 2014-11-03T13:13:21Z Kruppe joined #lisp 2014-11-03T13:14:01Z stassats joined #lisp 2014-11-03T13:14:34Z tesuji joined #lisp 2014-11-03T13:15:13Z chu quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-11-03T13:16:25Z stanislav quit (Quit: Konversation terminated!) 2014-11-03T13:16:26Z svetlyak40wt quit (Ping timeout: 244 seconds) 2014-11-03T13:17:51Z rick-monster: always worth asking in here before running off to reinvent the wheel! Thanks for the info on state of the available libs 2014-11-03T13:27:01Z kushal quit (Quit: Leaving) 2014-11-03T13:28:09Z miql joined #lisp 2014-11-03T13:28:35Z pranavrc quit 2014-11-03T13:28:40Z atgreen quit (Remote host closed the connection) 2014-11-03T13:31:19Z resttime quit (Quit: resttime) 2014-11-03T13:31:29Z svetlyak40wt joined #lisp 2014-11-03T13:32:58Z miql quit (Ping timeout: 244 seconds) 2014-11-03T13:34:34Z _5kg joined #lisp 2014-11-03T13:37:29Z mutley89 quit (Ping timeout: 258 seconds) 2014-11-03T13:40:20Z ellis-a joined #lisp 2014-11-03T13:40:52Z lommm quit (Remote host closed the connection) 2014-11-03T13:42:36Z ellis-a quit (Client Quit) 2014-11-03T13:44:16Z `JRG quit (Ping timeout: 246 seconds) 2014-11-03T13:44:27Z spatials joined #lisp 2014-11-03T13:46:00Z nalssee joined #lisp 2014-11-03T13:46:05Z lommm joined #lisp 2014-11-03T13:50:01Z ndrei quit (Ping timeout: 244 seconds) 2014-11-03T13:50:08Z psy_ joined #lisp 2014-11-03T13:50:25Z ndrei_ quit (Ping timeout: 260 seconds) 2014-11-03T13:51:01Z nalssee quit (Ping timeout: 272 seconds) 2014-11-03T13:51:40Z HOS_nerv joined #lisp 2014-11-03T13:52:17Z HOS_nerv quit (Client Quit) 2014-11-03T13:52:36Z HOS_nerv joined #lisp 2014-11-03T13:53:26Z wheelsucker quit (Quit: Client Quit) 2014-11-03T13:54:22Z eudoxia quit (Quit: Lost terminal) 2014-11-03T13:54:24Z HOS_nerv quit (Client Quit) 2014-11-03T13:54:39Z HOS_nerv joined #lisp 2014-11-03T13:55:16Z miql joined #lisp 2014-11-03T13:55:38Z mutley89 joined #lisp 2014-11-03T13:57:08Z lommm quit (Ping timeout: 246 seconds) 2014-11-03T13:59:37Z vaporatorius joined #lisp 2014-11-03T14:00:12Z miql quit (Ping timeout: 250 seconds) 2014-11-03T14:01:10Z mncoder joined #lisp 2014-11-03T14:01:14Z jkaye joined #lisp 2014-11-03T14:06:51Z protist quit (Quit: Konversation terminated!) 2014-11-03T14:07:06Z pavelpenev quit (Ping timeout: 256 seconds) 2014-11-03T14:09:19Z supermanBlack quit (Remote host closed the connection) 2014-11-03T14:11:39Z Pullphinger joined #lisp 2014-11-03T14:14:20Z mihailp left #lisp 2014-11-03T14:15:55Z zeitue quit (Quit: Leaving) 2014-11-03T14:16:01Z LiamH joined #lisp 2014-11-03T14:18:34Z pt1 quit (Read error: No route to host) 2014-11-03T14:18:44Z pt1 joined #lisp 2014-11-03T14:22:38Z miql joined #lisp 2014-11-03T14:24:38Z stassats quit (Ping timeout: 244 seconds) 2014-11-03T14:25:58Z Grue`: hmm, if I run swank server with :dont-close t and then close connection remotely with C-k in *slime-connections*, is it the server supposed to die from this? 2014-11-03T14:26:49Z psy_ quit (Read error: Connection reset by peer) 2014-11-03T14:27:14Z oGMo: probably not though i don't know what C-k does 2014-11-03T14:27:37Z Grue`: C-k slime-quit-connection-at-point 2014-11-03T14:27:45Z miql quit (Ping timeout: 260 seconds) 2014-11-03T14:27:50Z oGMo: e.g., i think it's possible to quit the remote lisp now via ,quit or whatnot in the repl, so it depends on what that does 2014-11-03T14:28:13Z CrazyWoods: i got project which are premake4 base (generator gmake file) how to use lisp to call the script file? 2014-11-03T14:28:24Z Grue`: well I thought this would just close connection, but this somehow broke my entire website! 2014-11-03T14:29:04Z oGMo: CrazyWoods: see external-program 2014-11-03T14:30:00Z Grue`: I guess I'll just stick to M-x slime-disconnect 2014-11-03T14:31:17Z Hydan is now known as Hydan` 2014-11-03T14:31:18Z Hydan` is now known as Hydan 2014-11-03T14:32:09Z oGMo: Grue`: remap the key to do what you want? 2014-11-03T14:32:49Z oGMo: and so you don't flub-kill your site. also note that slime connections are insecure, and you shouldn't have them running in the open... 2014-11-03T14:33:02Z pt1 quit (Read error: Connection reset by peer) 2014-11-03T14:33:25Z pt1 joined #lisp 2014-11-03T14:33:36Z BitPuffin quit (Ping timeout: 265 seconds) 2014-11-03T14:33:51Z Grue`: C-k only works in that specific buffer; also my connection is over ssh tunnel, so should be secure 2014-11-03T14:35:26Z CrazyWoods: oGMo: thank you 2014-11-03T14:36:23Z oGMo: CrazyWoods: cliki.net is the place to start looking for most things 2014-11-03T14:37:48Z CrazyWoods: oGMo: suppose i want to build and auto build system then have a web api, shall i just use lisp or mix lisp with shell? 2014-11-03T14:38:20Z BitPuffin joined #lisp 2014-11-03T14:39:41Z oGMo: CrazyWoods: that entirely depends on what you're doing 2014-11-03T14:40:21Z oGMo: you can always call a shell script, if a script is necessary or expedient 2014-11-03T14:40:38Z CrazyWoods: oGMo: can i just use lisp? 2014-11-03T14:43:11Z Grue`: for what? 2014-11-03T14:43:21Z LiamH quit (Quit: Leaving.) 2014-11-03T14:44:59Z Poenikatu joined #lisp 2014-11-03T14:45:20Z duper quit (Ping timeout: 255 seconds) 2014-11-03T14:46:44Z nalssee joined #lisp 2014-11-03T14:49:01Z thawes quit (Ping timeout: 256 seconds) 2014-11-03T14:49:03Z thawes_ joined #lisp 2014-11-03T14:49:15Z duper joined #lisp 2014-11-03T14:49:24Z pjb: CrazyWoods: you can perform all your programming tasks with Common Lisp. 2014-11-03T14:49:37Z miql joined #lisp 2014-11-03T14:50:37Z Poenikatu: pjb: What do you recommend for replacing shell scripts? 2014-11-03T14:50:52Z pjb: Common Lisp. 2014-11-03T14:50:57Z billstclair joined #lisp 2014-11-03T14:50:57Z billstclair quit (Changing host) 2014-11-03T14:50:57Z billstclair joined #lisp 2014-11-03T14:51:01Z pjb: I write all my unix script in clisp. 2014-11-03T14:51:11Z dim: +1 2014-11-03T14:51:15Z pjb: But any CL implementation will do. 2014-11-03T14:51:16Z Poenikatu: pjb: Do you use any particular libraries? 2014-11-03T14:51:20Z nalssee quit (Ping timeout: 250 seconds) 2014-11-03T14:51:26Z pjb: In general, no. 2014-11-03T14:51:37Z pjb: I have a little script.lisp file that most my scripts load. 2014-11-03T14:51:39Z Poenikatu: pjb: How do you get on with directories/files 2014-11-03T14:51:47Z dim: well don't you count informatimago as your particular libs? 2014-11-03T14:51:56Z Poenikatu: pjb: Could you paste the file? 2014-11-03T14:52:07Z dim: Poenikatu: asdf driver is now named uiop and has good enough coverage for directories/files 2014-11-03T14:52:15Z pjb: I exterminate from my file systems files that can't be processed by the CL file and directory primitives :-) 2014-11-03T14:52:18Z Poenikatu: dim: Thanks 2014-11-03T14:53:01Z pjb: Poenikatu: http://git.informatimago.com/viewgit/index.php?a=viewblob&p=public/bin&h=93d02d06e15ccf4883eb0ec54f3e62ab3cfe1258&hb=fee45e44a98935013644a65a3eb7508fe186ec79&f=script.lisp 2014-11-03T14:53:47Z Poenikatu: pjb: Thanks 2014-11-03T14:53:57Z pjb: for example: http://git.informatimago.com/viewgit/index.php?a=viewblob&p=public/bin&h=187f91b65969319819e986bdd9aeff922a1b2875&hb=fee45e44a98935013644a65a3eb7508fe186ec79&f=memo 2014-11-03T14:54:08Z CrazyWoods: pjb: all? how about the stuff like premake4 and gmake does? 2014-11-03T14:54:42Z pjb: CrazyWoods: make -> asdf 2014-11-03T14:54:47Z oGMo: um no heh 2014-11-03T14:54:59Z oGMo: CrazyWoods: you can do anything you like, but some things are better than others 2014-11-03T14:55:05Z miql quit (Ping timeout: 264 seconds) 2014-11-03T14:55:52Z oGMo: CrazyWoods: start with calling out to your stuff, and if you find you want to rewrite some in CL, do that, or if you need some script wrappers, do that 2014-11-03T14:55:55Z kuimacro joined #lisp 2014-11-03T14:56:12Z Grue`: I feel like startup time of these lisp scripts wouldn't be all that great 2014-11-03T14:56:14Z CrazyWoods: pjb: asdf work for c/c++ project? 2014-11-03T14:56:37Z pjb: CrazyWoods: yes, you can compile C or C++ with asdf. 2014-11-03T14:56:47Z oGMo: Grue`: that's why i wrote ScriptL 2014-11-03T14:56:51Z CrazyWoods: oGMo: this script will return some status and generator output 2014-11-03T14:56:53Z pjb: Some projects have a few C sources and do that. 2014-11-03T14:57:19Z przl quit (Ping timeout: 245 seconds) 2014-11-03T14:58:12Z oGMo: CrazyWoods: sure .. e.g., with autowrap, i call out to c2ffi, check its return status, and specify/deal with the output files it generates 2014-11-03T14:58:13Z hardenedapple joined #lisp 2014-11-03T14:58:28Z oGMo: i use external-program for that, works nicely 2014-11-03T14:58:42Z askatasuna joined #lisp 2014-11-03T14:59:49Z oGMo: also for ScriptL, i generate the scriptlcom binary by calling out to configure and make ;) 2014-11-03T15:00:39Z CrazyWoods: oGMo: i see 2014-11-03T15:02:20Z CrazyWoods: oGMo: there seems only bare-bones doc for external-program 2014-11-03T15:03:35Z oGMo: well it calls a program and you get the return code.. i don't think much documentation was required 2014-11-03T15:03:44Z oGMo: i'm not sure i even ever looked at it 2014-11-03T15:04:35Z oGMo: https://github.com/sellout/external-program/wiki/API <- that seems like more than sufficient documentation 2014-11-03T15:06:20Z Hydan is now known as Hydan` 2014-11-03T15:06:23Z theotherstupidgu joined #lisp 2014-11-03T15:06:50Z nalssee joined #lisp 2014-11-03T15:07:11Z oleo joined #lisp 2014-11-03T15:08:40Z zickzackv quit (Ping timeout: 250 seconds) 2014-11-03T15:09:01Z stassats joined #lisp 2014-11-03T15:09:56Z jkaye quit (Remote host closed the connection) 2014-11-03T15:10:12Z przl joined #lisp 2014-11-03T15:12:01Z Karl_Dscc quit (Remote host closed the connection) 2014-11-03T15:12:24Z CrazyWoods: oGMo: ok 2014-11-03T15:12:25Z bb010g joined #lisp 2014-11-03T15:16:23Z ndrei joined #lisp 2014-11-03T15:16:26Z ndrei_ joined #lisp 2014-11-03T15:16:51Z gf3 quit (Excess Flood) 2014-11-03T15:16:57Z miql joined #lisp 2014-11-03T15:17:10Z xristos quit (Ping timeout: 272 seconds) 2014-11-03T15:17:17Z gf3 joined #lisp 2014-11-03T15:17:26Z xristos joined #lisp 2014-11-03T15:17:40Z xristos is now known as Guest53086 2014-11-03T15:17:53Z Guest53086 is now known as xristos` 2014-11-03T15:18:05Z xristos` is now known as xristos 2014-11-03T15:18:11Z xristos quit (Changing host) 2014-11-03T15:18:11Z xristos joined #lisp 2014-11-03T15:19:23Z kirin` quit (Ping timeout: 240 seconds) 2014-11-03T15:21:52Z miql quit (Ping timeout: 265 seconds) 2014-11-03T15:22:18Z psy_ joined #lisp 2014-11-03T15:22:36Z kirin` joined #lisp 2014-11-03T15:24:19Z Karl_Dscc joined #lisp 2014-11-03T15:26:51Z EvW quit (Remote host closed the connection) 2014-11-03T15:27:00Z EvW joined #lisp 2014-11-03T15:33:02Z specbot quit (Remote host closed the connection) 2014-11-03T15:33:27Z rx14 joined #lisp 2014-11-03T15:33:40Z svetlyak40wt quit (Remote host closed the connection) 2014-11-03T15:34:17Z specbot joined #lisp 2014-11-03T15:34:28Z kushal joined #lisp 2014-11-03T15:34:33Z kushal quit (Changing host) 2014-11-03T15:34:33Z kushal joined #lisp 2014-11-03T15:36:15Z lacedaemon joined #lisp 2014-11-03T15:36:21Z fe[nl]ix quit (Ping timeout: 260 seconds) 2014-11-03T15:36:23Z l3thal quit (Ping timeout: 240 seconds) 2014-11-03T15:36:42Z lacedaemon is now known as fe[nl]ix 2014-11-03T15:37:41Z girrig quit (Ping timeout: 264 seconds) 2014-11-03T15:39:40Z cpt_nemo quit (Ping timeout: 256 seconds) 2014-11-03T15:39:58Z pt1 quit (Ping timeout: 272 seconds) 2014-11-03T15:41:05Z codeburg quit (Ping timeout: 246 seconds) 2014-11-03T15:41:53Z cpt_nemo joined #lisp 2014-11-03T15:42:13Z l3thal joined #lisp 2014-11-03T15:42:30Z abbe quit (Ping timeout: 256 seconds) 2014-11-03T15:42:33Z svetlyak40wt joined #lisp 2014-11-03T15:42:50Z yano quit (Read error: Connection reset by peer) 2014-11-03T15:42:55Z abbe joined #lisp 2014-11-03T15:43:52Z codeburg joined #lisp 2014-11-03T15:44:01Z miql joined #lisp 2014-11-03T15:44:09Z girrig joined #lisp 2014-11-03T15:45:33Z rtra quit (Ping timeout: 265 seconds) 2014-11-03T15:47:44Z DrCode quit (Ping timeout: 246 seconds) 2014-11-03T15:48:17Z rtra joined #lisp 2014-11-03T15:48:32Z nalssee quit (Ping timeout: 256 seconds) 2014-11-03T15:48:37Z girrig quit (Ping timeout: 245 seconds) 2014-11-03T15:49:04Z miql quit (Ping timeout: 244 seconds) 2014-11-03T15:50:32Z codeburg quit (Ping timeout: 246 seconds) 2014-11-03T15:55:17Z thawes_ quit (Quit: No Ping reply in 180 seconds.) 2014-11-03T15:56:10Z girrig joined #lisp 2014-11-03T15:56:32Z thawes joined #lisp 2014-11-03T15:56:44Z urandom__ joined #lisp 2014-11-03T16:00:16Z jkaye joined #lisp 2014-11-03T16:05:22Z specbot quit (Remote host closed the connection) 2014-11-03T16:05:28Z specbot joined #lisp 2014-11-03T16:07:06Z yano joined #lisp 2014-11-03T16:07:37Z snafuchs quit (Ping timeout: 260 seconds) 2014-11-03T16:08:09Z snafuchs joined #lisp 2014-11-03T16:11:09Z miql joined #lisp 2014-11-03T16:12:30Z nalssee joined #lisp 2014-11-03T16:14:02Z mutley89 quit (Ping timeout: 245 seconds) 2014-11-03T16:14:47Z zacharias quit (Ping timeout: 272 seconds) 2014-11-03T16:15:06Z surrounder joined #lisp 2014-11-03T16:15:17Z ndrei_ quit (Ping timeout: 264 seconds) 2014-11-03T16:15:35Z ndrei quit (Ping timeout: 265 seconds) 2014-11-03T16:15:56Z miql quit (Ping timeout: 244 seconds) 2014-11-03T16:17:00Z rx14 quit (Remote host closed the connection) 2014-11-03T16:17:04Z ehu_ joined #lisp 2014-11-03T16:17:58Z xristos quit (Ping timeout: 272 seconds) 2014-11-03T16:18:04Z xristos joined #lisp 2014-11-03T16:18:09Z svetlyak40wt quit (Remote host closed the connection) 2014-11-03T16:18:28Z xristos is now known as Guest59941 2014-11-03T16:18:31Z pt1 joined #lisp 2014-11-03T16:18:36Z svetlyak40wt joined #lisp 2014-11-03T16:18:53Z miql joined #lisp 2014-11-03T16:19:17Z rx14 joined #lisp 2014-11-03T16:19:33Z ehu quit (Ping timeout: 244 seconds) 2014-11-03T16:19:46Z spatials quit (Quit: leaving) 2014-11-03T16:20:40Z cmack`` quit (Read error: Connection reset by peer) 2014-11-03T16:20:56Z cmack`` joined #lisp 2014-11-03T16:23:17Z svetlyak40wt quit (Ping timeout: 264 seconds) 2014-11-03T16:23:44Z ndrei joined #lisp 2014-11-03T16:23:47Z rx14 quit (Remote host closed the connection) 2014-11-03T16:24:17Z matko quit (Remote host closed the connection) 2014-11-03T16:24:25Z ndrei_ joined #lisp 2014-11-03T16:24:45Z rx14 joined #lisp 2014-11-03T16:30:42Z d0c0nnor` quit (Ping timeout: 244 seconds) 2014-11-03T16:30:57Z wooden joined #lisp 2014-11-03T16:30:58Z wooden quit (Changing host) 2014-11-03T16:30:58Z wooden joined #lisp 2014-11-03T16:31:41Z Cymew quit (Ping timeout: 264 seconds) 2014-11-03T16:32:46Z BitPuffin quit (Remote host closed the connection) 2014-11-03T16:34:33Z svetlyak40wt joined #lisp 2014-11-03T16:39:13Z BlueRavenGT joined #lisp 2014-11-03T16:39:18Z edgar-rft quit (Quit: activity corrupted because computer crashed) 2014-11-03T16:40:07Z hugod quit (Remote host closed the connection) 2014-11-03T16:40:29Z przl quit (Ping timeout: 264 seconds) 2014-11-03T16:42:44Z tadni` quit (Read error: Connection reset by peer) 2014-11-03T16:44:32Z jtza8 joined #lisp 2014-11-03T16:45:31Z tadni joined #lisp 2014-11-03T16:46:57Z zz_baetheus is now known as baetheus 2014-11-03T16:50:52Z k-stz joined #lisp 2014-11-03T16:52:10Z xyjprc joined #lisp 2014-11-03T16:52:37Z redeemed quit (Quit: q) 2014-11-03T16:54:25Z moore33 quit (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 2014-11-03T16:54:49Z ltbarcly joined #lisp 2014-11-03T16:55:09Z mutley89 joined #lisp 2014-11-03T16:55:57Z pt1 quit (Remote host closed the connection) 2014-11-03T16:57:14Z Xach: luis: any word on a slime update? 2014-11-03T17:02:56Z stassats: what slime update? 2014-11-03T17:03:23Z pavelpenev joined #lisp 2014-11-03T17:03:25Z Xach: slime is time boxed 2014-11-03T17:03:31Z Xach: time is passing 2014-11-03T17:03:37Z Xach: i am curious about the boxing 2014-11-03T17:03:43Z stassats: oh, you mean a release? 2014-11-03T17:03:46Z Xach: yes 2014-11-03T17:04:05Z stassats: i expect a lot of people would be unhappy about the new release 2014-11-03T17:04:29Z Xach: why? 2014-11-03T17:04:36Z stassats: package name changes, etc. 2014-11-03T17:05:28Z Xach: I thought it was still compatible for now, with compatible nicknames or something similar. 2014-11-03T17:05:51Z wizzo quit (Quit: My MacBook has gone to sleep. ZZZzzz…) 2014-11-03T17:06:04Z stassats: but you can't connect to older versions anymore, since it has new packages now, swank-repl, for example 2014-11-03T17:06:17Z stassats: well, nobody expects older versions to work, but it usually worked well enough 2014-11-03T17:07:03Z zacharias joined #lisp 2014-11-03T17:09:55Z stassats: now that there are releases and stuff, i would like a stable protocol 2014-11-03T17:11:01Z stassats: (and a pony) 2014-11-03T17:11:11Z drdanmaku joined #lisp 2014-11-03T17:13:42Z wooden quit (Ping timeout: 272 seconds) 2014-11-03T17:13:58Z Guest59941 is now known as xristos` 2014-11-03T17:14:11Z xristos` is now known as xristos 2014-11-03T17:14:32Z xristos quit (Changing host) 2014-11-03T17:14:32Z xristos joined #lisp 2014-11-03T17:15:52Z nalssee quit (Ping timeout: 244 seconds) 2014-11-03T17:20:07Z rak[rock-gym] is now known as rak[1] 2014-11-03T17:20:14Z nalssee joined #lisp 2014-11-03T17:20:49Z yrk joined #lisp 2014-11-03T17:21:20Z yrk quit (Changing host) 2014-11-03T17:21:20Z yrk joined #lisp 2014-11-03T17:22:22Z jtza8 quit (Ping timeout: 244 seconds) 2014-11-03T17:22:26Z boogie joined #lisp 2014-11-03T17:22:49Z mvilleneuve quit (Quit: This computer has gone to sleep) 2014-11-03T17:23:22Z slyrus joined #lisp 2014-11-03T17:24:02Z ndrei_ quit (Ping timeout: 245 seconds) 2014-11-03T17:24:27Z ndrei quit (Ping timeout: 245 seconds) 2014-11-03T17:25:23Z ski quit (Ping timeout: 240 seconds) 2014-11-03T17:27:06Z ndrei joined #lisp 2014-11-03T17:27:22Z ndrei_ joined #lisp 2014-11-03T17:28:14Z Karl_Dscc quit (Remote host closed the connection) 2014-11-03T17:29:07Z mindCrime__ joined #lisp 2014-11-03T17:29:58Z mindCrime quit (Ping timeout: 256 seconds) 2014-11-03T17:30:30Z rpg joined #lisp 2014-11-03T17:31:56Z rpg: For SLIME, is there a way to have multiple .swank.lisp files, for different kinds of lisp sessions? 2014-11-03T17:32:16Z rpg: What are your ways of configuring SLIME sessions for different projects? 2014-11-03T17:35:08Z pjb: rpg: you can easily load different files in .swank.lisp 2014-11-03T17:36:43Z rpg: pjb: I have multiple different commands, that dynamically bind slime-default-lisp and then call (slime), for different projects. I'd like a project-specific lisp session initialization. 2014-11-03T17:37:00Z rpg: I felt sure someone would have a nice way to do this (nicer than I'd figure out on my own). 2014-11-03T17:37:29Z srcerer quit (Quit: ChatZilla 0.9.91 [Firefox 32.0.3/20140923175406]) 2014-11-03T17:43:11Z pjb: I have different settings of swank bindings, but I change then by hand when need be. 2014-11-03T17:43:30Z pjb: You must decide on a way to select one project or another. 2014-11-03T17:43:50Z pjb: It could be an emacs variable, an environment variable an argument to the inferior lisp. 2014-11-03T17:44:09Z pjb: Detect it in .swank.lisp and load files (or evaluate forms) accordingly. 2014-11-03T17:44:24Z rpg: pjb: I select by having different interactive elisp functions that start my SLIME. I can give them the corresponding lisp executables their own --load options 2014-11-03T17:46:06Z hugod joined #lisp 2014-11-03T17:46:54Z nalssee quit (Ping timeout: 245 seconds) 2014-11-03T17:47:34Z srcerer joined #lisp 2014-11-03T17:49:53Z rpg: pjb: So for my prism project, I have (prism), which starts ABCL, and will configure it accordingly (right ASDF paths, etc.). 2014-11-03T17:50:00Z rpg: Thanks! back later... 2014-11-03T17:51:39Z quazimodo quit (Remote host closed the connection) 2014-11-03T17:51:53Z quazimodo joined #lisp 2014-11-03T17:55:40Z malbertife joined #lisp 2014-11-03T17:57:27Z Karl_Dscc joined #lisp 2014-11-03T17:59:17Z leo2007 quit (Ping timeout: 264 seconds) 2014-11-03T17:59:18Z slyrus quit (Ping timeout: 272 seconds) 2014-11-03T17:59:36Z ltbarcly_ joined #lisp 2014-11-03T18:00:00Z Pixel_Outlaw joined #lisp 2014-11-03T18:01:01Z ltbarcly quit (Ping timeout: 260 seconds) 2014-11-03T18:05:40Z pavelpenev quit (Ping timeout: 256 seconds) 2014-11-03T18:07:49Z ofosos joined #lisp 2014-11-03T18:08:03Z pavelpenev joined #lisp 2014-11-03T18:09:40Z innertracks joined #lisp 2014-11-03T18:12:42Z BitPuffin joined #lisp 2014-11-03T18:14:22Z MoALTz joined #lisp 2014-11-03T18:16:10Z ltbarcly_ quit (Ping timeout: 258 seconds) 2014-11-03T18:18:39Z ltbarcly joined #lisp 2014-11-03T18:20:45Z shka joined #lisp 2014-11-03T18:20:46Z shka: hi 2014-11-03T18:21:01Z Hache_ quit (Remote host closed the connection) 2014-11-03T18:21:03Z shka: how to bind to only second value returned with values? 2014-11-03T18:21:40Z Grue`: nth-value 2014-11-03T18:23:42Z slyrus joined #lisp 2014-11-03T18:27:11Z shka: heh, makes senes 2014-11-03T18:27:15Z shka: Grue`: thanks! 2014-11-03T18:28:32Z Patzy quit (Ping timeout: 255 seconds) 2014-11-03T18:29:19Z Patzy joined #lisp 2014-11-03T18:30:34Z pgomes joined #lisp 2014-11-03T18:30:37Z hardenedapple quit (Quit: WeeChat 1.0.1) 2014-11-03T18:30:39Z tesuji quit (Ping timeout: 245 seconds) 2014-11-03T18:31:21Z ski joined #lisp 2014-11-03T18:37:28Z ltbarcly quit (Ping timeout: 255 seconds) 2014-11-03T18:38:38Z jkaye quit (Remote host closed the connection) 2014-11-03T18:40:39Z ltbarcly joined #lisp 2014-11-03T18:40:47Z ack006 joined #lisp 2014-11-03T18:41:27Z atgreen joined #lisp 2014-11-03T18:44:11Z miql quit (Quit: leaving) 2014-11-03T18:48:49Z a20141103 joined #lisp 2014-11-03T18:48:51Z pt1 joined #lisp 2014-11-03T18:49:18Z dilated_dinosaur joined #lisp 2014-11-03T18:52:07Z farhaven quit (Ping timeout: 265 seconds) 2014-11-03T18:52:25Z Xach: Hmm, I guess this update is already going from 2.9 to 2.10.1 2014-11-03T18:53:16Z ndrei quit (Ping timeout: 256 seconds) 2014-11-03T18:53:41Z ndrei_ quit (Ping timeout: 264 seconds) 2014-11-03T18:54:22Z rjmacready_ quit (Ping timeout: 246 seconds) 2014-11-03T18:54:23Z nalssee joined #lisp 2014-11-03T18:54:42Z MrWoohoo quit (Quit: ["Textual IRC Client: www.textualapp.com"]) 2014-11-03T18:55:15Z faheem_ quit (Quit: Connection closed for inactivity) 2014-11-03T18:55:17Z innertracks quit (Ping timeout: 245 seconds) 2014-11-03T18:56:32Z innertracks joined #lisp 2014-11-03T18:58:05Z gigetoo joined #lisp 2014-11-03T18:58:30Z corni joined #lisp 2014-11-03T19:00:40Z segv- joined #lisp 2014-11-03T19:01:18Z yorick quit (Quit: No Ping reply in 180 seconds.) 2014-11-03T19:02:09Z BitPuffin quit (Ping timeout: 260 seconds) 2014-11-03T19:03:44Z yorick joined #lisp 2014-11-03T19:04:55Z jkaye joined #lisp 2014-11-03T19:07:19Z ack006 quit (Remote host closed the connection) 2014-11-03T19:07:40Z a20141103 quit (Ping timeout: 246 seconds) 2014-11-03T19:07:50Z madmalik joined #lisp 2014-11-03T19:10:58Z DrCode joined #lisp 2014-11-03T19:11:40Z akkad: d 2014-11-03T19:17:13Z ggole quit 2014-11-03T19:18:13Z Petit_Dejeuner quit (Ping timeout: 265 seconds) 2014-11-03T19:19:01Z pt1 quit (Remote host closed the connection) 2014-11-03T19:19:10Z eschulte quit (Quit: leaving) 2014-11-03T19:22:54Z whartung quit (Read error: Connection reset by peer) 2014-11-03T19:23:10Z ehu_ is now known as ehu 2014-11-03T19:23:16Z whartung joined #lisp 2014-11-03T19:23:18Z CrazyWoods quit (Quit: leaving) 2014-11-03T19:25:34Z wheelsucker joined #lisp 2014-11-03T19:27:06Z ltbarcly quit (Ping timeout: 244 seconds) 2014-11-03T19:32:49Z ltbarcly joined #lisp 2014-11-03T19:34:02Z miql joined #lisp 2014-11-03T19:38:04Z Nizumzen joined #lisp 2014-11-03T19:38:22Z nalssee quit (Ping timeout: 240 seconds) 2014-11-03T19:39:21Z Petit_Dejeuner joined #lisp 2014-11-03T19:40:48Z eazar001 quit (Quit: WeeChat 1.0.1) 2014-11-03T19:41:08Z eazar001 joined #lisp 2014-11-03T19:41:39Z pt1 joined #lisp 2014-11-03T19:43:23Z arenz quit (Ping timeout: 240 seconds) 2014-11-03T19:44:35Z malbertife quit (Ping timeout: 255 seconds) 2014-11-03T19:45:02Z kuimacro quit (Quit: Nettalk6 - www.ntalk.de) 2014-11-03T19:46:05Z fiveop joined #lisp 2014-11-03T19:47:46Z fiveop: Can anyone tell me why there is encode-slots and encode-object in yason? 2014-11-03T19:51:37Z stassats quit (Ping timeout: 258 seconds) 2014-11-03T19:52:31Z ndrei joined #lisp 2014-11-03T19:52:32Z ndrei_ joined #lisp 2014-11-03T19:55:33Z Hache_ joined #lisp 2014-11-03T19:55:46Z H4ns: fiveop: i should be, but i've got a hard time understanding why i came up with the two 2014-11-03T19:56:02Z Xach: heh 2014-11-03T19:57:05Z H4ns: fiveop: i think the idea was that you could define a method on encode-slots to encode only some of the slots in an object. i'm not sure why that would not be possible using an encode-object method right now, sorry :( 2014-11-03T19:58:47Z faheem_ joined #lisp 2014-11-03T19:58:54Z jewel quit (Ping timeout: 258 seconds) 2014-11-03T19:59:30Z H4ns: ah, the docstrings on the generic function gives some clues 2014-11-03T20:00:50Z H4ns: but i'm not sure if the two functions make a lot of sense now. i don't think i ever used them. 2014-11-03T20:01:10Z fiveop quit (Remote host closed the connection) 2014-11-03T20:01:44Z pt1 quit (Remote host closed the connection) 2014-11-03T20:02:25Z fiveop joined #lisp 2014-11-03T20:02:39Z fiveop: H4ns: thanks 2014-11-03T20:05:47Z fiveop: It was teadious to figure out how to prevent code duplication when writing encode and encode-object for a class. I had to search on github for 'encode-object' instead of looking at the documentation. 2014-11-03T20:06:12Z fiveop: If you think about it afterwards, it makes sense, but a few more examples might be helpful :) 2014-11-03T20:06:56Z farhaven joined #lisp 2014-11-03T20:07:07Z fiveop quit (Remote host closed the connection) 2014-11-03T20:10:42Z Petit_Dejeuner_ joined #lisp 2014-11-03T20:12:03Z stassats joined #lisp 2014-11-03T20:12:50Z Petit_Dejeuner quit (Ping timeout: 265 seconds) 2014-11-03T20:15:46Z marvin-hh: What's the point of having all kinds of 'powerful tools' when nobody documents their uses? 2014-11-03T20:16:29Z codeburg joined #lisp 2014-11-03T20:16:47Z marvin-hh: My experience (with other developers) is that the more rope they have to hang themselves, the faster they hang themselves. 2014-11-03T20:17:43Z Xach: It is not very useful if not documented. 2014-11-03T20:17:51Z marvin-hh: Static type systems as such are then also not there because they are "more expressive", but because they protect people from themselves. 2014-11-03T20:18:18Z marvin-hh: Not that I am saying static type systems are the only cure for this, but it's a solution. 2014-11-03T20:18:47Z marvin-hh: Xach: I have people who write a single function which have three different types depending on the branch taken. 2014-11-03T20:18:59Z H4ns: marvin-hh: i've seen plenty of statically typed system where it was not at all clear why certain functions or methods existed 2014-11-03T20:19:14Z H4ns: marvin-hh: documentation and type systems are completely orthogonal. 2014-11-03T20:19:50Z marvin-hh: H4ns: well, at least you weed out the possibility to return a branch dependent type. 2014-11-03T20:20:02Z stassats: static type system don't force people into writing good code 2014-11-03T20:20:17Z marvin-hh: Some actually do force them to write correct code. 2014-11-03T20:20:24Z Xach: fsvo "correct" 2014-11-03T20:20:41Z stassats: that is not really true, and why are we even having that discussion? 2014-11-03T20:20:41Z j_king: nothing can except experience and wisdom. 2014-11-03T20:20:43Z H4ns: marvin-hh: it requires documentation to define correctness. 2014-11-03T20:20:53Z H4ns: stassats: i'm sorry. 2014-11-03T20:21:04Z marvin-hh: H4ns: let me guess... you already have a job. 2014-11-03T20:21:04Z H4ns: stassats: i felt trolled. and humiliated :D 2014-11-03T20:21:04Z oGMo: where "correct" means the computer does exactly what you wrote 2014-11-03T20:21:25Z H4ns: marvin-hh: job? now you're really trying to stretch it 2014-11-03T20:22:19Z marvin-hh: j_king: you just read GEB? 2014-11-03T20:22:49Z stassats: this is getting more and more silly 2014-11-03T20:24:13Z j_king: marvin-hh: a few years ago, yeah. 2014-11-03T20:24:31Z marvin-hh: stassats: there are a couple of programming language where the type system only accepts correct implementations given a specification (which might have been written by someone else). 2014-11-03T20:24:48Z oGMo: who proves the specification? 2014-11-03T20:25:06Z marvin-hh: oGMo: that doesn't mean anything. 2014-11-03T20:25:07Z therabidmachine joined #lisp 2014-11-03T20:25:23Z stassats: did i miss the beginning of the discussion? i don't really get why are you selling static type systems here 2014-11-03T20:25:31Z marvin-hh: stassats: I am not. 2014-11-03T20:25:33Z oGMo: all i can say is, i can still run CL written 10+ years ago and it works just fine, and that's all i need 2014-11-03T20:25:43Z j_king: is this #lisp? did I stumble upon #fp-weenie? 2014-11-03T20:25:57Z marvin-hh: Do you actually have coworkers? 2014-11-03T20:26:08Z marvin-hh: Or do you just hack around by yourself? 2014-11-03T20:27:05Z oGMo: j_king: #starry_eyed_newbie i think 2014-11-03T20:27:11Z marvin-hh: I don't think there is a single end user application written in Common Lisp shipped in a major Linux distribution, not being a compiler. 2014-11-03T20:27:17Z Grue`: #non-sequiturs 2014-11-03T20:27:44Z stassats: marvin-hh: then why are you in #lisp? 2014-11-03T20:27:50Z H4ns: we have been trolled 2014-11-03T20:27:59Z j_king: H4ns: have not. 2014-11-03T20:28:00Z stassats: if you don't have to say anything on topic 2014-11-03T20:28:26Z marvin-hh: stassats: because I wondered how in an even more dynamic language you ever get such things like quality when you have people who barely know the meaning of the word. 2014-11-03T20:28:27Z j_king: H4ns: i refuse to be trolled. more like, lol'd. 2014-11-03T20:28:28Z stassats: and is that the infamous "say a wrong statement and wait to be proven wrong" way of asking questions? 2014-11-03T20:28:36Z altamic joined #lisp 2014-11-03T20:29:53Z marvin-hh: What a sad channel. 2014-11-03T20:29:58Z marvin-hh left #lisp 2014-11-03T20:29:58Z H4ns: "job" "coworkers" "quality" "linux distributions" 2014-11-03T20:30:07Z H4ns: ah. we've lost him 2014-11-03T20:30:15Z Xach feels happier 2014-11-03T20:30:44Z stassats: and i didn't get to use "go away" line, sad indeed 2014-11-03T20:32:36Z Ragnaroek joined #lisp 2014-11-03T20:33:03Z attila_lendvai joined #lisp 2014-11-03T20:33:37Z therabidmachine quit (Ping timeout: 265 seconds) 2014-11-03T20:34:51Z prim joined #lisp 2014-11-03T20:35:12Z Bicyclidine joined #lisp 2014-11-03T20:37:10Z joneshf-laptop quit (Ping timeout: 255 seconds) 2014-11-03T20:37:29Z j_king: i wonder if we'll get a temorarily-popular post on social news sites about how toxic the #lisp culture is and that's why Common Lisp sucks from this one. 2014-11-03T20:37:44Z Xach: doubtful 2014-11-03T20:39:00Z mishoo quit (Ping timeout: 265 seconds) 2014-11-03T20:39:40Z p_l: it's already a thing, it's just that CL is old enough for "social network" to mean "mailing lists", "irc channels", and such 2014-11-03T20:40:10Z Petit_Dejeuner__ joined #lisp 2014-11-03T20:40:34Z Xach: I don't want to go too meta, but http://irclogs.ubuntu.com/2014/08/25/%23ubuntu-ops.txt suggests #lisp is not exceptional 2014-11-03T20:40:35Z jasom: huh, akamai just published a lisp implementation of http2; I had no idea anyone there used lisp. 2014-11-03T20:40:39Z miql quit (Ping timeout: 245 seconds) 2014-11-03T20:40:44Z Xach: "just"? 2014-11-03T20:40:55Z joneshf-laptop joined #lisp 2014-11-03T20:41:06Z p_l: Xach: #debian was also... fun 2014-11-03T20:41:10Z Xach: http://xach.livejournal.com/322938.html 2014-11-03T20:41:24Z jasom: okay, not just 2014-11-03T20:41:40Z H4ns: "just" in lisp terms 2014-11-03T20:41:50Z Petit_Dejeuner_ quit (Ping timeout: 265 seconds) 2014-11-03T20:41:57Z Xach: moments ago, in lisp terms 2014-11-03T20:42:12Z Xach: seeing how lisp.org still hasn't moved on 2014-11-03T20:42:50Z H4ns: well, john mccarthy just died 2014-11-03T20:42:51Z H4ns: so 2014-11-03T20:43:26Z p_l changed the topic of #lisp to: Common Lisp, the #1=(programmable . #1#) programming language logs:|contact op if muted|SBCL 1.2.4, yason 0.6.7, Drakma 1.3.10 2014-11-03T20:43:31Z miql joined #lisp 2014-11-03T20:43:49Z Grue`: SBCL is already at 1.2.5 2014-11-03T20:44:07Z Grue`: re:topic 2014-11-03T20:44:17Z p_l changed the topic of #lisp to: Common Lisp, the #1=(programmable . #1#) programming language logs:|contact op if muted|SBCL 1.2.5, yason 0.6.7, Drakma 1.3.10 2014-11-03T20:47:20Z prim quit (Remote host closed the connection) 2014-11-03T20:48:09Z nug700 joined #lisp 2014-11-03T20:48:12Z therik joined #lisp 2014-11-03T20:48:27Z therik: hola lispers 2014-11-03T20:49:01Z dlowe: hi, therik 2014-11-03T20:49:24Z Zag: hi 2014-11-03T20:51:35Z francogrex joined #lisp 2014-11-03T20:52:32Z Petit_Dejeuner__ quit (Ping timeout: 265 seconds) 2014-11-03T20:53:39Z hiroakip joined #lisp 2014-11-03T20:53:52Z altamic quit (Quit: altamic) 2014-11-03T20:57:32Z wooden joined #lisp 2014-11-03T20:57:33Z wooden quit (Changing host) 2014-11-03T20:57:33Z wooden joined #lisp 2014-11-03T20:58:45Z hitecnologys_ joined #lisp 2014-11-03T20:59:34Z Aias joined #lisp 2014-11-03T21:00:26Z eigenlicht quit (Ping timeout: 272 seconds) 2014-11-03T21:00:27Z Pullphinger quit 2014-11-03T21:01:32Z hitecnologys quit (Ping timeout: 245 seconds) 2014-11-03T21:01:33Z hitecnologys_ is now known as hitecnologys 2014-11-03T21:01:39Z slyrus quit (Ping timeout: 265 seconds) 2014-11-03T21:01:40Z shka quit (Read error: Connection reset by peer) 2014-11-03T21:01:48Z Pullphinger joined #lisp 2014-11-03T21:03:01Z corni quit (Ping timeout: 260 seconds) 2014-11-03T21:04:42Z Vutral quit (Excess Flood) 2014-11-03T21:04:50Z eigenlicht joined #lisp 2014-11-03T21:06:24Z Vutral joined #lisp 2014-11-03T21:16:56Z ofosos quit (Ping timeout: 244 seconds) 2014-11-03T21:17:13Z Petit_Dejeuner__ joined #lisp 2014-11-03T21:22:31Z slyrus joined #lisp 2014-11-03T21:22:50Z Shinmera: Grue`: Re slime disconnect: At the repl you can do ,disconnect RET 2014-11-03T21:30:15Z pgomes quit (Quit: Leaving) 2014-11-03T21:34:03Z LoicLisp quit (Remote host closed the connection) 2014-11-03T21:36:49Z Grue`: Shinmera: cool, gonna use this next time 2014-11-03T21:40:35Z Shinmera: Grue`: be wary though, as ,quit works too ;) 2014-11-03T21:40:58Z Shinmera: Grue`: I've killed my website accidentally at least three times so far. I wish there was a way to inhibit this for when I connect to a remote. 2014-11-03T21:41:31Z stassats: sometimes i want to quit 2014-11-03T21:41:50Z Shinmera: Well yes, but a prompt would be nice for "true remotes" 2014-11-03T21:42:02Z Shinmera: Though I don't suppose slime knows to make that difference. 2014-11-03T21:42:08Z stassats: but q is not the only thing you can do will kill your image, so, just be mindful 2014-11-03T21:46:06Z effy_ joined #lisp 2014-11-03T21:47:05Z effy quit (Ping timeout: 265 seconds) 2014-11-03T21:49:01Z BlueRavenGT quit (Ping timeout: 265 seconds) 2014-11-03T21:49:59Z wingsquish quit (Max SendQ exceeded) 2014-11-03T21:51:07Z cmack`` is now known as cmack 2014-11-03T21:55:42Z innertracks quit (Ping timeout: 245 seconds) 2014-11-03T21:56:05Z swflint is now known as swflint_away 2014-11-03T21:56:52Z Pixel_Outlaw quit (Quit: Leaving) 2014-11-03T21:57:04Z Ragnaroek quit (Remote host closed the connection) 2014-11-03T21:57:22Z therik quit (Ping timeout: 245 seconds) 2014-11-03T21:57:34Z BlueRavenGT joined #lisp 2014-11-03T21:58:53Z ndrei quit (Ping timeout: 240 seconds) 2014-11-03T21:59:00Z ndrei_ quit (Ping timeout: 244 seconds) 2014-11-03T21:59:52Z Bicyclidine quit (Ping timeout: 240 seconds) 2014-11-03T22:00:35Z Aias quit (Quit: leaving) 2014-11-03T22:05:23Z francogrex quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2014-11-03T22:07:53Z kushal quit (Quit: Leaving) 2014-11-03T22:08:36Z EvW quit (Ping timeout: 244 seconds) 2014-11-03T22:08:50Z segv- quit (Ping timeout: 265 seconds) 2014-11-03T22:08:54Z innertracks joined #lisp 2014-11-03T22:08:54Z Bicyclidine joined #lisp 2014-11-03T22:09:14Z miql quit (Ping timeout: 258 seconds) 2014-11-03T22:13:34Z miql joined #lisp 2014-11-03T22:13:41Z stassats quit (Ping timeout: 264 seconds) 2014-11-03T22:16:46Z Pullphinger quit 2014-11-03T22:28:00Z innertracks quit (Quit: innertracks) 2014-11-03T22:30:45Z lommm_ joined #lisp 2014-11-03T22:31:29Z scottj joined #lisp 2014-11-03T22:33:50Z innertracks joined #lisp 2014-11-03T22:34:31Z hiroakip quit (Remote host closed the connection) 2014-11-03T22:36:18Z mrSpec quit (Ping timeout: 250 seconds) 2014-11-03T22:36:38Z aynik quit (Quit: become the problem of your problems) 2014-11-03T22:37:20Z DrCode quit (Remote host closed the connection) 2014-11-03T22:37:58Z xyjprc quit (Remote host closed the connection) 2014-11-03T22:38:07Z DrCode joined #lisp 2014-11-03T22:42:17Z ehu quit (Ping timeout: 264 seconds) 2014-11-03T22:47:04Z Xach: H4ns: i committed a fix to that gross buildapp bug where it hangs waiting for subprocess terminal input 2014-11-03T22:47:14Z svetlyak40wt quit (Remote host closed the connection) 2014-11-03T22:47:27Z Xach: i had hoped to do a grand overhaul sooner than now, but it has stalled a little. so it's just a little fix until the big update. 2014-11-03T22:47:52Z svetlyak40wt joined #lisp 2014-11-03T22:48:01Z thawes quit (Remote host closed the connection) 2014-11-03T22:52:10Z svetlyak40wt quit (Ping timeout: 258 seconds) 2014-11-03T22:52:24Z wheelsucker quit (Quit: Client Quit) 2014-11-03T22:54:27Z innertracks quit (Quit: innertracks) 2014-11-03T22:56:04Z mrSpec joined #lisp 2014-11-03T22:59:42Z loz quit (Ping timeout: 250 seconds) 2014-11-03T23:00:59Z jkaye quit (Remote host closed the connection) 2014-11-03T23:02:05Z Bicyclidine quit (Ping timeout: 264 seconds) 2014-11-03T23:04:33Z wooden quit (Ping timeout: 272 seconds) 2014-11-03T23:08:53Z proq joined #lisp 2014-11-03T23:08:57Z proq quit (Remote host closed the connection) 2014-11-03T23:09:03Z ltbarcly quit (Ping timeout: 244 seconds) 2014-11-03T23:09:28Z Petit_Dejeuner__ is now known as Petit_Dejeuner 2014-11-03T23:09:33Z jkaye joined #lisp 2014-11-03T23:11:11Z Bicyclidine joined #lisp 2014-11-03T23:11:21Z k-stz quit (Remote host closed the connection) 2014-11-03T23:12:48Z Nizumzen quit (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/) 2014-11-03T23:15:50Z bgs100 joined #lisp 2014-11-03T23:17:07Z ack006 joined #lisp 2014-11-03T23:18:38Z xyjprc joined #lisp 2014-11-03T23:22:37Z Shinmera quit (Quit: しつれいしなければならないんです。) 2014-11-03T23:25:39Z hiroakip joined #lisp 2014-11-03T23:26:18Z rx14 quit (Remote host closed the connection) 2014-11-03T23:37:53Z attila_lendvai quit (Quit: Leaving.) 2014-11-03T23:38:43Z askatasuna quit (Quit: WeeChat 1.0.1) 2014-11-03T23:38:50Z lommm_ quit (Ping timeout: 246 seconds) 2014-11-03T23:43:36Z nand1 quit (Remote host closed the connection) 2014-11-03T23:43:51Z nand1 joined #lisp 2014-11-03T23:45:22Z leo2007 joined #lisp 2014-11-03T23:45:45Z innertracks joined #lisp 2014-11-03T23:47:36Z mrSpec quit (Quit: mrSpec) 2014-11-03T23:49:25Z Karl_Dscc quit (Remote host closed the connection) 2014-11-03T23:56:27Z pavelpenev quit (Quit: No Ping reply in 180 seconds.) 2014-11-03T23:58:13Z pavelpenev joined #lisp 2014-11-03T23:58:17Z scottj left #lisp 2014-11-03T23:59:25Z gniourf quit (Ping timeout: 260 seconds) 2014-11-03T23:59:32Z ltbarcly joined #lisp