MathGroup Archive 2007

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

Search the Archive

Advice for writing small Scheme interpreter

  • To: mathgroup at smc.vnet.net
  • Subject: [mg74451] Advice for writing small Scheme interpreter
  • From: "wooks" <wookiz at hotmail.com>
  • Date: Thu, 22 Mar 2007 01:05:38 -0500 (EST)

I need to write a very small Scheme interpreter in Mathematica to
complete my project.

How can I stop Mathematica from evaluating statements so that they can
be parsed in their raw form by the interpreter code.

For example I don't want (+ 7 8) converted into 56 before I can parse
it.



  • Prev by Date: Re: fastest way to add up a billion numbers
  • Next by Date: Re: rescale gray levels with ListDensityPlot
  • Previous by thread: Re: Definite Integration in Mathematica
  • Next by thread: Re: Advice for writing small Scheme interpreter