system platform - part-cw/lambdanative GitHub Wiki

(system-platform)

Return a string identifying the current platform, either "macosx", "linux", "openbsd", "win32", "android" or "ios".

Example

> (system-platform)
"macosx"