lips
lips copied to clipboard
You should be able to use load with BrowserFS
load function by default in browser use fetch it should use same logic as basic I/O to load from BrowserFS if exists and user use absolute path and handle (current-directory) correctly. Also in NodeJS it should fetch the file from url if filename is prefixed with http protocol.
This should also work in NodeJS:
(load "https://cdn.jsdelivr.net/npm/@jcubic/lips@beta/lib/srfi/156.scm")