|
Scsh is a POSIX API layered on top of the Scheme programming language in a manner to make the most of Scheme's capability for scripting. It is limited to 32-bit platforms but there is a development version against the latest scheme48 that works in 64-bit mode.〔(Github: Scheme/SCSH )〕 ==Features== Scsh includes these notable features: * Library support for list, character, and string manipulations; * Regular expressions manipulation support using ''scheme regular expressions'', a little languages approach to the capabilities; * Strong networking support; * High-level support for awk like scripts, integrated into the language as macros; * Abstractions supporting pseudo terminals; * A shell language, modeled using quasi-quotation. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Scsh」の詳細全文を読む スポンサード リンク
|