F-Script is an open-source interactive and scripting environment for Cocoa. Based on Smalltalk, F-Script provides a pure object-oriented environment that leverages Mac OS X technologies and frameworks. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.
F-Script is an open-source interactive and scripting environment for Cocoa. Based on Smalltalk, F-Script provides a pure object-oriented environment that leverages Mac OS X technologies and frameworks. It aims to be a useful and fun tool for both beginners and experts, allowing interactively exploring, testing and using Cocoa-based objects and frameworks.
To install FScript, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install FScript
To see what files were installed by FScript, run:
port contents FScript
To later upgrade FScript, run:
sudo port selfupdate && sudo port upgrade FScript
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.