CPPML adds support to C++ for some of the type constructions and pattern matching that are found in ML-based languages like OCaml. CPPML transforms sourcecode back to regular c++ and should work with most compilers.
Features
- Lambda functions with closures.
- Quick definition of tuple types and tagged union types
- Pattern matching construct with variable bindings
- Support for templates
- Automatic garbage collection using refcounting
- Easy to integrate into any c++ toolchain
- Easy construction of tree-like data structures.
Categories
CompilersFollow CPPML
You Might Also Like
Top-Rated Free CRM Software
HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
Rate This Project
Login To Rate This Project
User Reviews
-
Shamelessly tooting my own horn...