Sha256: 4e13b2180fbc68d3f1d7be258cbc48dd8b9596e7d1bdeb08b561e5559cf6e7ea
Contents?: true
Size: 325 Bytes
Versions: 10
Compression:
Stored size: 325 Bytes
Contents
Output in Wisp follows the same concepts as [[Scheme]], but replacing outer parentheses with indentation. With [[Guile]] and wisp installed, this example can be tested in a REPL started with guile --language=wisp, or directly with the command wisp. import : scheme base scheme write display "Hello world!" newline
Version data entries
10 entries across 7 versions & 1 rubygems