https://github.com/rsdn/nemerle
Nemerle language. Main repository.
https://github.com/rsdn/nemerle
Last synced: 15 days ago
JSON representation
Nemerle language. Main repository.
- Host: GitHub
- URL: https://github.com/rsdn/nemerle
- Owner: rsdn
- License: other
- Created: 2011-07-07T09:02:40.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T05:25:03.000Z (about 1 year ago)
- Last Synced: 2026-03-18T12:40:13.458Z (about 1 month ago)
- Language: Nemerle
- Homepage: http://nemerle.org
- Size: 206 MB
- Stars: 638
- Watchers: 57
- Forks: 94
- Open Issues: 228
-
Metadata Files:
- Readme: README
- License: License.rtf
Awesome Lists containing this project
- awesome-csharp - Nemerle - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. (Compilers, Transpilers and Languages)
- awesome-dotnet-cn - Nemerle - Nemerle 是用于.NET平台的高阶静态类型编程语言。提供函数式的、面向对象的和迫切的功能。有着简单的类C#语法和强大的元编程系统。 (编译器、透明机和语言)
- awesome-dotnet - Nemerle - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. (Compilers, Transpilers and Languages)
- awesome-dotnet - Nemerle - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. http://nemerle.org/About (Compilers, Transpilers and Languages)
- awesome-dot-dev - Nemerle - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. (Compilers, Transpilers and Languages)
- awsome-dotnet - Nemerle - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. (Compilers, Transpilers and Languages)
- awesome-dotnet - Nemerle - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented, and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. (Compilers, Transpilers and Languages)
- fucking-awesome-dotnet - Nemerle - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented, and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. (Compilers, Transpilers and Languages)
- system-architecture-awesome - Nemerle - Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. (Compilers, Transpilers and Languages)
README
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/
Build from sources
~~~~~~~
* Generic line
xbuild NemerleAll-Mono.nproj /p:TargetFrameworkVersion=v(3.5 or 4.0 or 4.5 or 4.5.1) /p:Configuration=Release(or Debug) /t:Stage4(1 - 4) /tv:4.0(Needed for framework 4.0 and above)
* Release 3.5
xbuild NemerleAll-Mono.nproj /p:TargetFrameworkVersion=v3.5 /p:Configuration=Release /t:Stage4
* Debug 4.0
xbuild NemerleAll-Mono.nproj /p:TargetFrameworkVersion=v4.0 /p:Configuration=Debug /t:Stage4 /tv:4.0
Contact
~~~~~~~
Please check http://nemerle.org/ for contact instructions.