2015-01-22T01:56:27Z pjb quit (Read error: Connection reset by peer) 2015-01-22T01:56:29Z pjb` joined #ccl 2015-01-22T01:59:41Z mdc_ joined #ccl 2015-01-22T02:06:03Z mdc_mobile quit (Ping timeout: 264 seconds) 2015-01-22T02:06:04Z mdc_ is now known as mdc_mobile 2015-01-22T02:22:30Z pjb` is now known as pjb 2015-01-22T02:51:43Z hlavaty quit (Remote host closed the connection) 2015-01-22T04:47:40Z rme quit (Quit: rme) 2015-01-22T04:47:40Z rme quit (Quit: rme) 2015-01-22T05:04:09Z rme joined #ccl 2015-01-22T06:14:38Z rme quit (Quit: rme) 2015-01-22T06:14:38Z rme quit (Quit: rme) 2015-01-22T08:56:45Z gz quit (Ping timeout: 189 seconds) 2015-01-22T10:28:59Z hlavaty joined #ccl 2015-01-22T13:13:33Z rme joined #ccl 2015-01-22T13:24:57Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-01-22T13:29:02Z pjb quit (Ping timeout: 245 seconds) 2015-01-22T13:34:58Z Adlai joined #ccl 2015-01-22T13:56:35Z Adlai quit (Ping timeout: 250 seconds) 2015-01-22T13:57:43Z Adlai joined #ccl 2015-01-22T13:57:58Z Adlai quit (Client Quit) 2015-01-22T14:52:26Z xyh joined #ccl 2015-01-22T14:53:05Z xyh: I meet the following error when compiling the source, any ideas ? 2015-01-22T14:53:05Z xyh: ;Compiling "/home/xyh/lang/lisp/ccl/ccl/lib/compile-ccl.lisp"... || Read error between positions 17853 and 18603 in /home/xyh/lang/lisp/ccl/ccl/lib/compile-ccl.lisp. || > Error: Foreign variable "EX_OSERR" not found 2015-01-22T14:54:30Z rme: It sounds like your interface databases may be missing. 2015-01-22T14:55:23Z rme: Do you have a xxx-headers directory in your ccl directory? What platform are you using? 2015-01-22T14:56:09Z xyh: it is "x86-headers64/" missing I guess. 2015-01-22T14:56:26Z rme: (where "xxx" is "darwin-x86" or "x86" or something platform dependent) 2015-01-22T14:56:47Z xyh: I see. I will fetch it from "/ccl-1.10-linuxx86" and try again. 2015-01-22T14:57:50Z rme: If you follow http://ccl.clozure.com/download.html, you'll get everything. 2015-01-22T15:08:03Z xyh: I am using 1.11-dev-r16345-trunk (LinuxX8664) now 2015-01-22T15:08:27Z xyh: :) ccl compiles really fast !! great 2015-01-22T15:09:05Z xyh: 50+ times faster than SBCL I guess 2015-01-22T15:09:38Z xyh: why it is so? 2015-01-22T15:10:21Z rme: It's surprising how nice compiling really fast is. Of course, ccl doesn't do nearly as much work as something like sbcl, but it does try to generate decent code quickly. 2015-01-22T15:19:10Z xyh: the reason I am trying new implementations, is that SBCL's gc will fill its heap when compiling my code. while cll compiles my code in an instant of time. 2015-01-22T15:35:44Z hlavaty: xyh: have you tried sbcl --dynamic-space-size? 2015-01-22T15:36:46Z billstclair quit (Remote host closed the connection) 2015-01-22T15:37:15Z billstclair joined #ccl 2015-01-22T15:37:15Z billstclair quit (Changing host) 2015-01-22T15:37:15Z billstclair joined #ccl 2015-01-22T15:42:18Z xyh: hlavaty: --dynamic-space-size 500 :: https://gist.github.com/xieyuheng/38291b4eb3a75b64b44e 2015-01-22T15:45:03Z hlavaty: xyh: try bigger 2015-01-22T15:45:11Z hlavaty: but anyway, ccl is nice 2015-01-22T15:53:51Z xyh: hlavaty: --dynamic-space-size 1000 :: https://gist.github.com/xieyuheng/38291b4eb3a75b64b44e 2015-01-22T15:54:03Z xyh: must be sbcl's bug 2015-01-22T15:57:48Z xyh: is it IDE available in the linux port ?? 2015-01-22T15:58:08Z rme: No. Only on OS X. 2015-01-22T15:58:35Z xyh: oh! how sad. 2015-01-22T16:00:22Z pjb joined #ccl 2015-01-22T16:01:09Z hlavaty: xyh: i have 1500 :-) 2015-01-22T16:02:22Z hlavaty: hmm but it should load swank, you should report it at #sbcl, they might help you 2015-01-22T16:04:02Z xyh: I will use ccl from now on, I will report it if I switch back to sbcl. 2015-01-22T16:12:27Z opusmodus joined #ccl 2015-01-22T16:24:32Z opusmodus quit (Remote host closed the connection) 2015-01-22T16:56:56Z ddp joined #ccl 2015-01-22T16:57:04Z ddp quit (Client Quit) 2015-01-22T17:01:05Z billstclair: Another satisfied user. I haven't used SBCL as much as CCL, and I'm partial to CCL, being a Clozure employee, but I don't miss waiting for the SBCL compiler 2015-01-22T17:14:10Z Adlai joined #ccl 2015-01-22T17:21:14Z Adlai quit (Remote host closed the connection) 2015-01-22T17:21:23Z Adlai` joined #ccl 2015-01-22T17:21:51Z LoicLisp joined #ccl 2015-01-22T17:23:04Z LoicLisp is now known as _loic_ 2015-01-22T17:25:04Z Adlai` is now known as adlai 2015-01-22T17:35:28Z opusmodus joined #ccl 2015-01-22T17:40:15Z opusmodus quit (Ping timeout: 265 seconds) 2015-01-22T17:50:39Z xyh: can we maintain a git mirror on github of the SVN repo ? 2015-01-22T17:58:04Z pjb: xyh: you can use reposurgeon to convert svn repositories into git repositories. 2015-01-22T17:58:30Z pjb: xyh: and there's also: http://danielpocock.com/automatically-mirroring-svn-repositories-to-git-and-github 2015-01-22T18:00:44Z xyh: pjb: I have done this kind of thing for ikarus (the scheme imp) before 2015-01-22T18:01:30Z xyh: * had 2015-01-22T18:02:30Z rme: I don't plan to mirror ccl's svn repo into git anywhere. (By the way "have" was correct.) 2015-01-22T18:02:49Z opusmodus joined #ccl 2015-01-22T18:07:39Z adlai quit (Remote host closed the connection) 2015-01-22T18:09:24Z adlai joined #ccl 2015-01-22T18:13:58Z opusmodus quit (Remote host closed the connection) 2015-01-22T18:14:14Z opusmodus joined #ccl 2015-01-22T18:16:34Z opusmodus quit (Remote host closed the connection) 2015-01-22T18:54:06Z adlai quit (Remote host closed the connection) 2015-01-22T18:54:25Z Adlai joined #ccl 2015-01-22T19:27:31Z opusmodus joined #ccl 2015-01-22T19:29:20Z _loic_ quit (Remote host closed the connection) 2015-01-22T19:31:32Z opusmodus quit (Ping timeout: 245 seconds) 2015-01-22T19:40:18Z Adlai quit (Remote host closed the connection) 2015-01-22T19:41:34Z Adlai joined #ccl 2015-01-22T20:28:19Z Adlai quit (Ping timeout: 250 seconds) 2015-01-22T20:33:05Z Adlai joined #ccl 2015-01-22T21:10:04Z opusmodus joined #ccl 2015-01-22T21:20:43Z Adlai quit (Remote host closed the connection) 2015-01-22T21:22:08Z Adlai joined #ccl 2015-01-22T22:09:17Z Adlai quit (Ping timeout: 250 seconds) 2015-01-22T22:09:39Z Adlai joined #ccl 2015-01-22T22:18:34Z jasom quit (Read error: Connection reset by peer) 2015-01-22T22:36:09Z Adlai quit (Ping timeout: 250 seconds) 2015-01-22T22:36:39Z Adlai joined #ccl 2015-01-22T23:04:26Z xyh: rme: why the IDE is not port to linux version ? would it be hard to do so ? 2015-01-22T23:04:35Z xyh: * ported 2015-01-22T23:04:57Z rme quit (Quit: rme) 2015-01-22T23:04:58Z rme quit (Quit: rme) 2015-01-22T23:23:49Z Adlai quit (Ping timeout: 250 seconds) 2015-01-22T23:34:56Z rme joined #ccl