欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Gauche
来自开放百科 - 灰狐
(版本间的差异)
小 |
小 (→指南) |
||
第9行: | 第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) | ||
==项目== | ==项目== |
2022年1月17日 (一) 10:08的版本
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.
分享您的观点