library
open
Open stuff like URLs, files, executables. Cross-platform,It uses the command start
on Windows.
define-lazy-prop
Define a lazily evaluated property on an object
Useful when the value of a property is expensive to generate, so you want to delay the computation until the property is needed. For example, improving startup performance by deferring nonessential operations.