Examplary

1 · · March 16, 2021, 11 a.m.
Examplary is an example-oriented DSL that can be used to construct and compose functions based on prompts and external String->String commands. Emacs Lisp: http://github.com/semiosis/pen.el/blob/master/src/pen-examplary.el Clojure: http://github.com/semiosis/examplary Using examplary, one can keep track of their various String->String functions but also: generate prompts from an example generator design prompts using design patterns 1 2 3 4 5 6 7 8 9 10 11 fifth-generation programming lang...