Interview with Steve Yegge on Rhino on Rails
In the interview they cover the germination of the project, why Steve went ahead with the port, the side effects of JavaScript on the server, how... more »
0 commentsSave Tags: javascript
Arc, a new dialect of Lisp
Arc is designed above all for exploratory programming: the kind where you decide what to write by writing it. A good medium for exploratory... more »
0 commentsSave Tags: announcement, other languages
Get Value Objects right for Domain Driven Design
The technique of domain logical value-objects (DLVO) is a method for domain-driven programming that stays close to the code. It takes the "middle... more »
0 commentsSave Tags: java, methodology