home /
software
pzp.lua
Download
Download ztact-lua.zip.
View pzp.lua
Overview
The pzp.lua module reimplements popular functions from the PHP
programming language.
Parts of pzp.lua currently require the fs, lfs, posix and socket
modules. pzp.lua will at some point be rewritten to depend solely on
pozix.c.
I wrote pzp.lua because:
- I was already familiar with the PHP API.
- Using the same API across languages is less confusing than
mentally juggling different APIs.
- While I love Lua's minimalist API, access to a fullbodied API is
often more efficient.
- The PHP API already has excellent documentation.