Description:
The Scheme Programming language.
|
|
|
Parsing a string into s-expressions
|
| |
In a program that I'm writing, I would like the option to read in a file of additional scheme code and execute it at runtime with eval. The program is built using Gambit and compiled up into an exe but I'd like to pass a command line parameter of the filename of more scheme code to execute at runtime.... more »
|
|
Am I getting it right?
|
| |
Hi all! I made a minigame in scheme (guile) to teach myself the language. My question is: am I getting it right about functional languages? I mean, is this the right way to implement this game in scheme or I am totally out? Thanks in advance. Here's the code (let ((time (gettimeofday))) (set! *random-state*... more »
|
|
Question for Wraith Scheme users, if any are present ...
|
| |
This message will only be of interest if you use, or have used, any version of Wraith Scheme (which is a shareware / open-source R5 implementation for the Macintosh). I am the developer of Wraith Scheme. A user has reported a *very* strange bug, which I cannot duplicate on any hardware/software configuration I have access to, and which I have never seen the like... more »
|
|
non-lexicographic string comparison
|
| |
Ciao, the Tcl language has the [lsort] command with `dictionary' sorting for strings; it means that when two strings have an embedded number, the numbers are considered as integers by the comparison function; so "ciao3" sorts before "ciao10". I wonder if someone has already written such comparison... more »
|
|
What's Scheme reference point?
|
| |
What Schemers use as a reference point? Something akin cl's hyperspec (*) preferably regarding R6RS, describing functionality integrated in the language. cheers Slobodan (*) [link]
|
|
Nausicaa/UUID 2009-11-08 tag 0.1b0
|
| |
Nausicaa/UUID ============= Nausicaa/UUID is a distribution of libraries for R6RS Scheme impmentations; it provides a binding to OSSP UUID. The package is built upon Nausicaa/Scheme, making use of its foreign functions interface; so it currently supports only GNU+Linux systems. The installation infrastructure requires... more »
|
|
sxml: archived in the industy or currency?
|
| |
I am new to scheme and xml technologies. can someone advise me on the state of the industry, especially web developement where it concerns sxml (scheme xml)? will really be grateful to anyone who can advice me to follow that path or not? I think with its closure property on trees, sxml would make my web... more »
|
|
|