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

What Lisp do you guys use?s

Name: Anonymous 2013-02-23 11:20

I've recently discovered Scheme and I love it's simplicity. I only coded a bit in R5RS (Stallman's freedoms implementation). I want to use it for a serious project, an intranet portal backend.

Now I don't see myself mastering Common Lisp any time soon. I'm thinking of either Clojure or Racket. To be honest I don't like working with the JVM much. So besides Racket is there any other Lisps that I should check out?

Name: Anonymous 2013-02-23 19:56

>>18
Don't feel bad, it happens.
You could keep a file that defines everything to your liking...

> (define-syntax dfn (syntax-rules () ((dfn . x) (define . x))))
 > (dfn str2sym string->symbol)


Spread the file around, put some convenient looping macros in there that cater to your taste and build a little community around it, and you might just create another Arc.

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