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 recal

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

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 als