2024-06-22 21:34 | f | Yuval Langer | 4 | +213 | -30 |
2024-07-07 05:35 | Add comments and reading resources in the TODO file. | Yuval Langer | 2 | +13 | -3 |
2024-06-22 09:54 | Remove incorrect documentation. | Yuval Langer | 1 | +1 | -1 |
2024-06-22 09:52 | Add docstring. | Yuval Langer | 1 | +1 | -0 |
2024-06-22 09:50 | Convert a single clause `cond` to a `when`. | Yuval Langer | 1 | +4 | -4 |
2024-06-22 06:43 | Use `string-concatenate` instead of `apply string-append`. | Yuval Langer | 1 | +3 | -3 |
2024-06-22 06:43 | Comment some Tcl initialisation code. | Yuval Langer | 1 | +13 | -2 |
2024-06-17 21:20 | Add TODO about visual modernisation. | Yuval Langer | 1 | +5 | -0 |
2024-06-17 02:18 | Comment out an artisanal procedure that already exists in Guile. | Yuval Langer | 1 | +9 | -8 |
2024-06-17 02:08 | Fix a botched letrec named lambdas to define procedure conversion. | Yuval Langer | 1 | +3 | -4 |
2024-06-16 23:51 | Add TODO file. | Yuval Langer | 1 | +13 | -0 |
2024-06-16 22:41 | Move Tcl Tk initialisation code. | Yuval Langer | 2 | +77 | -75 |
2024-06-16 22:37 | Fix `wish` - use dot notation for `arguments` which is plural, not singular. | Yuval Langer | 1 | +1 | -1 |
2024-06-16 02:59 | Properly `#:use-module` for each used module instead of wrongly `#:use-modules` for all modules together. | Yuval Langer | 1 | +2 | -3 |
2024-06-16 02:18 | Fix typo in a procedure name definition. | Yuval Langer | 1 | +1 | -1 |
2024-06-16 01:22 | Use Guile procedure `string-trim`. | Yuval Langer | 1 | +1 | -5 |
2024-06-16 01:15 | Merge the one armed `if` with the above `cond` case. | Yuval Langer | 1 | +3 | -3 |
2024-06-16 00:56 | `run-program` returns two values instead of cons. Also: | Yuval Langer | 1 | +16 | -19 |
2024-06-16 00:04 | Add a wee newline at the end of the big Tcl initialisation string. | Yuval Langer | 1 | +2 | -1 |
2024-06-15 23:53 | Convert the list of Tcl code lines and their conversion code into a simple long assed list. | Yuval Langer | 1 | +74 | -79 |
2024-06-15 23:14 | Simplify procedure `->string`. | Yuval Langer | 1 | +12 | -8 |
2024-06-15 22:50 | Simplify, at least for me, the `improper-list->string` implementation. | Yuval Langer | 1 | +43 | -20 |
2024-06-15 17:23 | Beautify some lists. | Yuval Langer | 1 | +8 | -4 |
2024-06-15 17:22 | Use match instead of conds. | Yuval Langer | 1 | +28 | -3 |
2024-06-15 13:21 | Adding comment about the identity and origin of the string-split procedure. | Yuval Langer | 1 | +2 | -0 |
2024-06-15 13:02 | Define the names at the end and not in the middle. | Yuval Langer | 1 | +108 | -107 |
2024-06-14 23:35 | Comment out unneeded string-split definition and use the guile one. | Yuval Langer | 1 | +14 | -12 |
2024-06-14 23:20 | Unpack a letrec. | Yuval Langer | 1 | +10 | -11 |
2024-06-14 23:19 | Unpack a letrec. | Yuval Langer | 1 | +8 | -10 |
2024-06-14 23:05 | Use procedure definitions instead of named lambdas. | Yuval Langer | 1 | +312 | -343 |
2024-06-14 22:48 | Add letrec body comments. | Yuval Langer | 1 | +4 | -0 |
2024-06-14 22:47 | Take definitions out of the big weird letrec. | Yuval Langer | 1 | +682 | -691 |
2024-06-14 22:30 | Some stylistic changes. | Yuval Langer | 1 | +104 | -105 |
2022-03-18 19:33 | Updated add-to-load-path in examples | KikyTokamuro | 8 | +32 | -8 |
2022-03-18 19:10 | Added new example 'notebook' | KikyTokamuro | 3 | +34 | -0 |
2022-03-18 17:47 | Added new example 'slider' | KikyTokamuro | 3 | +32 | -0 |
2022-03-12 13:38 | Merge remote-tracking branch 'refs/remotes/origin/main' | KikyTokamuro | 1 | +2 | -0 |
2022-03-12 13:36 | Added new example 'Canvas' | KikyTokamuro | 3 | +39 | -0 |
2022-03-09 09:50 | Updated change log | Daniil Archangelsky | 1 | +2 | -0 |
2022-03-07 19:48 | Fixed indention in examples | KikyTokamuro | 4 | +70 | -70 |
2022-03-07 19:45 | Added examples screenshots to readme | KikyTokamuro | 1 | +9 | -0 |
2022-03-07 19:42 | Added examples screenshots | KikyTokamuro | 5 | +0 | -0 |
2022-03-07 19:22 | Added tk-throw for turn Tk error to Scheme errors; Added application termination in case of error in pipe to scheme process | KikyTokamuro | 1 | +88 | -64 |
2022-03-07 18:26 | Added new example 'Weather' | KikyTokamuro | 1 | +51 | -0 |
2022-03-06 16:27 | Added license file | KikyTokamuro | 1 | +28 | -0 |
2022-03-05 12:37 | Updated readme; Rewrited on Guile module; Changed "_IONBF" to 'none | Daniil Archangelsky | 6 | +107 | -30 |
2021-12-01 18:31 | Added tic tac toe example | KikyTokamuro | 1 | +117 | -0 |
2021-12-01 17:42 | Added readme | KikyTokamuro | 1 | +9 | -0 |
2021-12-01 16:50 | Added examples | KikyTokamuro | 3 | +62 | -0 |
2021-12-01 16:50 | Added PS/TK with modern GNU Guile changes | KikyTokamuro | 1 | +855 | -0 |