aboutsummaryrefslogtreecommitdiff
path: root/module/calp/repl.scm (follow)
Commit message (Collapse)AuthorAge
* Change gettext '_' to 'G_'.Hugo Hörnquist2022-10-16
| | | | Guile 3 reserves _ for other stuff.
* Rewrote make-routes to use define-syntax.Hugo Hörnquist2022-09-18
| | | | | This is the first step into adding extra functionallity, since I now want have to worry about how namespace pollution works.
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* Merge branch 'translation'Hugo Hörnquist2022-04-07
|\
| * Prepare code for translation.Hugo Hörnquist2022-02-22
| |
* | Normalize errors.Hugo Hörnquist2022-03-28
|/
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Cleanup modules.Hugo Hörnquist2021-12-22
| | | | | | Primarly this moves all vcompenent input and output code to clearly labeled modules, instead of being spread out. At the same time it also removes a handfull of unused procedures.
* Start moving vcal stuff to own class.Hugo Hörnquist2021-03-02
|
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Move repl.scm to calp/.Hugo Hörnquist2020-08-23