[erlang-questions] some language changes

Anthony Shipman als@REDACTED
Wed May 23 20:04:55 CEST 2007


On Monday 21 May 2007 18:10, Joe Armstrong wrote:
> Now the book is done I've been thinking about some language changes.
>

How about allowing a semicolon after the last clause in a case or if 
expression or similar:
	case E of
	A -> ...;
	B -> ...;
	end
Allowing a comma after the last member of a list too would be helpful.

-- 
Anthony Shipman                    Mamas don't let your babies 
als@REDACTED                   grow up to be outsourced.



More information about the erlang-questions mailing list