Search found 2 matches

by mikerudin39
Mon Jul 24, 2017 12:22 pm
Forum: Anything else we might add?
Topic: wanted (net-debug ...)
Replies: 3
Views: 4757

wanted (net-debug ...)

newlisp's debugger is good thing except in two cases: 1. debugging code for web-daemon - debugger's output falls to browser :-( 2. debugging for embedded dll - no console at all... would be nice to have (net-debug ip port func) - to connect by tcp to debug console (something telnet-like, but listeni...
by mikerudin39
Mon Jul 24, 2017 10:46 am
Forum: Anything else we might add?
Topic: wanted (invalid-function-event ...)
Replies: 0
Views: 5601

wanted (invalid-function-event ...)

When newlisp meets in code unknown function it writes: ERR: invalid function : (some-func) and stops executing. Would be nice to have something like (invalid-function-event ) to deal with it, (for example to load missed code fragment from sqlite database or from some site, etc..) ...and continue exe...