Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
122 views

I tried to find recent discussion of F-Script but couldn't. Is it dead because of Swift? SHOULD it be dead because of Swift or have the developers simply moved on?
Saijanai's user avatar
  • 131
3 votes
2 answers
930 views

I can attach LLDB to a program written in Swift and access the REPL, either from within Xcode or by running: lldb -n ProcessName (lldb) repl 1> However, if I attach LLDB to a process which doesn'...
Crazor's user avatar
  • 318
0 votes
1 answer
84 views

How do I access the Objective-C class interface defanition that is collected from headers at (pre or actual) compile time so I can provide introspection that is true to the defined public interface. ...
Joe Booth's user avatar
  • 501
4 votes
2 answers
1k views

Can F-Script be used to inspect iOS applications that are running on the simulator or iPhone/iPad hardware? If so, how do I attach the object browser to my custom objects?
lampShade's user avatar
  • 4,401
2 votes
1 answer
231 views

F-Script syntax look like Smalltalk. Is it compatible with any of Smalltalk standard?
Cage's user avatar
  • 86.9k
2 votes
1 answer
155 views

I would like to create a command line application that accepts a script F-Script that is executed, and which has access to some classes exposed by the application. How can I do that? PS: I am ...
avpaderno's user avatar
  • 30.1k
0 votes
1 answer
294 views

on my way to help a fellow I wrote a simple F-Script without even knowing the existing of such language http://forums.marketcircle.com/eve/forums/a/tpc/f/2931083693/m/883106236 but I tried to find ...
balexandre's user avatar
  • 75.6k
1 vote
2 answers
352 views

I am trying to figure out how to get an object I have found via the object-browser of F-Script to the script console. For example, I found an instance of NSString at adress 0x234243242 as the object ...
38leinad's user avatar
  • 249
0 votes
1 answer
150 views

Is there a way to implement the equivalent of the following in F-Script? I can't find any reference to it in the documentation. @implementation SomeClass (SomeCategory) - (void)doSomething { // ....
cobbal's user avatar
  • 70.9k