Email list hosting service & mailing list manager


Examples of sweet-expressions David A. Wheeler 12 Mar 2013 01:57 UTC

If you're interested in sweet-expressions, there are a lot of examples that might make the proposal clearer.

The SRFI-110 proposal includes a whole section of examples... we hope they help, and if not, please suggest something that would clarify things (or at least point out the area you find confusing).

In addition, there are two programs written using sweet-expressions,
which may be useful examples to show they work "in real life":

1. "sweeten", by David A. Wheeler (me), is
a program that reads traditionally-formatted
s-expressions and writes sweet-expressions.
This program performs a great deal of traditional list processing.
You can download readable version 0.7.0 from
http://sourceforge.net/projects/readable/files/
and look in "src/sweeten.sscm" to see more.
Or for the latest development version, jump to:
http://sourceforge.net/p/readable/code/?branch=ref%2Fdevelop
select "src" then select "sweeten.sscm".

2. "letterfall"
by Alan Manuel K. Gloria is a graphical
real-time touch typing game to improve typing skills, which uses
GNOME libraries.  You can get it from:
https://github.com/AmkG/letterfall

--- David A. Wheeler