Interlisp / medley

The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources)
https://Interlisp.org
MIT License
376 stars 19 forks source link

Compiling CLIPBOARD for non-X environments #1764

Open masinter opened 5 months ago

masinter commented 5 months ago

Originally posted by @waywardmonkeys in https://github.com/Interlisp/medley/issues/211#issuecomment-784778618

In the long run, I think that this needs to be a subr so that maiko can provide the correct implementation per platform. Running natively on macOS or Windows would need different code from running within X, as would running via WebAssembly in the browser.

Until this is done, though, shouldn't we at least make sure that the extra utilities to be used for various things we;re using shell to do -- xclip, convert ps to pdf, run different scripts