Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199917 - dev-scheme/dream ebuild request
Summary: dev-scheme/dream ebuild request
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.stripedgazelle.org/joey/dr...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 20:38 UTC by Magnus Deininger
Modified: 2022-12-17 12:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Deininger 2007-11-21 20:38:47 UTC
Dream is an R4RS scheme interpreter written in x86 assembly. It's extremely small (30kb) and doesn't even need glibc to work.

The package includes its own scheme-ish x86 assembler, written in R4RS scheme, which dream also uses to compile itself.

That much for scheme always wasting lots of RAM and CPU cycles :-)
Comment 1 Maciej Barć gentoo-dev 2022-12-17 12:30:43 UTC
Upstream gone.
Additionally R4RS is a quite old implementation (generally R6RS or R7RS are used nowadays).