newLISP Inspector: app for exploring a newLISP system [1]

Started by hartrock, September 12, 2015, 10:27:34 AM

Previous topic - Next topic

hartrock

Now there is a newLISP 'Inspector' application for exploring a newLISP system; see

https://github.com/hartrock/Inspector">//https://github.com/hartrock/Inspector

for details (with screenshot) and download.



Features:

[*] gives a view onto all symbols and their evaluations (abbreviated, if a representation is very long);
  • [*] runs with just newLISP and a browser (for the GUI):

    [*] a newLISP process is acting as webservice (direct HTTP, no mod_lisp via Apache);

  • [*] browser access is via

            http://localhost:8080/symbols.html">http://localhost:8080/symbols.html

    (or another port).
  • [/list]
    [/list]
    Could be of interest for developers.



    [1] Pushed a fix to Github: now it should work (tagged v0.1).