Re: lens.l - generalized data accessors

2019-05-19 Thread Abel Normand
-lab.deReply to: picolisp@software-lab.deSubject: Re: lens.l - generalized data accessors Wonderful! But i fear, most of the audience here hasn't the slightest idea, what it's all about. Let me explain!Maybe, you have already clicked into some graphics in your browser or just used the "onmous

Re: lens.l - generalized data accessors

2019-05-19 Thread Guido Stepken
Wonderful! But i fear, most of the audience here hasn't the slightest idea, what it's all about. Let me explain! Maybe, you have already clicked into some graphics in your browser or just used the "onmouseover" functionality. In HTML, everything is repesented in a DOM, that's a tree structure,

Re: lens.l - generalized data accessors

2019-05-19 Thread Abel Normand
- generalized data accessors Hi Abel It seems your lens.l is a private repository, as the link leads to a gitlab login. I can open https://gitlab.com/Abel-ze-Normand/bloom_filter, but https://gitlab.com/Abel-ze-Normand/lens.l is protected. Looking forward to your lens implementation :) Best

Re: lens.l - generalized data accessors

2019-05-19 Thread Guido Stepken
lens.l isn't there, but i found your trie.l quite interesting! https://gitlab.com/Abel-ze-Normand/trie.l/blob/master/trie.l Abel Normand schrieb am So., 19. Mai 2019, 23:08: > Hello everyone. > > I'm happy to present you my last project: > https://gitlab.com/Abel-ze-Normand/lens.l. It is a

Re: lens.l - generalized data accessors

2019-05-19 Thread andreas
Hi Abel It seems your lens.l is a private repository, as the link leads to a gitlab login. I can open https://gitlab.com/Abel-ze-Normand/bloom_filter, but https://gitlab.com/Abel-ze-Normand/lens.l is protected. Looking forward to your lens implementation :) Best regards beneroth Am

lens.l - generalized data accessors

2019-05-19 Thread Abel Normand
Hello everyone. I'm happy to present you my last project: https://gitlab.com/Abel-ze-Normand/lens.l. It is a very nice abstraction from Haskell functional programming community and I wanted to share with you this PicoLisp implementation of Lens pattern and utilities to work with them. I plan to