Skip to content

Contract-guarded computation graphs for defensive programming.

Notifications You must be signed in to change notification settings

neilvyas/caltrops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

caltrops

Contract-guarded computation graphs for defensive programming.

Goals:

  • allow safe usage of unsafe code through contract-based programming.
  • design computation graphs that accumulate errors nicely.
  • capture errors in a format suitable for serialization or pattern matching.
  • demonstrate the (ab-)use of decorators.

I wrote this while 30,000 feet in the air...

About

Contract-guarded computation graphs for defensive programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages