2015-02-03T00:00:01Z pjb: froggey: from some copy-pasted stuff. 2015-02-03T00:00:05Z pjb: Posterdati: mkdir ~/src 2015-02-03T00:00:17Z pjb: mv Mezzano ~/src/ ; and any other sources. 2015-02-03T00:01:00Z cadadar quit (Quit: Leaving.) 2015-02-03T00:04:02Z shout-user joined #lisp 2015-02-03T00:05:17Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-02-03T00:06:17Z shout-user quit (Remote host closed the connection) 2015-02-03T00:06:21Z msmith: anyone have experience building sbcl with sb-bsd-threads on freebsd? 2015-02-03T00:06:45Z akkad: msmith yes 2015-02-03T00:06:52Z pjb: msmith: IIRC, there's a sbcl specific channel. Perhaps #sbcl. 2015-02-03T00:07:09Z Posterdati: no way 2015-02-03T00:07:21Z Posterdati: same problem 2015-02-03T00:07:29Z msmith: pjb: yeah, I'll try over there. 2015-02-03T00:07:40Z emaczen joined #lisp 2015-02-03T00:07:52Z pjb: Posterdati: In anycase, problems with directories give a clean error with backtrace in the logs. 2015-02-03T00:09:14Z Posterdati: ok 2015-02-03T00:09:21Z emaczen: How do you convert strings into the number superclass? 2015-02-03T00:09:40Z pjb: (length string) 2015-02-03T00:09:41Z emaczen: the only thing I have found is 'parse-integer' 2015-02-03T00:10:02Z pjb: (char-code (aref string 0)) works too. 2015-02-03T00:10:29Z nyef: emaczen: PARSE-INTEGER, READ if it's somewhat safe, or there's some sort of number-reading library out there (maybe "parse-number"?) 2015-02-03T00:10:48Z pjb: (count #\a string) works too. 2015-02-03T00:11:05Z froggey: Posterdati: are you using pjb's fork? 2015-02-03T00:11:14Z pjb: also: (count-if (function alpha-char-p) string) 2015-02-03T00:11:16Z emaczen: nyef: how does READ work in this case? 2015-02-03T00:11:26Z nyef: Okay, READ-FROM-STRING. 2015-02-03T00:11:34Z nyef: Or use WITH-INPUT-FROM-STRING. 2015-02-03T00:11:35Z nyef: Whatever. 2015-02-03T00:11:35Z pjb: froggey: yes. And it works nicely with Virtual Box on MacOSX here. 2015-02-03T00:12:16Z emaczen: nyef: what do you mean by "somewhat-safe" 2015-02-03T00:12:22Z emaczen: how will I know 2015-02-03T00:12:33Z Posterdati: froggey: yes 2015-02-03T00:12:34Z pjb: emaczen: there is an infinity of mappings from string to number. Which one do you want? 2015-02-03T00:13:23Z emaczen: Types: e.g. "3.78" -> 3.78 2015-02-03T00:13:35Z pjb: What's the syntax of "3.78"? 2015-02-03T00:13:39Z vanila: common sense is optional today 2015-02-03T00:13:47Z pjb: Never optional! 2015-02-03T00:13:58Z emaczen: pjb: That is the string type in the REPL 2015-02-03T00:14:11Z pjb: Is it the Common Lisp standard syntax, or some other random language floating point syntax? 2015-02-03T00:14:16Z froggey: Posterdati: ok, can you open runtime/allocate.lisp and set *general-area-expansion-granularity* and *cons-area-expansion-granularity* to (* 4 1024 1024), then try building/running a new image 2015-02-03T00:14:21Z pjb: Have nice surprizes trying to read random floating points! 2015-02-03T00:14:53Z pjb: emaczen: so if it's a CL number representation, you can use READ-FROM-STRING. 2015-02-03T00:15:43Z emaczen: pjb: thanks, it looks like it will be. 2015-02-03T00:17:12Z defaultxr joined #lisp 2015-02-03T00:17:42Z nyef: "#.(random 1d0)" might be an interesting number to try and parse. 2015-02-03T00:18:16Z BitPuffin joined #lisp 2015-02-03T00:18:31Z pjb: Hence read-from-string, but again, this needs to be specified. 2015-02-03T00:19:17Z vanila quit (Quit: Leaving) 2015-02-03T00:20:06Z burtons quit (Ping timeout: 245 seconds) 2015-02-03T00:20:08Z Posterdati: froggey: ok rebuilding 2015-02-03T00:21:56Z enitiz joined #lisp 2015-02-03T00:22:48Z Posterdati: froggey: SYS.INT> 2015-02-03T00:22:58Z pjb: log file? 2015-02-03T00:23:06Z Posterdati: End snapshot. 2015-02-03T00:23:06Z Posterdati: # 2015-02-03T00:23:06Z Posterdati: Available restarts: 2015-02-03T00:23:38Z pjb: file server started? VM shut down and relaunched instead of rebooted? 2015-02-03T00:23:56Z froggey: host IP set right? 2015-02-03T00:24:04Z Posterdati: yes 2015-02-03T00:24:28Z Posterdati: uh oh no! 2015-02-03T00:25:32Z pjb: It is step 0, edit ipl-configure.lisp and ipl.lisp… 2015-02-03T00:26:33Z Posterdati: I misconfigured the server ip 2015-02-03T00:26:48Z bgs100 joined #lisp 2015-02-03T00:27:23Z robot-beethoven joined #lisp 2015-02-03T00:28:17Z protist joined #lisp 2015-02-03T00:30:49Z sjl quit (Quit: ZNC - http://znc.in) 2015-02-03T00:30:56Z sjl joined #lisp 2015-02-03T00:31:00Z nikki93 joined #lisp 2015-02-03T00:32:17Z k-dawg joined #lisp 2015-02-03T00:32:22Z Bahman joined #lisp 2015-02-03T00:32:47Z karswell` quit (Read error: Connection reset by peer) 2015-02-03T00:34:57Z karswell` joined #lisp 2015-02-03T00:36:32Z enitiz quit (Remote host closed the connection) 2015-02-03T00:39:37Z frkout_ joined #lisp 2015-02-03T00:40:32Z nikki93 quit (Remote host closed the connection) 2015-02-03T00:41:02Z dagnachew joined #lisp 2015-02-03T00:41:41Z nikki93 joined #lisp 2015-02-03T00:41:42Z nikki93 quit (Remote host closed the connection) 2015-02-03T00:42:53Z frkout quit (Ping timeout: 244 seconds) 2015-02-03T00:44:55Z nikki93 joined #lisp 2015-02-03T00:45:52Z hiroakip quit (Ping timeout: 265 seconds) 2015-02-03T00:52:25Z k-dawg quit (Quit: This computer has gone to sleep) 2015-02-03T00:55:23Z nyef: Ooh. So far I'm liking the qemu experience far more than the VirtualBox experience. 2015-02-03T00:56:03Z nyef: Seems like it might be a bit slower, maybe. 2015-02-03T00:57:51Z nyef: Ah. No qemu-kvm installed. That might do it. 2015-02-03T00:59:09Z nyef: Hrm. 1.6 GHz C2Duo. Should I expect about a 4-hour build time for the full system? 2015-02-03T01:00:12Z psy_ quit (Read error: Connection reset by peer) 2015-02-03T01:00:55Z psy_ joined #lisp 2015-02-03T01:01:42Z froggey: I guess so, with kvm. wasn't really expecting people to have slower hardware than me 2015-02-03T01:02:07Z nyef: I paid a good $90 or so for this computer, and it was money well spent. d-: 2015-02-03T01:02:28Z oleo is now known as Guest65369 2015-02-03T01:02:31Z jumblerg joined #lisp 2015-02-03T01:02:44Z pjb: On MacOSX it's easier to use Virtual Box. But otherwise I agree that qemu is nice. I've got a ton of VMs running on qemu. 2015-02-03T01:03:24Z nyef: Does qemu automatically use kvm if it's installed? 2015-02-03T01:03:52Z froggey: not sure, I've never actually used KVM 2015-02-03T01:04:07Z nyef: Guess I'll find out. 2015-02-03T01:04:12Z oleo__ joined #lisp 2015-02-03T01:05:22Z Guest65369 quit (Ping timeout: 240 seconds) 2015-02-03T01:05:25Z nikki93 quit (Remote host closed the connection) 2015-02-03T01:07:04Z nyef: Ah. Looks like I might need --enable-kvm. 2015-02-03T01:07:47Z victor_lowther quit (Read error: Connection reset by peer) 2015-02-03T01:07:54Z nyef: Now, how do I fix my commit history again...? 2015-02-03T01:08:12Z cojy_ quit (Ping timeout: 276 seconds) 2015-02-03T01:08:26Z gluegadget quit (Read error: Connection reset by peer) 2015-02-03T01:09:04Z endou______ quit (Ping timeout: 265 seconds) 2015-02-03T01:09:33Z splittist quit (Ping timeout: 265 seconds) 2015-02-03T01:09:34Z nyef: Right, easier to do it with a rebase and commit --amend --reset-author than to work out how to use filter-branch again. 2015-02-03T01:09:49Z jumblerg quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-02-03T01:10:05Z Ethan- quit (Remote host closed the connection) 2015-02-03T01:10:22Z nyef: And now's when I find out that I've managed to screw up my access to github, isn't it? 2015-02-03T01:10:50Z jumblerg joined #lisp 2015-02-03T01:11:16Z nyef: Helps if I spell hub with a #\u. 2015-02-03T01:12:56Z gz quit (Ping timeout: 272 seconds) 2015-02-03T01:13:13Z victor_lowther joined #lisp 2015-02-03T01:13:15Z endou______ joined #lisp 2015-02-03T01:13:57Z pjb: success! 2015-02-03T01:14:33Z nyef: Indeed. froggey: Pull request #6 headed your way. d-: 2015-02-03T01:14:40Z Xach: githüb 2015-02-03T01:14:40Z pjb: I've got Mezzano running on Virtual Box 4.3.20 on MacOSX 10.10.2 :-) 2015-02-03T01:14:42Z jasom quit (Ping timeout: 276 seconds) 2015-02-03T01:15:39Z nyef: Drat. Looks like I squashed the timestamp on my commits as well. /-: 2015-02-03T01:17:04Z froggey: oh no, pager changes. it'll have to wait until tomorrow when I'm actually awake 2015-02-03T01:17:12Z froggey: pjb: all of it? congrats! 2015-02-03T01:17:18Z pjb: Yep. 2015-02-03T01:17:59Z jumblerg quit (Quit: Textual IRC Client: www.textualapp.com) 2015-02-03T01:19:46Z cojy_ joined #lisp 2015-02-03T01:20:20Z splittist joined #lisp 2015-02-03T01:20:41Z pjb: It looks like multi-tasking is not exploited sufficiently. eg. the cursor is unresponsive when we launch a "process" such as mandelbrot or the file manager. 2015-02-03T01:21:16Z jasom joined #lisp 2015-02-03T01:21:37Z nyef: pjb: You mean, cursor movement waits for GC? 2015-02-03T01:22:42Z badkins joined #lisp 2015-02-03T01:23:41Z gz joined #lisp 2015-02-03T01:24:17Z gluegadget joined #lisp 2015-02-03T01:24:53Z pjb: Or perhaps that yes. 2015-02-03T01:26:16Z pjb: froggey: you didn't seem to have used anything from Movitz. Any particular reason why? 2015-02-03T01:28:31Z sheilong joined #lisp 2015-02-03T01:29:30Z froggey: not really, aside from movitz being 32-bit. doing it mostly by myself was fun 2015-02-03T01:30:08Z froggey: I gotta go now, good night 2015-02-03T01:30:16Z pjb: Thank you. Good night! 2015-02-03T01:30:25Z nyef: froggey: Sleep well. 2015-02-03T01:37:14Z protist: froggey: good night 2015-02-03T01:37:36Z protist: froggey: rest well so you can continue to save the world 2015-02-03T01:41:56Z mingvs quit (Ping timeout: 265 seconds) 2015-02-03T01:43:08Z d4gg4d quit 2015-02-03T01:43:18Z d4gg4d joined #lisp 2015-02-03T01:48:09Z yenda: is there a simple way to restart at the beginning of a file when reaching EOF ? or do you have to handle the error ? 2015-02-03T01:48:46Z Xach: yenda: you must handle the error and use file-position 2015-02-03T01:49:08Z Xach: yenda: though you don't need to have an error on eof 2015-02-03T01:49:18Z Xach: yenda: you can use the eof-error-p and eof-value options 2015-02-03T01:54:22Z lerax quit (Ping timeout: 246 seconds) 2015-02-03T01:54:32Z kushal joined #lisp 2015-02-03T01:54:58Z tsumetai quit (Ping timeout: 245 seconds) 2015-02-03T01:54:58Z mingvs joined #lisp 2015-02-03T02:00:21Z frkout_ quit (Remote host closed the connection) 2015-02-03T02:00:48Z frkout joined #lisp 2015-02-03T02:01:22Z nikki93 joined #lisp 2015-02-03T02:02:09Z nikki93 quit (Remote host closed the connection) 2015-02-03T02:03:26Z EvW quit (Ping timeout: 245 seconds) 2015-02-03T02:03:49Z nikki93 joined #lisp 2015-02-03T02:05:25Z frkout quit (Ping timeout: 252 seconds) 2015-02-03T02:06:45Z tsumetai joined #lisp 2015-02-03T02:07:23Z nikki93 quit (Remote host closed the connection) 2015-02-03T02:07:51Z cmack quit (Ping timeout: 264 seconds) 2015-02-03T02:12:18Z Denommus quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-02-03T02:12:22Z urandom__ quit (Quit: Konversation terminated!) 2015-02-03T02:16:27Z danlei joined #lisp 2015-02-03T02:17:57Z farhaven quit (Ping timeout: 244 seconds) 2015-02-03T02:18:14Z farhaven joined #lisp 2015-02-03T02:20:10Z ASau quit (Remote host closed the connection) 2015-02-03T02:20:13Z danlei` joined #lisp 2015-02-03T02:22:01Z ASau joined #lisp 2015-02-03T02:23:52Z danlei quit (Ping timeout: 240 seconds) 2015-02-03T02:25:24Z ASau quit (Remote host closed the connection) 2015-02-03T02:25:25Z gko__ joined #lisp 2015-02-03T02:26:35Z profess joined #lisp 2015-02-03T02:29:45Z JokesOnYou77: I'm confused about how compiled functions are used vs interpreted code. If I have (load (compile-file "lispy.lisp")) (function-from-lispy) in loader.lisp how is FUNCTION-FROM-LISPY called? 2015-02-03T02:30:14Z ASau joined #lisp 2015-02-03T02:31:23Z |3b|: from normal user code they should be mostly indistinguishable (differences would include things like macros being expanded when it is evaluated or not) 2015-02-03T02:32:27Z |3b|: internally it is all up to the implementation... there might not even be "interpreted" code, or there might be no difference except that macros have been expanded in "compiled" code, even if it runs the result through an "interpreter" every time you call it 2015-02-03T02:32:59Z yenda: Xach: thanks. It looks like read-sequence returns 0 when reaching end of file so I just close and open it again. I hope it's an ok method 2015-02-03T02:33:56Z nikki93 joined #lisp 2015-02-03T02:34:53Z JokesOnYou77: |3b|, I'm working in Lispworks and FUNCTION-FROM-LISPY os actually a macro from lispy 2015-02-03T02:35:24Z |3b|: well, same applies to the macro-function of a macro 2015-02-03T02:36:27Z enitiz joined #lisp 2015-02-03T02:37:00Z |3b| has the impression that lispworks is one of the implementations that uses both compiled and interpreted code normally, but i don't i've used it before, so not sure about that 2015-02-03T02:37:29Z JokesOnYou77: The reason I'm asking is because If I do (time (MY-FUNCTION really-long-list)) is 4 orders of magnitude different when called from loader.lisp than from the compiled lispy.lisp 2015-02-03T02:38:40Z |3b|: if MY-FUNCTION is a macro, then the performance of the expansion would depend on whether the expansion was compiled, not whether the macro-function was compiled 2015-02-03T02:39:28Z |3b|: if it is actually a function, it shouldn't matter what calls it, as long as it isn't called many times 2015-02-03T02:40:04Z elimik31 joined #lisp 2015-02-03T02:40:05Z |3b|: if it is a very fast function called a lot of times, the time taken by the caller might matter more than the time used by the function 2015-02-03T02:40:05Z beach joined #lisp 2015-02-03T02:40:10Z hiyosi quit (Quit: My Mac has gone to sleep. ZZZzzz…) 2015-02-03T02:40:13Z beach: Good morning everyone! 2015-02-03T02:42:09Z aksatac quit 2015-02-03T02:42:14Z |3b| is starting to suspect i should go merge the tessellation patches for cl-glu instead of trying to find cl code that does what i want 2015-02-03T02:42:29Z aksatac joined #lisp 2015-02-03T02:42:50Z nyef: Hello beach. 2015-02-03T02:42:53Z lispyone joined #lisp 2015-02-03T02:44:28Z lispyone: been reading through Common LISPcraft 2015-02-03T02:44:54Z lispyone: It is a very nice book. 2015-02-03T02:45:01Z lispyone: Dated, but a pleasure to read. 2015-02-03T02:45:10Z yenda: Hello beach 2015-02-03T02:48:30Z JokesOnYou77: Hi beach 2015-02-03T02:51:38Z emaczen: is there a way to tell the compiler that an argument to a function is a function? 2015-02-03T02:52:05Z |3b|: funcall it? 2015-02-03T02:52:25Z emaczen: 3b: yes that's right 2015-02-03T02:52:36Z beach: emaczen: What are you trying to accomplish? 2015-02-03T02:52:44Z LiamH quit (Ping timeout: 245 seconds) 2015-02-03T02:52:46Z |3b| meant that was a way to tell the compiler it is a function 2015-02-03T02:52:56Z beach: emaczen: Faster code? Safer code? 2015-02-03T02:53:00Z beach: Something else? 2015-02-03T02:53:26Z cpc26 quit (Ping timeout: 245 seconds) 2015-02-03T02:53:55Z |3b|: otherwise some sort of type check or declaration depending on what you are trying to do 2015-02-03T02:54:19Z TDog joined #lisp 2015-02-03T02:54:46Z cpc26 joined #lisp 2015-02-03T02:55:33Z JokesOnYou77: |3b|, How do I get the expansion to be compiled? 2015-02-03T02:55:49Z |3b|: JokesOnYou77: compile the file, or use COMPILE 2015-02-03T02:56:15Z |3b|: same as if you had put the expansion there by hand without using a macro 2015-02-03T02:57:21Z |3b|: macros just return some forms and don't know the surrounding context, so they can't in general compile anything 2015-02-03T02:57:39Z |3b|: depending on what your macro does, it might be able to expand to calls to a compiled function 2015-02-03T02:58:54Z JokesOnYou77: Right, this is getting back to my original question though and I think I understand now. the expansion occurs in the context in which the macro is called because the macro returns forms to be evaluated 2015-02-03T02:59:04Z |3b|: though in a lot of those cases it would still probably end up passing an interpreted 'body' function to the compiled code unless the caller was compiled, so that might not help 2015-02-03T02:59:39Z |3b|: (and all that assumes you actually need a macro in the first place) 2015-02-03T02:59:46Z LiamH joined #lisp 2015-02-03T02:59:58Z JokesOnYou77: And they're evaluated in the context in which they're called. 2015-02-03T03:00:05Z manuel__ joined #lisp 2015-02-03T03:00:08Z ebrasca quit (Quit: ebrasca) 2015-02-03T03:00:20Z nikki93 quit (Remote host closed the connection) 2015-02-03T03:00:22Z Zhivago quit (Ping timeout: 240 seconds) 2015-02-03T03:00:23Z elimik31 quit (Ping timeout: 245 seconds) 2015-02-03T03:00:29Z dagnachew quit (Quit: WeeChat 1.1.1) 2015-02-03T03:00:52Z JokesOnYou77: Also, I am proud to say that I have found a case in which I am not needlessly implementing a macro: http://www.ai.sri.com/~latendre/listCompFinal.pdf 2015-02-03T03:02:42Z beach: drmeister: Around? 2015-02-03T03:02:51Z JokesOnYou77: yenda, are you using OPEN? If so, you may want to investigate WITH-OPEN-FILE. Not perfect for all cases, but very good for most. 2015-02-03T03:03:22Z Quadrescence joined #lisp 2015-02-03T03:04:24Z Quadrescence quit (Remote host closed the connection) 2015-02-03T03:04:54Z JokesOnYou77: minion: help 2015-02-03T03:04:54Z minion: There are multiple help modules. Try ``/msg minion help kind'', where kind is one of: "lookups", "helping others", "adding terms", "aliasing terms", "forgetting", "memos", "avoiding memos", "nicknames", "goodies", "eliza", "advice", "apropos", "acronyms". 2015-02-03T03:06:05Z JokesOnYou77: minion: memo for Quadrescence: http://www.ai.sri.com/~latendre/listCompFinal.pdf 2015-02-03T03:06:05Z minion: Remembered. I'll tell Quadrescence when he/she/it next speaks. 2015-02-03T03:06:07Z psy_ quit (Ping timeout: 245 seconds) 2015-02-03T03:06:29Z emaczen: beach and 3b: I was just being stupid and slime was underlining my code... 2015-02-03T03:11:24Z frkout joined #lisp 2015-02-03T03:12:43Z BitPuffin quit (Ping timeout: 264 seconds) 2015-02-03T03:15:56Z psy_ joined #lisp 2015-02-03T03:16:19Z frkout quit (Ping timeout: 264 seconds) 2015-02-03T03:16:20Z bytecrawler quit (Ping timeout: 244 seconds) 2015-02-03T03:26:45Z jgrant quit (Remote host closed the connection) 2015-02-03T03:28:07Z lispyone quit (Remote host closed the connection) 2015-02-03T03:29:11Z jgrant joined #lisp 2015-02-03T03:30:45Z theos quit (Remote host closed the connection) 2015-02-03T03:31:40Z beach` joined #lisp 2015-02-03T03:32:02Z beach quit (Disconnected by services) 2015-02-03T03:32:06Z beach` is now known as beach 2015-02-03T03:34:16Z nell quit (Ping timeout: 245 seconds) 2015-02-03T03:35:03Z beach: Again, I have a favor to ask. Please help me run a benchmark on different platforms (implementations, processors). To help, please download: http://metamodular.com/the-test.lisp, compile it, then run (THE-TEST). Out put is produced in a file with a name containing info about the computer. Please email the output file as an attachment to me: robert.strandh@gmail.com and to my colleague: idurand@labri.fr. Thanks in advance. 2015-02-03T03:35:26Z beach: It should take a few minutes to run on a reasonably fast implementation. 2015-02-03T03:35:47Z beach: It might exhaust the heap, but that's fine. What ever it has written to the file is still valid information. 2015-02-03T03:36:41Z nyef: Ah, I see you added the finish-output calls. 2015-02-03T03:36:58Z beach: Yes, and info about the system. 2015-02-03T03:38:31Z Bike: should i send the compiler's notes, or is that irrelevant 2015-02-03T03:38:40Z beach: Irrelevant. 2015-02-03T03:39:13Z Bike: understood, boss 2015-02-03T03:39:26Z beach: Thanks! :) 2015-02-03T03:39:39Z Bike: how about sbcl's dying gasps? 2015-02-03T03:39:41Z nyef: That's... quite the filename for the output. 2015-02-03T03:39:59Z beach: Bike: Also not necessary. 2015-02-03T03:40:04Z beach: nyef: Sorry about that. 2015-02-03T03:40:11Z beach: nyef: Complain to my colleague. :) 2015-02-03T03:40:56Z danlei` is now known as danlei 2015-02-03T03:40:59Z Bike: well, it breaks ccl. the filename. 2015-02-03T03:41:12Z Bike: «Error: "v0-v1-v7" is not a defined logical host» 2015-02-03T03:41:15Z beach: Oh! :( 2015-02-03T03:41:24Z Bike: i'll rename it i guess. 2015-02-03T03:41:27Z Bike: probably the semicolon 2015-02-03T03:41:30Z beach: Thanks, that would be great. 2015-02-03T03:42:15Z theos joined #lisp 2015-02-03T03:42:34Z theos quit (Read error: Connection reset by peer) 2015-02-03T03:42:46Z JokesOnYou77: beach, Should I do anything to increase heap.stack space? Is it better to get without overflow? 2015-02-03T03:43:26Z Bike: i like how these things use the entirety of one CPU, but which CPu that is changes continuously 2015-02-03T03:43:32Z beach: JokesOnYou77: If you can increase the size of the heap, that is better. 2015-02-03T03:43:37Z beach: Otherwise, don't worry about it. 2015-02-03T03:43:49Z Jubb quit (Remote host closed the connection) 2015-02-03T03:45:08Z emaczen: beach: how long should this take to run? 2015-02-03T03:45:41Z nyef: beach: Sent. 2015-02-03T03:46:11Z beach: emaczen: Around 3 minutes on a good implementation. Don't bother to run it on slow interpreted implementations. 2015-02-03T03:46:15Z beach: nyef: Thanks! 2015-02-03T03:46:30Z alchemis7 joined #lisp 2015-02-03T03:46:45Z JokesOnYou77: My impression is that LW Professional is somewhat rare, I'd be happy to run whatever you need with multiple settings 2015-02-03T03:46:54Z nikki93 joined #lisp 2015-02-03T03:46:59Z Jubb joined #lisp 2015-02-03T03:47:12Z beach: JokesOnYou77: Yes, you are right. That would be fantastic. 2015-02-03T03:47:36Z zacharias quit (Read error: Connection reset by peer) 2015-02-03T03:47:42Z zacharias_ joined #lisp 2015-02-03T03:51:17Z theos joined #lisp 2015-02-03T03:51:23Z smokeink joined #lisp 2015-02-03T03:51:40Z beach: emaczen: Did you send me email? 2015-02-03T03:53:26Z nikki93 quit (Remote host closed the connection) 2015-02-03T03:54:00Z JokesOnYou77: beach, so just (load (compile-file "beach.lisp")) (the-test) 2015-02-03T03:54:27Z Bike: yeah. it outputs in the current directory. 2015-02-03T03:54:45Z emaczen: I finished the program for SBCL, but I wanted to try ABCL now as well... I'm currently looking into how to increase the heapspace (JAVAOPTS -Xmx2G if I were running a java program on the commandline) but I don't know how to do this from the REPL. 2015-02-03T03:54:52Z beach: JokesOnYou77: Yes, that looks good. 2015-02-03T03:55:11Z beach: emaczen: Oh, OK. Thanks. 2015-02-03T03:55:19Z rvirding quit 2015-02-03T03:55:27Z Bike: emaczen: heh, when i had abcl i started it with java -jar anyway... 2015-02-03T03:55:29Z rvirding joined #lisp 2015-02-03T03:55:53Z emaczen: Bike: I'm using slime, so I am looking at how to do it via the REPL 2015-02-03T03:56:20Z Bike: might be easier to just start it from the command line, the whole thing is pretty much one line anyway 2015-02-03T03:56:23Z emaczen: Bike: good point, I'll just run it as a jar since that will be seasier 2015-02-03T03:58:00Z beach: Bike: Thanks for your help! 2015-02-03T03:58:05Z kcj joined #lisp 2015-02-03T03:58:07Z Bike: mmhm 2015-02-03T03:58:42Z stardiviner joined #lisp 2015-02-03T03:59:10Z nikki93 joined #lisp 2015-02-03T03:59:57Z nikki93 quit (Remote host closed the connection) 2015-02-03T04:02:40Z bb010g joined #lisp 2015-02-03T04:02:49Z JokesOnYou77: beach, bad news: CL-USER 2 > (the-test) Ouput written to v0-v1-v7:LispWorks-6.1.1-NIL.res Error: Illegal use of a pathname host in #P"v0-v1-v7:/home/eric/tmp/LispWorks-6.1.1-NIL.res". 2015-02-03T04:02:49Z JokesOnYou77: 1 (abort) Return to level 0. 2 Return to top loop level 0. Type :b for backtrace or :c