|
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.
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:
Examples done by students during the Nemerle course at the CS Institute in the Wroclaw University.
In June 2004 there was a contest to create finite state automata controlling the ants. Our entry is now available here.
These are the few examples ported from the Win32 Computer Language Shootout. We didn't submit them yet, looking for volunteers to port more. When we have enough examples, we will also send them to the recently linked renewed shootout.
This simple program will trace memory leaks in programs written in C. By Jacek Śliwerski.
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).