Re: Arithmetic evaluator for Guile

2010-03-21 Thread Andy Wingo
Hi! On Sat 20 Mar 2010 18:41, No Itisnt writes: > Here's a little expression evaluator for Guile 1.9 using the new > bytecode compiler. It does arithmetic, exponentiation, modulos, and > equality tests. See the tests at the bottom for example expressions. > This is probably the most dense Scheme

Re: Arithmetic evaluator for Guile

2010-03-21 Thread Thien-Thi Nguyen
() No Itisnt () Sat, 20 Mar 2010 12:41:36 -0500 http://pastebin.com/dhADj1EM Could you please send the code to guile-sour...@gnu.org (with proper copyright and license notices)? That would help those who primarily operate via mailing lists, as well as web users (the list archive is web acces

Arithmetic evaluator for Guile

2010-03-20 Thread No Itisnt
Here's a little expression evaluator for Guile 1.9 using the new bytecode compiler. It does arithmetic, exponentiation, modulos, and equality tests. See the tests at the bottom for example expressions. This is probably the most dense Scheme program I've written and I would really appreciate a criti