Use Emacs with all your hatred.. « Keeping it Small and Simple
My path towards the dark side has already begun: I’m currently reading the Emacs tutorial (C-h t)
My path towards the dark side has already begun: I’m currently reading the Emacs tutorial (C-h t)
All of this is to say that it is possible to get sponsorship without selling the conference. Not only that, but our experience with PPW suggests that all parties - including sponsors - benefit when the conference remains focused on the attendees' interests.
Surprisingly, we got lots of sponsorship. Moreover, our sponsors tended to be companies that "got" the programming community and that our attendees were more likely to be interested in. In the end, our sponsors were happy and our attendees were happy.(My emphasis)
What I see in the Geneva proceedings (that have been reported, surely not the whole story) is that ISO believed as I did that product was less important than process, and now ISO must decide whether to acknowledge that it failed, damaging its brand in the short term, or deny it was wrong and risk ruining it forever.
* It includes all of the SLIME commands from the SLIME manual
* It includes all of the Emacs commands from the built in tutorial
* It includes the main Emacs help keys
* The commands are sorted and grouped by functional area
* It’s all fits on one page
This is one of the main reasons I started Weblocks framework - I never wanted to write a line of HTML again.and:
with closures-based actions, continuations-based control flow, stateful widgets, and a shiny new CLSQL backend store1, it may very well be the web development nirvanaI found this amusing:
Weblocks is relatively young, so there still may be some issues that need to be ironed out. Proceed with caution!Nirvana postponed perhaps?
Powered by ScribeFire.
Powered by ScribeFire.
|
The death toll from two Baghdad market bombs allegedly carried by mentally disabled women and set off remotely has risen to nearly 100, say officials. (My emphasis added)
Powered by ScribeFire.
Of course, I use emacs—always have and always will.Interestingly I use it more and more - the current diver is org-mode which I find to be a wonderful, easy-to-use and light-weight way of tracking things, even though I live in a corporate Notes environment. Notes has many great features, but I just love the text based approach and the ability to filter out TODOs in a single view from multiple files. If I am typing notes in a meeting and there is a TODO I just hit a key combinations and type it in the flow of the notes. Not so good for converting incoming mails to TODOS - if only one tool could do everything!!
Powered by ScribeFire.
Powered by ScribeFire.
(defmethod initialize-instance :after ((obj blog-post) &key)The above is an interesting example of "aspect-oriented" programming!! Note the :after keyword and the typng of the argument.
"If :url-part wasn't non-nil when making the instance, generate it automatically."
cond ((eq nil (url-part obj))
(setf (url-part obj) (make-url-part (title obj))))))
Powered by ScribeFire.
|
|