I feel inspired to start with Lisp after being disappointed with the "open" source scene of 2021. I'd rather pay LispWorks a yearly fee and be left alone than dealing with unbalanced people in the Python space. The free Lisp implementations also look somewhat isolated from the ideological wars. However, a C interface is required. Is this one the recommended solution? Is it really portable? https://common-lisp.net/pro…
Common Lisp
41–50 of 63 posts
Re: Common Lisp
#42Earlier quoted context omitted.
Because thats what Hacker News is: A site which people ping with interesting and noteworthy things they stumble about and then other people decide if they think it's actually noteworthy until it's either on the front page or dropped out. Wikipedia and other web pages can be quite noteworthy. Through sure once everyone has seen it it's no longer note worthy. That's why some really noteworthy things pop up on HN again…
Well if the community is fine with wikipedia pages then so be it.
Re: Common Lisp
#43Hey, I made this! Feel free to ask anything. I released this in 2016. It was a significant undertaking and I burned out pretty hard afterwards. I was operating under a naive "if you build it, they will come" model whereby building a modern-looking website, the community would coalesce around it and contribute to the wiki etc. But my "rallying people behind a cause" skills were insufficient. One nice contribution: at…
Re: Common Lisp
#44Hey, I made this! Feel free to ask anything. I released this in 2016. It was a significant undertaking and I burned out pretty hard afterwards. I was operating under a naive "if you build it, they will come" model whereby building a modern-looking website, the community would coalesce around it and contribute to the wiki etc. But my "rallying people behind a cause" skills were insufficient. One nice contribution: at…
Re: Common Lisp
#45Earlier quoted context omitted.
It exists somehow with Elixir. It's not homoiconic and the interactive development experience is far from being as good as Common Lisp or even Clojure but it supports metaprogramming at an advanced level, is functional and dynamically typed.
Besides Algol-like syntax, LISP 2 was meant to be compiled, fast and statically typed.
Re: Common Lisp
#46This looks like a rewrite of this web site? I don’t remember it looking so visually appealing. I would hope that every programmer has a “happy language” that they most enjoy using. CL is my happy language, both for personal projects and also since around 1982 I have probably been paid to use Common Lisp for about five of the last 39 years. This may sound sacrilegious, but in modern times I steer people newly interest…
Re: Common Lisp
#47Hey, I made this! Feel free to ask anything. I released this in 2016. It was a significant undertaking and I burned out pretty hard afterwards. I was operating under a naive "if you build it, they will come" model whereby building a modern-looking website, the community would coalesce around it and contribute to the wiki etc. But my "rallying people behind a cause" skills were insufficient. One nice contribution: at…
The website looks good! Do you still use Common Lisp? If not, what are the reasons?
Re: Common Lisp
#48I wish LISP 2 was never abandoned. https://en.wikipedia.org/wiki/LISP_2
Re: Common Lisp
#49That's my personal opinion, but I think that programming language pages should have more information density. I also think that using your average "startup template" for Common Lisp is a bit weird. A good example of what I like might be the OCaml homepage https://lisp-lang.org/ , the Go homepage https://golang.org/ . The Haskell homepage has a REPL with a tutorial, which encourages you to play around with the languag…
> A good example of what I like might be the OCaml homepage https://lisp-lang.org/ That should be https://ocaml.org/ of course :).
Re: Common Lisp
#50That's my personal opinion, but I think that programming language pages should have more information density. I also think that using your average "startup template" for Common Lisp is a bit weird. A good example of what I like might be the OCaml homepage https://lisp-lang.org/ , the Go homepage https://golang.org/ . The Haskell homepage has a REPL with a tutorial, which encourages you to play around with the languag…
I agree that a language homepage should be information dense, and give the new user a clear overview without having to scroll. I think the Common Lisp homepage is an improvement over what I remember from years ago, and while it’s visually appealing it’s not as immediately useful as I’d like. Besides the examples Zababa offered, I’d say the home pages for Ruby, Julia, and Python are also good: https://www.ruby-lang.or…