Women in Technology

Hear us Roar



Article:
  Embedding F-Script into Cocoa Applications
Subject:   FS not merely for print, but also read eval alone useful?
Date:   2002-08-07 12:27:58
From:   psheldon
p.9 spoke of FSInterpreterView in live mode in interface builder being useful, but I don't see output with a used to be friendly statement. Error message work, so I know the interpreter is going in both double click and test mode.


What was this used to be friendly statement?


I tried


sys log:'hello world'


to no effect of output in that window. I used this F-Script source statement to test stuff over and over successfully before.


So, I am again confused and a shift must be emerging in my understanding paradyme. But, I fear I shall remain clueless until I embarrass myself by submitting.


And so I do.

Full Threads Oldest First

Showing messages 1 through 1 of 1.

  • FS not merely for print, but also read eval alone useful?
    2002-08-09 09:28:45  pmougin [View]

    The F-Script "log:" method write a message to the standard output (a UNIX notion) of the application into which it is executed. I can’t test it right now, but the standard output of IB is probably displayed in the Console application (which comes standard with Mac OS X, just launch Console and check for the message you are logging.

    Phil