Programm FrOSCon

Vortrag: Ideas for the clever mercenary who'll never learn Lisp

25. August 2012
C116/Lisp
Language: en
Lisp

Zusammenfassung

We're all smart, but not everyone has time to invest in learning one of the Lisps. This talk offers you many concrete ways to incorporate little Lisp lessons into your daily work-life. Along the way, you may discover a simpler way of looking at computing.

Beschreibung

Ideas discussed:
* Be deadly with one scripting language, and one editor/IDE.
* Sculpt your program while it runs: incremental development.
* Program in pictures: data-directed programming.
* Build a strong domain language (without DSLs or macros).
* Work on simplicity.
* Program like a gamer.
* Empower your users with some of your power.
* Give users defaults; and a way for "power users" to decide tradeoffs for themselves.
* Let your tools operate on themselves.
* Piggyback on strong systems.