[Prev][Next][Index][Thread]

Re: Commercial use of dylan



In article <8qg31p$guq$1@news.cowan.edu.au>,
  "Daniel Butun" <dabutun@iinet.net.au> wrote:
> We're doing a research project on dylan and we were wondering who
> (corporations, companies) uses dylan and in what sort of application
area.
> If possible these should be well known companies.

define method well-known?(company :: <company>) => (b :: <boolean>);
  publicly-traded?(company)
  | company.employees > 500;
end method well-known?

... so INRANGE (a network test equiment co) and ITT (a big 'un itself
involved in cars, pipe-fittings, satellites, and telecom) pass.

ITT used Dylan on a commercial satellite project -- it compared
ephemeris information generated by an internal module against COTS
products.

INRANGE uses Dylan in its RTM (Remote Test Manager) project to manage
and to display UML diagrams on the web.  diane (diane is a notation
enhancer) is GPL'ed and available from http://www.gwydiondylan.org in
contributions/.

Sincerely,
Douglas M. Auclair


Sent via Deja.com http://www.deja.com/
Before you buy.



References: