1SNOLIB(3) CSNOBOL4 Manual SNOLIB(3)
2
3
4
6 snolib - SNOBOL4 library routines
7
9 -INCLUDE 'filename.sno'
10
12 The following snobol4(1) library routines are available for -INCLUDE:
13
14 bq.sno
15 run a program in a subprocess and capture all output, like
16 shell/Perl backquote construct.
17
18 chars.sno
19 defines a variable for each non-printing character in the local
20 character set.
21
22 dynamic.sno
23 functions to compile and link dynamicly LOADable extensions.
24 snobol4ffi(3) provides similar functionality at run time.
25
26 ezio.sno
27 Alternative OPEN function, without the need for unit numbers, see
28 snobol4ezio(3).
29
30 fence.sno, not.sno
31 Emulation of SPITBOL FENCE() and NOT() functions thanks to Peter-
32 Arno Coppen.
33
34 host.sno
35 Function codes for HOST() function, see snobol4host(3).
36
37 json.sno
38 Functions to read/write JSON subset, see snobol4json(3).
39
40 serv.sno
41 Example TCP server program.
42
43 setup.sno
44 Helper for building loadable modules, see snobol4setup(3).
45
46 smtp.sno
47 Example code to send mail via TCP/SMTP.
48
49 snobol4+.sno
50 SNOBOL4+ emulation functions: ENVIRONMENT(), EXECUTE(), TELL(),
51 SEEK().
52
53 spitbol.sno
54 SPITBOL I/O emulation functions (no unit numbers) INPUT(),
55 OUTPUT(), ENDFILE(), REWIND().
56
57 stcl.sno
58 Prototypes and values for EXPERIMENTAL SNOBOL4 Tcl/Tk routines, see
59 snobol4tcl(3).
60
61 tcp.sno
62 TCP connection routines, used by the URL library (below)
63
64 url.sno, file.sno, ftp.sno, http.sno
65 Internet URL file reading support (for file, ftp and http URL's).
66
67 utf.sno
68 Experimental routines for handling UTF encoded (Unicode) data.
69
70 wrapper.sno
71 Routines for creating C code wrappers for dynamicly loading code.
72
74 snobol4(1), snobol4base64(3), snobol4digest(3), snobol4dirs(3),
75 snobol4ezio(3), snobol4ffi(3), snobol4fork(3), snobol4host(3),
76 snobol4json(3), snobol4logic(3), snobol4ndbm(3), snobol4random(3),
77 snobol4readline(3), snobol4setup(3), snobol4sprintf(3),
78 snobol4sqlite3(3), snobol4stat(3), snobol4stcl(3), snobol4time(3),
79 snobol4zlib(3).
80
82 Philip Budne
83 Peter-Arno Coppen
84
86 Each include file should have it's own man page!
87
88
89
90CSNOBOL4B 2.3.1 March 31, 2022 SNOLIB(3)