The Q Programming Language can do symbolic manipulation -- Haskell?
- From: Casey Hawthorne <caseyhHAMMER_TIME@xxxxxxxx>
- Date: Wed, 16 Aug 2006 03:40:59 GMT
The Q Programming Language can do symbolic manipulation -- Haskell?
The Q Programming Language can do the following:
sqr X = X*X
==>sqr 5
25
==>sqr (X+1)
(X+1)*(X+1)
Can Haskell do symbolic manipulation?
Or are term-rewriting and the lambda calculus sufficiently far enough
apart concepts?
--
Regards,
Casey
.
- Follow-Ups:
- Re: The Q Programming Language can do symbolic manipulation -- Haskell?
- From: aloha.kakuikanu
- Re: The Q Programming Language can do symbolic manipulation -- Haskell?
- From: Torben Ægidius Mogensen
- Re: The Q Programming Language can do symbolic manipulation -- Haskell?
- Prev by Date: happs is this like usible in production woa?
- Next by Date: CUFP Final Program and Early Registration Deadline Reminder
- Previous by thread: happs is this like usible in production woa?
- Next by thread: Re: The Q Programming Language can do symbolic manipulation -- Haskell?
- Index(es):
Relevant Pages
|
Loading