Lisp at the Frontier of Computation [video]
youtube.com
Lisp at the Frontier of Computation [video]
1–10 of 143 posts
Re: Lisp at the Frontier of Computation [video]
#2Re: Lisp at the Frontier of Computation [video]
#3Overall a good talk about the realities of one way to use lisp successfully in a 'modern' software development environment.
Re: Lisp at the Frontier of Computation [video]
#4Re: Lisp at the Frontier of Computation [video]
#5Re: Lisp at the Frontier of Computation [video]
#6too bad the audio quality is low..
Re: Lisp at the Frontier of Computation [video]
#7Re: Lisp at the Frontier of Computation [video]
#8Every time, I see one of these links or videos, I feel the urge to learn Lisp. But after some time, I lose the motivation. I think that is because I don't know what benefit learning lisp will provide me concretely. Anyone has any suggestion?
That's not always a good thing -- it can make working with a foreign codebase difficult -- but it's definitely a powerful concept when applied correctly.
Re: Lisp at the Frontier of Computation [video]
#9Every time, I see one of these links or videos, I feel the urge to learn Lisp. But after some time, I lose the motivation. I think that is because I don't know what benefit learning lisp will provide me concretely. Anyone has any suggestion?
I would suggest, if you haven't already learned one, to find some FP language that looks interesting. Elm, perhaps, or Elixir. I'm not a fan of "hybrid" languages like Scala; finding one that hews closely to the FP ideas will be more useful, I think, in learning how to think functionally.
Any new language that doesn't operate exactly like the ones you already know can give you new ideas on how to program. Don't get bogged down in the expectations others have; just find one that piques your interest and dive in.
Re: Lisp at the Frontier of Computation [video]
#10The quote which I will paraphrase that "lisp is not freed from having to justify why you would use it." This is huge and the section before it going off about how condescension is a terrible enemy of the language is one that I would hope more people contemplate.
Major kudos to the presenter!