1 – 5 of 5
Anonymous Anonymous said...

You can start looking for (free) imeplementations here: http://www.cliki.net/Common%20Lisp%20implementation
or for commercial and free: http://alu.cliki.net/implementation

Good luck!

03:12

Blogger tdfunk said...

Thank you for the links.

I list of Lisp links (say that 10x really fast) may in on the horizon.

My little project seems to have a benefactor, or sorts.

Thanks again.

05:17

Blogger Xach said...

For what it's worth...

Some Lisp systems include interpreters, but it's also very common for them to be compilers. SBCL, for example, doesn't have an interpreter stage, everything you type is compiled to native code before execution.

Also, "functional programming" is usually taken to mean writing functions that only return values, rather than causing side effects in the global environment or mutating their arguments. Lisp supports functional programming (and Paul Graham seems to religiously endorse it), but it also supports many other styles of programming; the flexibility to mix and match styles where appropriate is a very appealing aspect of Common Lisp.

07:34

Blogger tdfunk said...

Hi, Zach,

Thanks for the comment.

You're right, of course, about functional programming being only a single facit of Lisp's repertoire.

I've read (not sure where; things are starting to blur together) that CLOS (Common List Object System?) can be, in large part, implemented as Common Lisp macros. In fact, in one of the chapters of Graham's book, he simulates parts of CLOS.

It's this maleable nature of Lisp that has me so intrigued.

Want to process data in a stack-based, post-fix way, like Forth? No problem, write some macros. Like the Object Way better than the Functional Way? Easy. More macros.

The idea of growing a language toward the problem space, building up layers of abstraction until Lisp (or a bunch of macros, anyway) reflects your problem space, and its solutions, is, well, Way Cool.

I just can't wait to get there.

13:33

Blogger tdfunk said...

One final comment about funtional programming:

It's bantied about in Python Land (another language I use regularly) quite a bit, but I've not come across a decent explanation.

After seeing a number of Lisp examples of FP, I get it now. Where before, though I was aware of it, I didn't really get it.

See? Lisp is already helping me sort out some concepts.

Niiice.

13:36

You can use some HTML tags, such as <b>, <i>, <a>

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot