MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Re: Re: declaring integers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg13149] Re: [mg13133] Re: [mg13063] Re: declaring integers
  • From: wself at viking.emcmt.edu (Will Self)
  • Date: Mon, 13 Jul 1998 07:42:01 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Dave Withoff asks:

>In particular, are there any essential features of Scheme (other
>than generating errors for undefined procedures) that you can't find in
>Mathematica?
>
>Dave

Since you ask...

Scheme has call-with-current-continuation.  Mathematica has nothing that
even approaches this incredibly powerful function.

Scheme, like other versions of Lisp, allows the creation of macros.
Using macros, you can turn it into whatever language you want.


Will Self
Montana


  • Prev by Date: Problem with sums differentiation
  • Next by Date: Add on for Electrical Engineering
  • Previous by thread: Re: Re: declaring integers
  • Next by thread: Re: Re: Re: declaring integers