I'm trying out some Scheme for the first time. I'm using tinyscheme for now though I need something with a bit more functionality when it comes to editing. Is there a way to either include Vi like editting functionality or if not: What is the best Vim plugin for quick Lisp prototyping?!
I think scheme 9 from empty space comes with a vi-like editor written in it.
What you probably want is emacs (quack or scheme-mode), though.
Some schemes do work with slime. Fuckin' google is your friend
Name:
Anonymous2012-03-05 20:36
>>2 ARE YOU CAPABLE OF BASIC READING COMPREHENSION YOU FUCKING NO TALENT BITCH? I AM SICK OF YOU FUCKING SHITTING UP MY BOARD YOU TURD. YOU FUCKING LIBERAL DOUCHEBAG TURD. TURD TURD TURD TURD TURD!
>>3
Geiser is Slime for Scheme (Scheme48 and Guile only).
Name:
Anonymous2012-03-06 13:16
Is there a C like lisp-language editor?
I like how C has, you know, do the first thing, semicolon, do the second, etc, but as little as I've seen, there isn't a standard "do then do" command where I just feed it commands that don't return anything (discounting dynamic scoping of course).
Put another way, all the stuff I see for CLI Lisp-likes is (operator operands), enter, which pretty much precludes a (main (operator operands) (operator operands)) writing style