Examples of Nemerle Code

1. Introduction

This page lists some snippets of Nemerle code you may want to look at. If you have any example to be submitted here -- please contact us.

2. Snippets

You can find various examples of Nemerle code in snippets directory in Nemerle source tree. Examples include:

These are also bundled with the source distribution.

There are also several more advanced examples there:

2.1. The Great Language Shootout Examples

These are the few examples ported from the The Great Language Shootout. Looking for volunteers to port more.

2.2. ntrace

This simple program will trace memory leaks in programs written in C. By Jacek Śliwerski.

2.3. Sioux HTTP server

A simplistic HTTP server. The main idea behind it is to serve web applications written in Nemerle. It already served as a subscription server for the XVIII-th FIT (a local conference).