Gauche

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(项目)
(图集)
 
(未显示1个用户的3个中间版本)
第1行: 第1行:
 
Gauche
 
Gauche
 +
 +
[[文件:Gauche-logo.png|right|Gauche]]
  
 
==简介==
 
==简介==
第7行: 第9行:
  
 
==指南==
 
==指南==
 +
Debian
 +
$ sudo apt install gauche
 +
$ gosh -V
 +
Gauche scheme shell, version 0.9.10 [utf-8,pthreads], x86_64-pc-linux-gnu
 +
(version "0.9.10")
 +
(command "gosh")
 +
(scheme.id gauche)
 +
(languages scheme r5rs r7rs)
 +
(encodings utf-8)
 +
(website "https://practical-scheme.net/gauche")
 +
(build.platform "x86_64-pc-linux-gnu")
 +
(scheme.path "/usr/share/gauche-0.97/site/lib" "/usr/share/gauche-0.97/0.9.10/lib")
 +
(gauche.threads pthreads)
 +
(gauche.net.tls mbedtls)
 +
$ gosh
 +
❯ gosh
 +
gosh> (+ 1 2)
 +
3
 +
gosh> (exit)
  
 
==项目==
 
==项目==
第12行: 第33行:
 
*[https://github.com/shirok/Gauche-lisp15 Gauche-lisp15] LISP1.5 implemened on top of Gauche
 
*[https://github.com/shirok/Gauche-lisp15 Gauche-lisp15] LISP1.5 implemened on top of Gauche
 
*[http://practical-scheme.net/wiliki/wiliki.cgi/Gauche:Packages Gauche Packages]
 
*[http://practical-scheme.net/wiliki/wiliki.cgi/Gauche:Packages Gauche Packages]
 +
 +
==文档==
  
 
==图集==
 
==图集==
 +
<gallery>
 +
image:gauche-devlog.png|Gauche Devlog
 +
</gallery>
  
 
==链接==
 
==链接==
 
*[https://practical-scheme.net/gauche/ Gauche 官网]
 
*[https://practical-scheme.net/gauche/ Gauche 官网]
 
*[https://github.com/shirok/Gauche Gauche @ GitHub]
 
*[https://github.com/shirok/Gauche Gauche @ GitHub]
*[http://blog.practical-scheme.net/gauche Gauche Devlog]
+
*[http://blog.practical-scheme.net/gauche Gauche Devlog] [http://blog.practical-scheme.net/gauche/20100425-about this blog] is a customized WiLiKi Wiki engine running on Gauche.
  
 
[[category:scheme]]
 
[[category:scheme]]
 
[[category:lisp]]
 
[[category:lisp]]
 
[[category:programming language]]
 
[[category:programming language]]

2022年1月17日 (一) 10:09的最后版本

Gauche

Gauche

目录

[编辑] 简介

Gauche - Scheme Scripting Engine

[编辑] 功能

[编辑] 指南

Debian

$ sudo apt install gauche
$ gosh -V
Gauche scheme shell, version 0.9.10 [utf-8,pthreads], x86_64-pc-linux-gnu
(version "0.9.10")
(command "gosh")
(scheme.id gauche)
(languages scheme r5rs r7rs)
(encodings utf-8)
(website "https://practical-scheme.net/gauche")
(build.platform "x86_64-pc-linux-gnu")
(scheme.path "/usr/share/gauche-0.97/site/lib" "/usr/share/gauche-0.97/0.9.10/lib")
(gauche.threads pthreads)
(gauche.net.tls mbedtls) 
$ gosh
❯ gosh
gosh> (+ 1 2)
3
gosh> (exit)

[编辑] 项目

[编辑] 文档

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱