Mac OSX默认使用哪些脚本/编程语言?


9

我想知道OSX上预装了哪些编程或脚本语言?特别是可以从命令行运行的程序。

我打算解析一些CSS,并输出一个html页面。我以前在python中完成过此操作,但我想确保它可以转移到组织中的其他人。

Answers:


13

OS X没有内置任何编译器。但是,它具有多种脚本语言:

  • Python(2.7.2)
  • Perl(5.12.4)
  • 红宝石(1.8.7p358)
  • PHP(5.3.15)
  • 重击(3.2)
  • Zsh(4.3.11)
  • AWK
  • Tcl / Tk(8.5.9和8.4.19)

列出的版本包含在OS X Mountain Lion(v10.8)中,但是至少从v10.3起,每个版本都包含在OS X中。


Vimscript和JS呢?:)
Vitaly Zdanevich
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.