next up previous contents
Next: Implementation Up: Syntax and Data Structure Previous: Implementation

Integers and Big Integers

Have the usual regular gramer syntax: [+ -]digit+ . Normal integers (or short LISP integers) are implemented as long int types of C. This implementation enables arbitrary size integers and their arithmetic. The system is completely aware of all the arithmetic and the internal type change from integers to big integers (which are implemented as a kind of link list) is transparent to the user. All this type of internal type conversions are done automatically.





Gokturk UCOLUK
Fri Nov 1 21:52:13 EET 1996