Skip to content

Other Implementations

chocolateboy edited this page Jun 30, 2020 · 8 revisions

Ruby

Snippets

  • 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

Gems

  • 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

Haskell

  • Hoogle - search Haskell libraries by approximate type signature

Python

Squeak

  • Method Finder - a development tool to help find Method Statements in the Squeak image
Clone this wiki locally