Re: binary search

2016-01-18 Thread Alexander Burger
Hi Mike,

> Today I was wonder is it possible to create a function for binary search
> inside flatten or nested lists.
> If I have ordered list I need something faster that O(n) and I should not
> care of unique structure.
> It was a goal while walking in the forest.

You can do a binary search also in a linked list.

See e.g. the 'balance' function in @lib/misc.l (not a binary *search*,
but an analog processing).

♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: PicoLisp on Ubuntu

2016-01-18 Thread Jon Kleiser
Hi Rick,

Lubuntu looks very promising. I think I have to give it a try. Thanks!

/Jon

> On 17. Jan, 2016, at 22:10, Rick Hanson  wrote:
> 
> Hi Jon!
> 
> On Sun, Jan 17, 2016 at 2:30 PM, Jon Kleiser  wrote:
>> There is a chance I could have managed to run some 64-bit Linux on
>> this old Mac if I went for a non-GUI version, or a version that was
>> happy with only 1GB RAM, [...]
> 
> If you like Ubuntu-ish and want to see about 64-bit, maybe try
> http://lubuntu.net/ on your 1GB RAM machine.  More fun for the
> weekend! :)

--
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


Re: PicoLisp on Ubuntu

2016-01-18 Thread Antonio Bianco
I think you could also give it a try with the current 64bit version.
I may be wrong, but what it means is that if you have more than 2Gb RAM, a
32bit system cannot address them and therefore you need 64bit,
unless you enable big memory support that slows down the 32-bit system
(that is what I recall from the time, but again, I may be wrong).


2016-01-18 9:22 GMT+01:00 Jon Kleiser :

> Hi Rick,
>
> Lubuntu looks very promising. I think I have to give it a try. Thanks!
>
> /Jon
>
> > On 17. Jan, 2016, at 22:10, Rick Hanson  wrote:
> >
> > Hi Jon!
> >
> > On Sun, Jan 17, 2016 at 2:30 PM, Jon Kleiser 
> wrote:
> >> There is a chance I could have managed to run some 64-bit Linux on
> >> this old Mac if I went for a non-GUI version, or a version that was
> >> happy with only 1GB RAM, [...]
> >
> > If you like Ubuntu-ish and want to see about 64-bit, maybe try
> > http://lubuntu.net/ on your 1GB RAM machine.  More fun for the
> > weekend! :)
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe
>



-- 
Antonio Bianco