| |
|
|
| 2. | | Paul Buchheit: We all have tunnel vision (paulbuchheit.blogspot.com) |
| 43 points by toffer on Nov 17, 2007 | 11 comments |
|
| 3. | | Ask YC: is MVC the best solution? |
| 21 points by Tichy on Nov 17, 2007 | 19 comments |
|
| |
|
|
| 5. | | How to Shave Ten Hours Off Your Work Week (michaelhyatt.com) |
| 19 points by makimaki on Nov 17, 2007 | 5 comments |
|
| |
|
|
| 7. | | Ask YC: Meetup for UK based hackers |
| 18 points by ian on Nov 17, 2007 | 14 comments |
|
| 8. | | Test your web design in different browsers (browsershots.org) |
| 15 points by kkim on Nov 17, 2007 | 3 comments |
|
| |
|
|
| 10. | | Memory Leak Torpedoed Princeton's DARPA Chances (codeproject.com) |
| 12 points by abarrera on Nov 17, 2007 | 18 comments |
|
| |
|
|
| 12. | | Ask YC: What is the most embarrassing technical book that you have ever owned? |
| 8 points by amichail on Nov 17, 2007 | 25 comments |
|
| 13. | | Differentiate Or Die: Marketing's Magic Bullet (freelanceswitch.com) |
| 8 points by makimaki on Nov 17, 2007 |
|
| 14. | | 23andme: Evil Or The Way Of The Future? (techcrunch.com) |
| 8 points by nickb on Nov 17, 2007 | 8 comments |
|
| 15. | | Justin.TV - live tech talks (justin.tv) |
| 7 points by abstractbill on Nov 17, 2007 |
|
| 16. | | Who Says C is Simple? (cs.berkeley.edu) |
| 7 points by theoneill on Nov 17, 2007 |
|
| |
|
|
| 18. | | What Exactly Are You Trying To Prove? (haacked.com) |
| 6 points by hhm on Nov 17, 2007 | 6 comments |
|
| |
|
|
| |
|
|
| 21. | | Should Steven Wolfram be envied? |
| 6 points by amichail on Nov 17, 2007 | 8 comments |
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| |
|
|
| 29. | | 30 Resources for Joining a Startup Company (ajaxninja.com) |
| 5 points by drm237 on Nov 17, 2007 |
|
| |
|
|
|
| More |
But not so fast that that alone made me switch. What made me switch was that Lisp machines (both Symbolics and LMI) were so gratuitously, baroquely complex. The manuals filled a whole shelf. Each component of the software was written as if it had to have every possible feature. The hackers who wrote it were the smartest and most energetic around. But there was no Steve Jobs to tell them "No, this is too complex." So the guy in charge of writing the pretty-printer, for example, would decide. "This is going to be the most powerful pretty-printer ever written. It's going to be able to do everything!"
I learned how to program a Symbolics myself, from reading the manuals. I sometimes suspected that I was the only person who'd ever done this-- that everyone else who knew how to use the damn things had either learned how from the guys who invented them, or had learned from someone else who had. The libraries were so hairy that I generally found it was faster to write something myself than find and understand the documentation for the built-in way of doing it.
Unfortunately this complexity persists in Common Lisp, which was pretty much copied directly from ZetaLisp. In fact, both of the worst flaws in CL are due to its origins on Lisp machines: both its complexity and the way it's cut off from the OS.