Package Details: nemerle 1.2.507.0-1

Git Clone URL: https://aur.archlinux.org/nemerle.git (read-only, click to copy)
Package Base: nemerle
Description: A high-level statically-typed programming language for the .NET platform.
Upstream URL: http://www.nemerle.org
Licenses: nemerle
Submitter: Snowman
Maintainer: soimort
Last Packager: soimort
Votes: 8
Popularity: 0.000000
First Submitted: 2007-03-31 21:11 (UTC)
Last Updated: 2016-08-10 11:17 (UTC)

Latest Comments

soimort commented on 2015-04-27 01:28 (UTC)

Agree. I will change this very soon.

Tetsumi commented on 2015-04-26 15:59 (UTC)

Contrary to environment variables, aliases are not global: nemerle.sh is only useful for login shells. Wouldn't it be simpler to put a script file in /usr/bin ? Something like #!/bin/sh mono /opt/nemerle/ncc.exe "$@"

soimort commented on 2014-03-07 13:51 (UTC)

Updated 1.2.188.0-3.

polamjag commented on 2014-03-07 12:47 (UTC)

When downloading 1.2.188.0-2, yaourt says ==> Retrieving sources... -> Downloading NemerleBinaries-net-4.5-v1.2.188.0.zip... curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading NemerleBinaries-net-4.5-v1.2.188.0.zip and URL of source is "http://nemerle.org/Download/Nightly%20master-NET45-VS2012/build-/NemerleBinaries-net-4.5-v1.2.188.0.zip". I found that build number is missing in the URL.

KenjiTakahashi commented on 2011-08-04 18:11 (UTC)

Alright, so here it is. It cannot be compiled from sources, because of this bug https://bugzilla.novell.com/show_bug.cgi?id=689533 in mono, but i've managed to use precompiled binaries instead and they seem to work fine. I've also added an $ncc variable pointing at ncc.exe, so one can type "mono $ncc <source_file>" to compile (or create an alias, of course).

KenjiTakahashi commented on 2011-06-28 15:54 (UTC)

AFAIK it's a problem in reflections implementation either in mono directly or in Nemerle. I just finished my exam session today and i'll try to investigate it further now.

jpike commented on 2011-06-27 23:13 (UTC)

No can't compile 1.0.0-9832 here either: make[1]: Entering directory `/home/james/projects/taur/nemerle/yo/ncc' make[2]: Entering directory `/home/james/projects/taur/nemerle/yo/ncc' MKDIR out.stage1 make[3]: Entering directory `/home/james/projects/taur/nemerle/yo/ncc' COMPILE [stage1] Nemerle.Compiler.dll Stacktrace: at (wrapper managed-to-native) System.MonoCustomAttrs.GetCustomAttributesInternal (System.Reflection.ICustomAttributeProvider,System.Type,bool) <0xffffffff> at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider,System.Type) <0x00057> etc.

KenjiTakahashi commented on 2010-11-08 19:06 (UTC)

Newest version (9212) doesn't want to compile for some reason unknown to me. If someone knows something I don't then let me know. :)