Frank V. Castellucci
Frank V. Castellucci
At face value, a `brew' like thing that can manage `lib/...` libraries, information meta data and perhaps updates vis-a-vis a network stream capability. Also thinking that TUI/GUI can leverage `path`...
Opening issue to a documentation spec for internal docs generation as well as any external documentation Inspiring options: - [Sphinx](https://pythonhosted.org/an_example_pypi_project/sphinx.html#full-code-example) - [Doxygen](https://www.doxygen.nl/index.html) - [Javadoc](https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html) Thoughts?
To allow user data types to participate in iterative functions (i.e. `each`, `reduce`, `map`, etc.)
As per: https://www.hexstreamsoft.com/articles/common-lisp-format-reference/clhs-summary/#subsections-summary-table
Currently the emitter spits out block-mode only versus the more compact flow-mode
``` (defq *out* stdout) (defund faux-print (s) (write *out* s)) (defq my-out (string-stream "")) (binding (*out* my-out) (faux-print "this)) ; And (with-bindings (*out* my-out ...) (defun foo (x y) (faux-print...
As discussed on freenode
Suggestions?
It is certainly like pushing boulders up hill as I am not truly grounded. I tend to need some basic framing and then I can soar into making changes with...
`cat` efficiencies e.g. : `(save (apply cat (reduce (lambda (clst filename) (push clst (pipe-run .....))) lst (list)) target)` header text table of contents