Description:
The Scheme Programming language.
|
|
|
Who uses SRFI 69 or R6RS hash tables with arbitrary hash functions?
|
| |
I'd like to hear from Schemers who make use of hash tables, either the SRFI 69 or the R6RS flavor, that need to go beyond the classic five equivalence predicates, namely `eq?`, `eqv?`, `equal?`, `string=?`, and `string-ci=?`. When do you use them? What equivalence predicates do you use? What hash functions accompany them?... more »
|
|
gtk-based listener
|
| |
A gtk-based listener is available: glistener.c and glistener.h in
[link], or in
the s7 tarball, or in the Snd sources. Documented in glistener.h
and [link].
|
|
GNU Guix 0.2 released
|
| |
We are pleased to announce GNU Guix version 0.2, the second alpha
release, representing 580 commits by 5 people over 4 months.
• About
GNU Guix is a functional package manager and distribution of
the GNU system.
In addition to standard package management features, Guix supports... more »
|
|
Withdrawn SRFI 103: Library Files
|
| |
This announces that
Scheme Request for Implementation 103
"Library Files"
by Derick Eddington.
has gone into ``withdrawn'' status.
The document and an archive of the discussion is available at
[link]
Regards,
The SRFI Editors
|
|
SRFI-110 wrapping up - please comment now!
|
| |
SRFI-110 (sweet-expressions aka t-expressions) is a draft SRFI defining an extension of s-expressions that infers parentheses from indentation.
If you have comments, please join the mailing list and post them now!!
More information here:
[link]
Thanks!
--- David A. Wheeler... more »
|
|
macro help
|
| |
Hi. Can anyone help me understand why num isn't recognized? thanks
(define-syntax macro-test
(syntax-rules ()
((_ body ...)
(let ((num 2))
body ...))))
(macro-test (print 1) (print (* num num)))
=> Error: unbound variable: num
Call history:
<eval> (##sys#eq? l7052 (quote ()))... more »
|
|
Lisp in Summer Projects
|
| |
Have you ever found an open source project that you wish was written in lisp?
Are you someone who has always been meaning to program in lisp, but haven't found the right motivation?
Is there an open source project that you have been meaning to contribute to, but instead you're stuck on the couch playing video games?... more »
|
|
Racket v5.3.4
|
| |
Racket version 5.3.4 is now available from
[link]
* Extflonums (80-bit floating-point numbers) are supported on some
x86/x86_64 platforms -- including Windows, and including platforms
where Racket is compiled to use SSE instructions for flonum
arithmetic. Thanks to Michael Filonenko.... more »
|
|
|