Live data from Hacker News

New Common Lisp website

lisp-lang.org

1–10 of 54 posts

Re: New Common Lisp website

#2
Click specification: "We're currently working on parsing the TeX sources of the specification to generate a more modern version of the CLHS.

This might take a while."

Yeah, that's probably not the message you want to send after all the virtues (e.g. speed) listed on the first page.

Re: New Common Lisp website

#3
Can someone explain to me the main differences between a language like Common Lisp and Haskell?

I'm planning on learning on a purely functional language this year and I've narrowed it down to Haskell and CL but I don't know which to pick. Haskell has sort of been winning due to my friends knowing it and using it.

If you have any resources as well, please let me know. I don't know if this is the right place to post this.

Re: New Common Lisp website

#4

Can someone explain to me the main differences between a language like Common Lisp and Haskell? I'm planning on learning on a purely functional language this year and I've narrowed it down to Haskell and CL but I don't know which to pick. Haskell has sort of been winning due to my friends knowing it and using it. If you have any resources as well, please let me know. I don't know if this is the right place to post th…

Go with your friends. That will make 100x the difference that any technical difference does. Same with any language really.

Re: New Common Lisp website

#7

Can someone explain to me the main differences between a language like Common Lisp and Haskell? I'm planning on learning on a purely functional language this year and I've narrowed it down to Haskell and CL but I don't know which to pick. Haskell has sort of been winning due to my friends knowing it and using it. If you have any resources as well, please let me know. I don't know if this is the right place to post th…

CL is not purely functional language.

CL is either multi-paradigm language or Lisp paradigm language. There is lisp style programming.

It has many functional primitives but typical CL programmer is not programming functionally. Other languages like Scheme or Clojure are more functionally 'oriented' Lisps.

Re: New Common Lisp website

#8

Can someone explain to me the main differences between a language like Common Lisp and Haskell? I'm planning on learning on a purely functional language this year and I've narrowed it down to Haskell and CL but I don't know which to pick. Haskell has sort of been winning due to my friends knowing it and using it. If you have any resources as well, please let me know. I don't know if this is the right place to post th…

You can write purely functional programs in CL, but it's not a purely functional language in the way haskell is, and I think most people don't use it that way.

Re: New Common Lisp website

#9

Click specification: "We're currently working on parsing the TeX sources of the specification to generate a more modern version of the CLHS. This might take a while." Yeah, that's probably not the message you want to send after all the virtues (e.g. speed) listed on the first page.

Why? They're just being honest about it. It's a large spec and it surely isn't that easy to convert it to a more modern format.

Re: New Common Lisp website

#10
I hate the current trend for websites to have about a page's worth of information spread over about eight pages' worth of space. I'm used to seeing it on startup websites, where it doesn't bother me so much because I expect those to be trendy. But I'm recently seeing it infect websites of old school geek projects that I feel should know better. This is one example and the new emacs website a few days ago was another.
Post reply on HN