Thun/implementations
sforman 68488cc9d2 Elm version using BigNums.
This went pretty smoothly, I just followed the compiler errors after
substituting Integer for Int in the type definition.

The only tricky thing is that the div and mod functions for Integer
return Maybe Integer rather than just Integer, so I need to wrap those
or something?  (For now I just put in add to get it to compile.)

Oh, and "not equal" is not correct? The compiler didn't complain.
2023-09-02 11:30:18 -07:00
..
C Rebuilt C. 2023-08-30 19:57:57 -07:00
Elm Elm version using BigNums. 2023-09-02 11:30:18 -07:00
GNUProlog Messing around with type inference. 2023-08-12 16:45:59 -07:00
Nim pow 2023-08-30 18:52:26 -07:00
Ocaml Minor cleanup. 2022-09-28 22:07:28 -07:00
Python Better exceptions. 2023-08-28 20:46:19 -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 README for Chicken Scheme. 2023-08-20 10:24:29 -07:00
uvm-ncc Minor edits. 2023-07-24 11:28:45 -07:00
defs.txt Simple linear power function. 2023-08-30 18:44:55 -07:00