[plt-scheme] Re: How to write context-aware macros?
On Oct 23, 2009, at 7:53 PM, Simon Haines <con.amalgamate at gmail.com>
wrote:
> Are there other
> techniques that may be considered 'du jour' for programming against
> encapsulated components, or am I still thinking too much in terms of
> object orientation?
I've written a couple articles on using Units for this type of thing
at <http://www.arcadianvisions.com/blog>
Units bring a great deal of abstraction power, but sometimes all the
syntax can feel a bit clunky unless you work up some syntax that
better matches the way you want to think about your program.
Anthony