Re: Emacs REPL not "full-featured"?

2016-01-02 Thread Alexis
Lawrence Bottorff writes: I've got a REPL started in Emacs (called from ELPA version of picolisp major mode with run-picolisp) The only picolisp-mode i'm aware of that's on an ELPA is my picolisp-mode on MELPA: http://melpa.org/#/picolisp-mode As the documentation on

Re: Emacs REPL not "full-featured"?

2016-01-02 Thread Henrik Sarvell
If the issue is only about jumping to docs perhaps picolisp-jump in my emacs init file might be of help: http://www.prodevtips.com/2015/02/18/my-emacs-init-file-for-2015/ On Sat, Jan 2, 2016 at 11:43 AM, Alexis wrote: > > Lawrence Bottorff writes: > >

Re: wr function in Ersatz

2016-01-02 Thread Christophe Gragnic
On Thu, Dec 31, 2015 at 12:37 PM, Alexander Burger wrote: > > A better idea: Why do you bother with ErsatzLisp at all? If you don't > have Linux or another POSIX system, instead of starting the Java-VM you > might as well start a Linux-VM and run real PicoLisp with all

Re: Questions about EmuLisp

2016-01-02 Thread Henrik Sarvell
Hi Christophe. AFAIK ClojureScript is pretty much feature complete as opposed to Emu, there's a risk for confusion and perhaps bad PR if an online REPL based on Emu becomes the de facto way of playing around with PL for novices, ie "Why can't I do X which the manual seems to imply?!!" or "This

Questions about EmuLisp

2016-01-02 Thread Christophe Gragnic
Hi all, These are primarily questions for Alex, but I'm interested in the answers of other people too. I'm a big fan of PicoLisp even if I only scratched the surface yet, since I don't use the server or the DB. I know most of the heavy PicoLisp users here rely extensively on the server and the

Issue with wait

2016-01-02 Thread Henrik Sarvell
I've recently implemented pub / sub ( http://redis.io/topics/pubsub ) in my redis class ( https://bitbucket.org/hsarvell/ext/src/default/redis.l?fileviewer=file-view-default ). Redis is apt get installable in Ubuntu 14.04: sudo apt-get install redis-server, it will start and just work immediately

Re: Emacs REPL not "full-featured"?

2016-01-02 Thread Alexis
Lawrence Bottorff writes: Yes, I've got this going in my init (*and *the ELPA installed) (add-to-list 'load-path "/home/hercynian/opt/picoLisp/lib/el") (load "tsm.el") ;; Picolisp TransientSymbolsMarkup (*Tsm) (autoload 'run-picolisp "inferior-picolisp") (autoload

Re: Emacs REPL not "full-featured"?

2016-01-02 Thread Lawrence Bottorff
Yes, I've got this going in my init (*and *the ELPA installed) (add-to-list 'load-path "/home/hercynian/opt/picoLisp/lib/el") (load "tsm.el") ;; Picolisp TransientSymbolsMarkup (*Tsm) (autoload 'run-picolisp "inferior-picolisp") (autoload 'picolisp-mode "picolisp" "Major mode for editing