Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 8, 2016 03:33
Show Gist options
  • Save zhouqiang-cl/0357cb0187a0fad45da24e6a53ff3d73 to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/0357cb0187a0fad45da24e6a53ff3d73 to your computer and use it in GitHub Desktop.
common lisp 的函数 SOFTWARE-TYPE, SOFTWARE-VERSION
语法
software-type => description
software-version => description
参数和值
description --- 一个 string 或者 nil
描述
software-type 返回系统类型
software-version 返回系统内核版本
代码
* (software-type)
"Darwin"
* (software-version)
"16.1.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment