-
Notifications
You must be signed in to change notification settings - Fork 9
Other Implementations
chocolateboy edited this page Jun 30, 2020
·
8 revisions
- MethodFinder - an implementation of Squeak's MethodFinder posted to Ruby-Talk in 2002 by Steven Grady
- MethodFinder for Ruby - another port of Squeak's MethodFinder posted by Andrew Birkett in 2006
- Stick it in Your ~/.irbrc: MethodFinder - a follow-up to Andrew Birkett's post by _why, with further improvements in the comments
-
method_finder.rb - a distributable
Object#what?
implementation compiled from the earlier versions, with additional enhancements, by Nikolas Coukouma
- irbtools - a collection of tools to make IRB more productive (includes methodfinder)
- method_finder - a clone of the MethodFinder functionality of Smalltalk
- suggest_rb - tells you which method does the thing you want to do
- what_methods - determine what methods can be called on an object that return a given value
- Hoogle - search Haskell libraries by approximate type signature
- dbravender/methodfinder - a methodfinder for Python that understands side-effects
- Method Finder - a development tool to help find Method Statements in the Squeak image