Frank V. Castellucci

Results 60 issues of 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`...

discussion

Leverage the new data AST model

change

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?

enhancement

To allow user data types to participate in iterative functions (i.e. `each`, `reduce`, `map`, etc.)

enhancement
discussion

As per: https://www.hexstreamsoft.com/articles/common-lisp-format-reference/clhs-summary/#subsections-summary-table

enhancement

Currently the emitter spits out block-mode only versus the more compact flow-mode

enhancement

``` (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...

enhancement
discussion

As discussed on freenode

enhancement
discussion

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...

discussion

`cat` efficiencies e.g. : `(save (apply cat (reduce (lambda (clst filename) (push clst (pipe-run .....))) lst (list)) target)` header text table of contents

enhancement