Skip to content

anschelsc/goPromise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goPromise

goPromise is an implementation of Scheme's delay and force primitives for the Go programming language.

Installation

Just run goinstall golang.org/anschelsc/goPromise, and then import promise "golang.org/anschelsc/goPromise" to use it in your code.

Docs

The documentation, as is normal for Go packages, is in the code itself. If you used goinstall, you should be able to use godoc to see the documentation, e.g. with godoc -http=:6060 and pointing your browser at http://localhost:6060.

Contact

I (Anschel Schaffer-Cohen) can be found at anschelsc@gmail.com, but if you have contributions/issues related to gofrac I would prefer for you to post them at github.

About

Promise provides Scheme-style delayed evaluation for the Go language. There is also an experimental "reflection" branch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages