[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

New revision of SRFI 98 available

This page is part of the web mail archives of SRFI 98 from before July 7th, 2015. The new archives for SRFI 98 contain all messages, not just those from before July 7th, 2015.



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/