Re: Construct sequences of URL-Strings - need help

2012-03-06 Thread Thorsten
Alexander Burger a...@software-lab.de writes: Hi Alex, isn't this what you mean? (de replaceUrlWildcard (U W) (let Y (split (chop U) *) (glue (mapcar '((X) (pack (car Y) X (cadr Y))) W ) ) ) ) (replaceUrlWildcard

Re: Structuring a GUI project to avoid stop - starts

2012-03-06 Thread Alexander Burger
Hi Konrad, If I'm understanding this correctly the simple way to do this is to put the logic for each page in its own file. so instead of (de report ..) I would have a report.l file that just contains the guts of what I'm coding. Right. The family demo program is not a good example for

Segfault on Linux Mint 12 x64

2012-03-06 Thread Mansur Mamkin
Hi Alex! I have Linux Mint 12 x64 (based on Ubuntu) on my laptop + picoLisp x64 ver. 3.0.9.4 (testing release) gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) I get segfault when I run ./dbg, then enter (traceAll) or (ht:Prin ) I tried strace: --- (traceAll) --- .. skipped ... write(1, \n,

Re: Segfault on Linux Mint 12 x64

2012-03-06 Thread Henrik Sarvell
Did you compile everything? Sometimes I've had problems with other binaries than PL itself (which I always compile on the given system) when I've just copied them. On Tue, Mar 6, 2012 at 5:26 PM, Mansur Mamkin mmam...@mail.ru wrote: Hi Alex! I have Linux Mint 12 x64 (based on Ubuntu) on my

Re: Segfault on Linux Mint 12 x64

2012-03-06 Thread Alexander Burger
Hi Mansur, I have Linux Mint 12 x64 (based on Ubuntu) on my laptop + picoLisp x64 ver. 3.0.9.4 (testing release) gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) I get segfault when I run ./dbg, then enter (traceAll) or (ht:Prin ) I think I know. I saw the same on Ubuntun 11.10, and I

PicoLisp assembler in JavaScript?

2012-03-06 Thread Jon Kleiser
Hi, I noticed Rudy's recent article The Browser 'IS' The Data Base http://picolisp.com/5000/-2-22.html, re. a possible PicoLisp implementation based on node.js. Would it be an idea to first write a PicoLisp assembler (equivalent to the one used in 64-bits PL) in JavaScript, so one could rip

Re: PicoLisp assembler in JavaScript?

2012-03-06 Thread Jakob Eriksson
On March 6, 2012 at 4:10 PM Jon Kleiser jon.klei...@usit.uio.no wrote: JavaScript, so one could rip off all (or most of) the assembly code that 64-bits PL is written in? It seems like it could be a fun thing to do, at least for those who have some time available ... ;-) I think it's a

Re: PicoLisp assembler in JavaScript?

2012-03-06 Thread Alexander Burger
Hi Jon, implementation based on node.js. Would it be an idea to first write a PicoLisp assembler (equivalent to the one used in 64-bits PL) in JavaScript, so one could rip off all (or most of) the assembly code that 64-bits PL is written in? It seems like it could be a fun thing to do, at

Re: PicoLisp assembler in JavaScript?

2012-03-06 Thread Alexander Burger
Hi Jakob, Off topic: http://picolisp.com/5000/-2-22.html http://picolisp.com/5000/-2-22.html * how do I edit pages on that wiki? You register, and then experiment with the help page. * I never understand under which topic an article belongs, which brings me to the URL, it would be

Re: Google Summer of Code (GSoC) 2012

2012-03-06 Thread Alexander Burger
In any case, time is getting short: The Mentoring organization application deadline is 9th of march, that's three days from now. So if anybody has a proposal for an idea, (s)he should hurry to post it on the ideas page. Cheers, - Alex -- UNSUBSCRIBE: