Search found 1 match
- Sun Apr 07, 2019 9:19 am
- Forum: Scheme
- Topic: algebraic operations coercion rules for results
- Replies: 1
- Views: 69710
algebraic operations coercion rules for results
since I feel that the best way to learn a language is to write an interpreter/compiler for it :mrgreen: I am trying to write a simple scheme interpreter where can I find the coercion rules for algebraic/arithmetic operations ? a silly example of why I am asking the question ( + 0 0.01 ) ( + 0 0.001 ...