skx / yal

Yet another lisp interpreter
GNU General Public License v2.0
16 stars 0 forks source link

Implement file:write #55

Closed skx closed 1 year ago

skx commented 1 year ago

This matches file:read, and allows writing (string) data to a named file in a simple fashion.

This closes #49.