Re: PicoLisp now detected on GitHub

2015-06-17 Thread Jakob Eriksson
This is great! On 17/06/15 17:48, Christophe Gragnic wrote: Hi list. They even spelled it correctly ! https://github.com/github/linguist/pull/2449#issuecomment-112829159 See one of your repos or this one: https://github.com/Microalg/Microalg chri -- UNSUBSCRIBE:

Re: PicoLisp now detected on GitHub

2015-06-17 Thread Alexander Williams
Hello Christophe, Thank you for this! On 2015-06-18, at 0:48, Christophe Gragnic christophegrag...@gmail.com wrote: Hi list. They even spelled it correctly ! https://github.com/github/linguist/pull/2449#issuecomment-112829159 See one of your repos or this one:

RE: PicoLisp now detected on GitHub

2015-06-17 Thread andreas
Hi chri that is very cool, thank you and the other guys for the effort ! Good job. beneroth - Original Message - From: Christophe Gragnic [mailto:christophegrag...@gmail.com] To: picolisp@software-lab.de Sent: Wed, 17 Jun 2015 17:48:59 +0200 Subject: Hi list. They even spelled it

pil + interactive mode access lines of previous command

2015-06-17 Thread Luis P. Mendes
Hi, Assume I issue these instructions in `pil +` interactive mode : (setq N 3) : (while (gt0 n) (dec 'n) (prinl n)) It executes. Then I want to access the second command to edit it, for example to change the second line: : (while (gt0 n) (dec 'n 2) (prinl n)) I press the up

PicoLisp now detected on GitHub

2015-06-17 Thread Christophe Gragnic
Hi list. They even spelled it correctly ! https://github.com/github/linguist/pull/2449#issuecomment-112829159 See one of your repos or this one: https://github.com/Microalg/Microalg chri -- http://profgra.org/lycee/ (site pro) http://delicious.com/profgraorg (liens, favoris)

Re: pil + interactive mode access lines of previous command

2015-06-17 Thread Alexander Burger
Hi Luis, It executes. Then I want to access the second command to edit it, for example to change the second line: : (while (gt0 n) (dec 'n 2) (prinl n)) I press the up arrow key, but the only line that is editable is the first one (while (gt0 n) Oh, yeah, I see! This is not