Thun/implementations
Simon Forman 7874496090 Definitions.
There are things to like about this implementation and things to
dislike.

Things to like:

- It works.
- The defs are baked into the wordlist.

Cons:

- The def bodies are built at start time by parsing strings.  it would
  be nice to somehow generate initializer literals if possible.  But
  would that mess up the garbage collector?
- It requires manual labor to update the defs when defs.txt changes.  It
  would be nice to have a solution that *make* can use.
2023-02-04 23:08:39 -08:00
..
C Definitions. 2023-02-04 23:08:39 -08:00
GNUProlog Basic system, incomplete. 2022-09-20 17:56:18 -07:00
Nim Apparently this is redundant. 2022-09-28 21:22:19 -07:00
Ocaml Minor cleanup. 2022-09-28 22:07:28 -07:00
Python Readline support would be nice. 2022-10-17 17:51:12 -07:00
oldlog Improve compiling of step combinator. 2022-09-28 18:18:20 -07:00
bigints.joy This and that. 2022-10-15 20:04:27 -07:00
defs.txt Fixed bug in appN 2022-09-16 20:49:46 -07:00