Re: Looking for a simple LispIDE

2015-03-25 Thread Meino . Cramer
Charles E Campbell drc...@campbellfamily.biz [15-03-25 17:29]: meino.cra...@gmx.de wrote: Charles Campbell charles.e.campb...@nasa.gov [15-03-25 03:44]: meino.cra...@gmx.de wrote: Hi, I am starting to learn Lisp. And I want to use vim for that, because there is no other editor... ;)

Re: Looking for a simple LispIDE

2015-03-24 Thread Meino . Cramer
Charles Campbell charles.e.campb...@nasa.gov [15-03-25 03:44]: meino.cra...@gmx.de wrote: Hi, I am starting to learn Lisp. And I want to use vim for that, because there is no other editor... ;) I am looking for something simple, which executes my current lisp code in the buffer via

Re: Looking for a simple LispIDE

2015-03-24 Thread Meino . Cramer
Hi Matteo, thanks for your help! I downloaded it and will it try in the afternoon! Best regards, Meino Matteo Landi mat...@matteolandi.net [15-03-25 03:44]: Have you ever looked at this? I think it might be of interest for you: https://github.com/sjl/tslime2.vim It basically allows

Re: Looking for a simple LispIDE

2015-03-24 Thread Chris Lott
On Tue, Mar 24, 2015 at 7:46 PM, meino.cra...@gmx.de wrote: Is there any other source for this? Google says, maybe: http://www.drchip.org/astronaut/vim/#RUNVIEW would work? c -- Chris Lott ch...@chrislott.org -- -- You received this message from the vim_use maillist. Do not top-post! Type

Re: Looking for a simple LispIDE

2015-03-24 Thread Matteo Landi
Have you ever looked at this? I think it might be of interest for you: https://github.com/sjl/tslime2.vim It basically allows you to send snippets of text from within Vim to an external Tmux session (containing your REPL of choice). Cheers, Matteo On Tue, Mar 24, 2015 at 7:17 PM,

Re: Looking for a simple LispIDE

2015-03-24 Thread Charles Campbell
meino.cra...@gmx.de wrote: Hi, I am starting to learn Lisp. And I want to use vim for that, because there is no other editor... ;) I am looking for something simple, which executes my current lisp code in the buffer via sbcl (Steel Bank Common lisp). I tried to install slimv and limp and

Looking for a simple LispIDE

2015-03-24 Thread Meino . Cramer
Hi, I am starting to learn Lisp. And I want to use vim for that, because there is no other editor... ;) I am looking for something simple, which executes my current lisp code in the buffer via sbcl (Steel Bank Common lisp). I tried to install slimv and limp and failed ... and I think, they