balqui / prefscript

PReFScript: A Partial Recursive Functions Lab
MIT License
0 stars 0 forks source link

BIG: design language #1

Closed balqui closed 3 months ago

balqui commented 1 year ago

Design a "programming language" to specify scripts of partial recursive functions and adapt "list" to produce them and "load" to read them in.

balqui commented 1 year ago

One version now available. Let's see how well it fares.

balqui commented 3 months ago

While I have many ideas on how to improve it, right now it sort of works and, more importantly, the changes could conceivably be developed one at a time. So I resist the horrible temptation of throwing everything away and redoing the whole thing as a TOML dialect, close this issue, and leave to individual issues each individual improvement.