New revision of SRFI 98 available
higepon 18 Jul 2008 12:42 UTC
New revision of SRFI 98 which is now available from
http://srfi.schemers.org/srfi-98/srfi-98.html
- Removed invalid implementation
- Renamed get-env procedure to get-environment-variable and
get-environment-variables
Please review and enjoy!
Btw, I've released Mosh 0.0.4 - Fast R6RS Scheme Interpreter
And implemented SRFI-98.
(import (rnrs) (system))
(display (get-environment-variable "PATH"))
(display (get-environment-variables))
---
Taro Minowa(Higepon)
http://www.monaos.org/
http://code.google.com/p/mosh-scheme/