forked from rsdn/nemerle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
30 lines (21 loc) · 831 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
What's that?
~~~~~~~~~~~~
This tarball contains the following:
- source snapshots of Nemerle Compiler (ncc/),
- Nemerle Documentation (doc/),
- standard library for Nemerle (lib/),
- some examples of Nemerle programs (snippets/),
- a few useful tools (e.g. synatx highlighting modes) (misc/),
- binary Nemerle compiler needed to compile itself (boot/).
Nemerle is functional-object-oriented-imperative hybrid programming
language that targets .NET platform. It is now in developement and
has not yet reached a stable release.
To find out more, and to get latest version, please visit:
http://nemerle.org/
Documentation
~~~~~~~~~~~~~
Static copies of our wiki can be found in doc/html/. The online version
can be accessed at http://nemerle.org/
Contact
~~~~~~~
Please check http://nemerle.org/ for contact instructions.