欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Gauche
来自开放百科 - 灰狐
(版本间的差异)
(以“Gauche ==简介== Gauche - Scheme Scripting Engine ==功能== ==指南== ==项目== *[https://github.com/shirok/WiLiKi WiLiKi] Wiki written in Gauche ==...”为内容创建页面) |
小 (→图集) |
||
(未显示1个用户的6个中间版本) | |||
第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) | ||
==项目== | ==项目== | ||
− | *[https://github.com/shirok/WiLiKi WiLiKi] Wiki written in Gauche | + | *[https://github.com/shirok/WiLiKi WiLiKi] Wiki written in 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] | ||
+ | |||
+ | ==文档== | ||
==图集== | ==图集== | ||
+ | <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/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 - 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)
[编辑] 项目
- WiLiKi Wiki written in Gauche
- Gauche-lisp15 LISP1.5 implemened on top of Gauche
- Gauche Packages
[编辑] 文档
[编辑] 图集
[编辑] 链接
- Gauche 官网
- Gauche @ GitHub
- Gauche Devlog this blog is a customized WiLiKi Wiki engine running on Gauche.
分享您的观点