Small documentation bug (=0)

2016-09-04 Thread Thorsten Jolitz
Hi Alex, just a minimal typo in version 16.9.3 I stumbled upon: , | (=0 'any) -> 0 | NIL | Returns 0 when any is a number with value zero. See also n0, lt0, | le0, ge0, ge0 and =1. ` Should probably ge0 and gt0 here ... -- cheers, Thorsten -- UNSUBSCRIBE: mailto:picolisp@sof

Re: PicoLisp repository at Bitbucket.org

2016-09-04 Thread Alexander Burger
Hi Mansur, > I've cloned tankfeeder's repository at Bitbucket and installed small Thanks a lot! > Source code is listed below. Comments are welcome Looks good :) ♪♫ Alex > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >

Re: Small documentation bug (=0)

2016-09-04 Thread Alexander Burger
Hi Thorsten, > , > | (=0 'any) -> 0 | NIL > | Returns 0 when any is a number with value zero. See also n0, lt0, > | le0, ge0, ge0 and =1. > ` > > Should probably ge0 and gt0 here ... Indeed! Thanks! Will be fixed in the next release :) ♪♫ Alex -- UNSUBSCRIBE: mailto:picolisp@so

PicoLisp as Femto extension language

2016-09-04 Thread Thorsten Jolitz
Hi List, recently I found out about Femto, a minimal Emacs implementation in less than 2k lines of C (including ncurses, though): , | git clone https://github.com/hughbarney/femto.git ` , | Femto is an extended version of Atto Emacs. | | In Defining Atto as the lowest functional Ema

Re: PicoLisp as Femto extension language

2016-09-04 Thread Jakob Eriksson
These questions go a bit over my head, but Femto with Pico has a nice ring to it. :-) > 4 sep. 2016 kl. 19:38 skrev Thorsten Jolitz : > > > Hi List, > recently I found out about Femto, a minimal Emacs implementation in less > than 2k lines of C (including ncurses, though): > > , > | git cl

Re: PicoLisp as Femto extension language

2016-09-04 Thread rick
On Sun, 04 Sep 2016 19:38 +0200, Thorsten Jolitz wrote: > > Hi List, Hi Thorsten! > recently I found out about Femto, a minimal Emacs implementation in less > than 2k lines of C (including ncurses, though): > > , > | git clone https://github.com/hughbarney/femto.git > ` > > [...] > >

Re: PicoLisp as Femto extension language

2016-09-04 Thread rick
On Sun, 04 Sep 2016 19:38 +0200, Thorsten Jolitz wrote: > The > > , > | /home/tj/gitclone/Femto-Emacs/femtolisp > ` > > subdirectory makes the general "Lisp integration task" look rather > complicated, [...] BTW, this subdirectory `femtolisp` just contains a copy of the original femtoli