Info on Smalltalk DSLs or Metaprogramming...

Bert Freudenberg bert at impara.de
Tue Aug 22 12:36:29 UTC 2006


Rich Warren schrieb:
> Ruby's literal hashes are not great from a non-geek legibility 
> viewpoint, but if you're making a DSL for coders, they're brilliant.

Aren't Smalltalk dictionaries equally legible?

{
   'one' -> 1.
   'two' -> 2.
   'foo' -> 42.
} as: Dictionary

- Bert -



More information about the Squeak-dev mailing list