Skip to content

Common lisp implementation of Dr. Kothari's extended Wand algorithm for type inference

Notifications You must be signed in to change notification settings

Javyre/wand-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wand-plus

This is an implementation of the extended wand algorithm for Hindley-Milner type inference as described by Dr. Kothari.

Building

First you need to install roswell.

And then qlot:

ros install qlot

To build the project:

# to locally install the dependencies
ros exec qlot install

# to start a swank server with access to the local :wand-plus system
ros exec qlot exec ros -S . -e '(ql:quickload :swank) (swank:create-server)'

# to run <cmd> <args>... with access to the local :wand-plus system
ros exec qlot exec <cmd> <args>...

About

Common lisp implementation of Dr. Kothari's extended Wand algorithm for type inference

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published