LanguageExt
latest
  • C# Functional Language Extensions
  • ‘Erlang like’ concurrency
LanguageExt
  • Docs »
  • Markdown test
  • Edit on GitHub

Markdown test¶

Contents:

  • C# Functional Language Extensions
    • Introduction
      • Getting started
      • Features
    • Poor tuple support
    • Null reference problem
    • Option
      • Option monad - gasp! Not the M word!
    • if( arg == null ) throw new ArgumentNullException(“arg”)
    • Lack of lambda and expression inference
    • Void isn’t a real type
    • Mutable lists and dictionaries
      • Lists
      • List pattern matching
      • Maps
      • Map transformers
    • The awful out parameter
  • ‘Erlang like’ concurrency
    • Distributed
    • How?
    • Functions if you want them
    • Classes if you want them
    • Publish system
    • ‘Discoverability’
    • Persistence
    • The rest
    • Future

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2016. Revision 76123be2.

Built with Sphinx using a theme provided by Read the Docs.