It occurs to me that if you want to recompile frase using your own database, you'll need a tip or two. I compiled it using Zig v0.14.0. There's a later version, 0.15.2, but it probably will not compile there due to a change in Zig's I/O paradigm. To compile for Linux, locate in the directory with frase.zig and frases.dat, and command: zig build-exe frase.zig [-target x86_64-linux-gnu] The bracketed matter is not needed if you're compiling in Linux. If you use your own database, change one instance of "frases.dat" in the Zig source to the name of your database. -- Carl Distefano cld@xxxxxxxxxx