[erlang-questions] erlang improvement - objective c (or smalltalk) syntax

Edward Stow ed.stow@REDACTED
Fri Jun 5 07:28:38 CEST 2009


2009/6/5 Edward Stow <ed.stow@REDACTED>:
>
> Consider the expressiveness of the following code:
>
> nameInputWidget
>   when:  #changed
>   send: #udpateWith:

Sorry sent this accidently: to finish my example:

nameInputWidget
  when: #changed
  send: #setName:
  to: person
  with: nameInputWidget value


-- 

Edward Stow


More information about the erlang-questions mailing list