Re: functions collection

2015-12-10 Thread Alexander Burger
On Wed, Dec 09, 2015 at 10:58:01PM +0200, Mike Pechkin wrote:
> I have a collection of functions, I've combined them in one file:
> picolisp.l
> https://bitbucket.org/mihailp/tankfeeder/src/40a521f62866?at=default
> 
> What inside:
> o) functions other coding languages have builtin (sometimes useful)
> o) functions to mimic Clojure
> 
> I will maintain this file and will add stuff when find something fun.
> Feel free to show me your collection for review.

Thanks a lot, Mike!
♪♫ Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


functions collection

2015-12-09 Thread Mike Pechkin
hi all,

I have a collection of functions, I've combined them in one file:
picolisp.l
https://bitbucket.org/mihailp/tankfeeder/src/40a521f62866?at=default

What inside:
o) functions other coding languages have builtin (sometimes useful)
o) functions to mimic Clojure

I will maintain this file and will add stuff when find something fun.
Feel free to show me your collection for review.

Mike