Skip to content

Collection of language extensions for C# inspired by other languages

Notifications You must be signed in to change notification settings

Perustaja/Polyglot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perustaja.Polyglot Build Status

Classes and Types that extend C#, designed to work similarly to constructs in other languages. All features should be as close to the source implementation as possible as far as functionality goes, to minimize documentation reading and maximize familiarity and productivity. See the Wiki for documentation.

Current implementations:
Option<T> - Based upon Rust. Documentation
Result<T, E> - based upon Rust. Documentation

References:
Option<T> Is based upon code written by JohnAzariah's Maybe monad here.

About

Collection of language extensions for C# inspired by other languages

Resources

Stars

Watchers

Forks

Languages