Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
orgsandwiches
/
guile-examples
フォーク元
ZelphirKaltstahl/guile-examples
Watch
1
Star
0
Fork
0
ファイル
ツリー:
3b49722e6f
ブランチ
タグ
dev
master
wip-web-server
guile-examples
/
virtual-machine
/
example-program-for-disassembly.scm
example-program-for-disassembly.scm
72 B
履歴
Raw
1
2
3
4
5
6
7
(define (plus1 a b)
(+ a b))
(define plus2
(λ (a b)
(+ a b)))