• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Using Lisp to beat the competition

 
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just stumbled across this old piece "Beating The Averages" (2003) by Paul Graham again, describing how using Lisp for his start-up company gave them a competitive edge over companies using more conventional languages. Not sure I agree with him, but it's a thought-provoking read - especially for you Clojure pioneers perhaps!
 
Ranch Hand
Posts: 343
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

chris webster wrote:Just stumbled across this old piece "Beating The Averages" (2003) by Paul Graham again, describing how using Lisp for his start-up company gave them a competitive edge over companies using more conventional languages. Not sure I agree with him, but it's a thought-provoking read - especially for you Clojure pioneers perhaps!



Nice one. Basically, I also do not know whether I will agree with him completely or not but surely I would say that more than using an unconventional language they used the language that they knew. So, if you want to gain advantage it is important to start early without wasting your time in learning things that may actually consume your energy when you already know another thing to get the work done.
 
Rancher
Posts: 379
22
Mac OS X Monad Clojure Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I can see why Graham credits Lisp with his competitive advantage. True, he and his team knew Lisp before they started, but a lot of what made it possible for his team to pivot so fast on changing requirements, and to build such a fast-evolving system, is down to Lisp's expressiveness, abstractions and the inherent ability to extend the language within itself. If you know Lisp (or Clojure) just as well as you know "Language X", I believe you will generally be much more productive in Lisp (or Clojure) and it's why folks gravitate to Lisps but don't generally migrate back to other languages (if they have a choice to stay with a Lisp, that is).
 
I think she's lovely. It's this tiny ad that called her crazy:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic