Re: Host variable inheritance



I would also be in favor of anything that allows one to block the
'import' or 'inheritance' of variables from the host. The fact that
this isn't possible right now made us abandon internal procedures... it
is just too error prone. I don't care about the syntax, even IMPLICIT
REALLY NONE would be fine ;-)

Joost

.



Relevant Pages

  • Re: If you got to choose the syntax, what would you do?
    ... This is sufficient to let the host examine target memory, ... compiled code, and execute that code. ... But that doesn't tell me what syntax you use in Forth. ... In terms of our current practice, there is no 'syntax' beyond the command byte followed by the data. ...
    (comp.lang.forth)
  • Re: If you got to choose the syntax, what would you do?
    ... from one computer to another and get them to execute what syntax would ... This is the simple 'remote execute' problem. ... This is sufficient to let the host examine target memory, download compiled code, and execute that code. ...
    (comp.lang.forth)
  • Re: debug registers and fork
    ... implicit consequence of the do_fork implementation style, ... would be to have the child process inherit no breakpoints and no debug ... I don't think autoamtic inheritance is good. ... There is enough support in ptrace to catch the fork/vfork/pthread_create ...
    (Linux-Kernel)
  • Re: delete-file & probe-file on directories
    ... I think it would increase portability ... implementations have to make about how to implement pathnames. ... physical namestrings should be parsed according to the host colon rule ... the syntax of the given host. ...
    (comp.lang.lisp)
  • Re: delete-file & probe-file on directories
    ... >> Isn't that what the HOST argument to PARSE-NAMESTRING is for? ... But you need to know what syntax you want to use and since each host ... when implementors will all agree on some perfect API. ... whole extra Lisp-specific layer of filenames designed for dealing with ...
    (comp.lang.lisp)