guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Arithmetic evaluator for Guile


From: No Itisnt
Subject: Arithmetic evaluator for Guile
Date: Sat, 20 Mar 2010 12:41:36 -0500

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 critique of the code.

http://pastebin.com/dhADj1EM




reply via email to

[Prev in Thread] Current Thread [Next in Thread]