File: basic

package info (click to toggle)
guile-3.0 3.0.11-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 35,268 kB
  • sloc: ansic: 186,093; lisp: 101,869; sh: 4,663; makefile: 1,857; awk: 239; javascript: 9
file content (12 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -uex

guile --version
guild help
guile-config compile
guile-snarf --help
guile-tools help
test "$(guile -c '(display (* 2 21))')" = 42

man guile | grep -E 'Guile +works +well'