Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

On LISP

Name: Anonymous 2007-01-26 11:43

So, I've started learning LISP, just a bit of it, and I want to know if there's some kind of preprocessor or implementation of LISP that will allow the use of a() instead of (a), a(b) instead of (a b), etc., as well as [a], [a b], etc. as an alternate syntax (for lists). That would make it so much nicer and would be a reason not to give up because the few syntax there is totally sucks. The power of LISP is not worth it if you need to deal with ))))))))))))))))))))))))))))))))))))))))) at the end of a function, you need a parens highlighting editor to write a LISP program. I consider a decent language shouldn't require any particular editor.

Name: Anonymous 2007-01-26 18:55

I consider a decent language shouldn't require any particular editor.
This is my main gripe with Lisp (and Java) too.

Regrettably, changing (a b) won't help you, since instead of (a (b (c (d (e f))))) you'll end up with a(b(c(d(e(f))))). That's the same number of parens.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List