OSDN Git Service

Make Python and C interpreters conform.
authorSimon Forman <sforman@hushmail.com>
Mon, 13 Feb 2023 00:17:27 +0000 (16:17 -0800)
committerSimon Forman <sforman@hushmail.com>
Mon, 13 Feb 2023 00:17:27 +0000 (16:17 -0800)
commitaacd9764fe2cf72d0107df229192bca63472abf0
tree70b238e158813869a23a9f2060b12625a7704e1b
parenteb38a7e817c8bf3d5b2485a6226d585121ccd888
Make Python and C interpreters conform.

The Python one still checks number before type with get_n_items().
I can live with that for now.
implementations/C/joy.c
implementations/Python/joy.py