We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

I Can’t Believe It’s Not Roslyn: Using Nemerle Macros to extend the C# Language

Formal Metadata

Title
I Can’t Believe It’s Not Roslyn: Using Nemerle Macros to extend the C# Language
Title of Series
Number of Parts
110
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Nemerle is a powerful .NET language that allows its users to extend its syntax and add new language features to suit their target domains. It also holds a powerful secret: it also has extensions that allow it to compile native C# source files as if they were originally written in Nemerle. Over the course of an hour, we will explore using Nemerle's rich macro syntax to add language features to the C# language by using the power of the Nemerle compiler, and unlike Roslyn, Nemerle's metaprogramming features are available for use today in production environments. This is one mind-bending session that you won't want to miss!