SCSH中文,SCSH的意思,SCSH翻译及用法

2026-03-22 08:09 浏览次数 18

SCSH

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 64bit mode..

SCSH 例句

英汉例句

  • If you've ever wanted to experiment with Scheme, SCSH is a great sandbox to experiment with this powerful language.

    如果您曾经想尝试scheme,则SCSH是一个很好的沙盒去尝试这种强大的语言。

  • The example provided in Listing 2 illustrates another SCSH function for reducing a list to a scalar—in this case, summing the list of values in the form (1 + (2 + (3 + (4 + (5))))).

    清单2中提供的示例说明用于将列表缩减为标量的其他SCSH函数 —在这种情况下,用 (1 + (2 + (3 + (4 + (5)))))的格式汇总值的列表。

相关热词