欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Gauche
来自开放百科 - 灰狐
(版本间的差异)
小 |
小 (→图集) |
||
(未显示1个用户的1个中间版本) | |||
第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) | ||
==项目== | ==项目== | ||
第18行: | 第37行: | ||
==图集== | ==图集== | ||
+ | <gallery> | ||
+ | image:gauche-devlog.png|Gauche Devlog | ||
+ | </gallery> | ||
==链接== | ==链接== |
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.
分享您的观点