Re: xxhash

2020-03-20 Thread Mike
http://rosettacode.org/wiki/Find_duplicate_files#PicoLisp

> https://git.envs.net/mpech/xxhash-picolisp
> This binding I will use in this task:
> http://rosettacode.org/wiki/Find_duplicate_files

(mike)

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


Re: Installation and update

2020-03-20 Thread cilz

Hi Mike, All,

Thanks for these tips. I was not aware of: pil @lib/test.l +

to check the installation.

Here, I'm using Manjaro Linux and Picolisp can be installed from the Aur 
repo with:


yay -S picolisp

however it installs version (18-9-1) which is not up to date!

Install from source works well however.

Take care,

Eric


Le 07/01/2020 à 20:06, Mike a écrit :

hi all,

I've wrote all information how I do install and update of PicoLisp over all my 
machines.
Page contains 3 variations how to bootstrap to pil64.
https://git.envs.net/mpech/tankf33der/src/branch/master/install-picolisp.md

Comments and updates are welcome

(mike)



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


xxhash

2020-03-20 Thread Mike
hi all,

https://git.envs.net/mpech/xxhash-picolisp
This binding I will use in this task:
http://rosettacode.org/wiki/Find_duplicate_files


BTW, I have a collection of hashes implemented on PicoLisp:
https://git.envs.net/mpech/tankf33der/src/branch/master/hash 

(mike)

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