Skip to content

RMODINRIA/RoelTyper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoelTyper

Description

A single method type inferencer. Described in the Dynamic Language Symposium http://roelwuyts.be/publications/Pluq09b-RoelTyper.pdf

Installation

To install RoelTyper on your Pharo image you can just execute the following script:

    Metacello new
    	githubUser: 'RMODINRIA' project: 'RoelTyper' commitish: 'v1.x.x' path: 'src';
    	baseline: 'RoelTyper';
    	load

To add RoelTyper to your baseline just add this:

    spec
    	baseline: 'RoelTyper'
    	with: [ spec repository: 'github://RMODINRIA/RoelTyper:v1.x.x/src' ]

Note that you can replace the #v1.x.x by a branch as #master or #development or a tag as #v1.0.0, #v1.? or #v1.2.x.

Smalltalk versions compatibility

Version Compatible Pharo versions
1.x.x Pharo 70
Dev Pharo 70

About

RoelTyper is a simple type inferencer for Pharo (developed by Roel Wuyts).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •