Thun/implementations
sforman b116c2c98b A start on error reporting.
I outfitted `rest` with some error reporting and tried out exception
handling.  So far so good.

One issue is that the dictionary is not a persistent datastructure, so
if there was an "inscribe" command (it's not yet implemented for this
Scheme implementation) that might be slightly problematical.  (If an
error were to occur in an evaluation that had already entered new
definitions into the dict then those definitions would "survive" into
the rest of the REPL session (or whatever.))

I'll look into persistent dict for Scheme.
2023-10-20 11:42:50 -07:00
..
C min and max 2023-10-09 13:04:16 -07:00
Elm Div, mod handle zero. 2023-09-23 21:20:37 -07:00
GNUProlog Messing around with type inference. 2023-08-12 16:45:59 -07:00
Nim Change definition of uncons. 2023-09-18 11:26:50 -07:00
Ocaml Minor cleanup. 2022-09-28 22:07:28 -07:00
Python Take the right number of things off of the stack. 2023-10-08 13:08:34 -07:00
SWIProlog Compiling Thun to Python. 2023-08-30 18:54:49 -07:00
oldlog Improve compiling of step combinator. 2022-09-28 18:18:20 -07:00
scheme-chicken A start on error reporting. 2023-10-20 11:42:50 -07:00
uvm-ncc Minor edits. 2023-07-24 11:28:45 -07:00
as_dl.py More work on Ref doc, & stuff. 2023-10-08 17:58:22 -07:00
defs.txt add defs for select and small; cleaner joy-func. 2023-10-13 07:42:22 -07:00