LibrariesTodo - larcenists/larceny GitHub Wiki

  • The time.sch library relies on unix-specific functionality. Need to figure out how to generalize it to Windows as well.
    • This is important because several of the SRFI's (require 'time)

As of v0.96, (current-seconds) is available under Windows as well as POSIX systems. That should help.