Re: server - IP socket error: Address family not supported by protocol

2012-02-23 Thread Joe Bogner
Doug - you need to install ipv6 support on linux. Look for an ipv6 package for your distro On Feb 23, 2012 1:28 AM, Doug Snead semaphore_2...@yahoo.com wrote: Might be even easier to reproduce ... just try the port function: # picoLisp-2.2.7.tgz ... ~/lisp/picoLisp $ ./p : (port 1234) - 3

Re: server - IP socket error: Address family not supported by

2012-02-23 Thread Alexander Burger
Hi Doug, No IPv6 in my ifconfig on my linux box ... and no ipconfig on the android. :( When I drop back to picoLisp 2.3.7, I'm able to run the app example ok on my linux box, and connect to the pico server with a browser. Version 3.0.8 was the last one with IPv4-only, IIRC. Cheers, -

Re: server - IP socket error: Address family not supported by protocol

2012-02-23 Thread Imran Rafique
Doug, I ran into the same problem a while ago, and Alex told me (on IRC) that 64bit picolisp's networking functions require ipv6 (as Joe said). If you have the ipv6 kernel modulle already compiled (most distro's kernel config's will at least compile it as a module, even if they don't enable it),

Re: server - IP socket error: Address family not supported by protocol

2012-02-23 Thread Imran Rafique
Ignore my pointless mail - I just saw the other thread with Alex's reply :) -- Regards,        Imran Rafique On 23 February 2012 12:19, Imran Rafique im...@rafique.org wrote: Doug, I ran into the same problem a while ago, and Alex told me (on IRC) that 64bit picolisp's networking functions

Re: Android Web Server

2012-02-23 Thread Joe Bogner
Hi Imran - Thanks for the feedback. I put it under Examples. I'm interested in other's opinions - would you have considered it an article? I agree with your points on making it easier to see changes on the wiki On Thu, Feb 23, 2012 at 3:27 PM, Imran Rafique im...@rafique.org wrote: Joe, More

Re: Reference Example typo

2012-02-23 Thread José Romero
On Thu, 23 Feb 2012 16:16:01 -0500 Joe Bogner joebog...@gmail.com wrote: Sidenote: Can someone explain why the use of the parentheses around the class name? It seems confusing to be '+Item in some contexts and '(+Item) in others. It's the way typing works in the PicoLisp object system,

Re: Android Web Server

2012-02-23 Thread Imran Rafique
Hmm, not sure. Perhaps platforms, or something like that? There's ersatz, mini, 32bit 64bit, a port to plan9 (was it finished?), a port to openwrt, and now the various android porting efforts. Its very subjective how you organise everything, but a Changelog type page would simplify matters

Unsubscribe

2012-02-23 Thread Anthony Sherbondy
Good bye Anthony Sherbondy a...@conjurellc.com :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: (symbols) inside a function

2012-02-23 Thread Imran Rafique
Jose Alex, Please excuse my rudeness in not replying sooner (on business, then Yosemite trip). Thanks for the pointers on idx trees. -- Regards,        Imran Rafique 2012/2/1 José Romero jose.cyb...@gmail.com: Why not use a 'idx tree then? http://software-lab.de/doc/refI.html#idx