Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 397  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: This group is dedicated to general discussion about the Nemerle language and compiler. Don't hesitate to post beginners questions, as well as the more advanced ones.
 

The future of Nemerle and what's going on at JetBrains 
  Is there any news on what's going on at JetBrains with regards to Nemerle. Nemerle is an awesome language, but it's been around for a while, but can't seem to "break out of the pack" of other alternative .NET languages. It would be awesome to have F# REPL like experience for VS, or something like Scala worksheets.... more »
By Mark Haniford  - Apr 21 - 2 new of 2 messages    

The base language of Nemerle 
  I would like to understand the Nemerle base language and compiler architecture. I found this document, are there any others on these subjects? [link] This document states: "the compiler actually parses a more abstract language than is specified by the syntax of Nemerle. For example,... more »
By David Piepgrass  - Apr 18 - 5 new of 5 messages    

How define nested types ? 
  This one doesn't work: def a = typer.Env.Define(<[ decl: module A {} ]>); a.Define(<[ decl: module B {} ]>); a.Compile(); error : the type A.B was not finalized, forgot the TypeBuilder.Compile () on it? This one compiles but creates only top module 'X' without nested A and B !!! def x = [<[ decl: module A {} ]>, <[ decl: module B : A {} ]>];... more »
By NN  - Mar 10 - 2 new of 2 messages    

Nemerle Nuget fix, please vote 
  Hello I asked for a fix that will make nuget behave properly with Nemerle, please vote up [link]
By emperon@gmail.com  - Mar 6 - 2 new of 2 messages    

How to use Nemerle as scripting language? 
  How to use Nemerle as scripting language?
By Chris Anders  - Mar 2 - 3 new of 3 messages    

Nemerle Compiler Assertion? 
  Is this a compiler bug? *C:\Program Files (x86)\Nemerle\Net-4.5\Nemerle. MSBuild.targets(289,5): error : internal compiler error: assertion failed in file ncc\external\LibraryReferenceM anager.n, line 546: wanted to cache cached value Nemerle.Builtins.FunctionVoid` 20['p1, 'p2, 'p3, 'p4, 'p5, 'p6, 'p7,... more »
By Philip Laureano  - Feb 28 - 6 new of 6 messages    

Nemerle Project Templates not visible in VS2012 even after reinstalling Nemerle v1.1.1067 
  <[link]> I tried reinstalling Nemerle twice already, and I can't seem to find the Nemerle project templates when choosing File->New Project... from the menu. Above is the screenshot of the New Project dialog after I reinstalled... more »
By Philip Laureano  - Feb 27 - 3 new of 3 messages    

Difference between a "field" and a "mutable" variable 
  I'm new to Nemerle, OOP, and FP ... I'm knee-deep into: [link] However, I'm not grokking the difference between a "field" which can be declared "mutable", and a "mutable" variable?? For example: mutable bar : int; mutable bar = 1; or are they the very same, with the former being the declaration of the... more »
By Duke  - Feb 19 - 5 new of 5 messages    

changing mutable list in extension method 
  How can I get this to work: mutable t : list[string] = []; t.push("hello"); where push is defined as an extension method: public class ListExt{ public static push['t] (mutable this lst : list['t], el : 't) : void { lst ::= el; } } ? What I'm seeing is that lst changes within the extension method, but the... more »
By Bruce Anderson  - Feb 10 - 2 new of 2 messages    

Could Nemerle support embedded TypeScript? 
  I'm new to Nemerle, trying to skip to the advanced stuff without mastering the basics, never a good thing. Can anyone suggest if it is possible to create a macro in Nemerle which would interpret: var s = "hello"; as mutable s = "hello"; If so, how? In general I'm wondering if Nemerle's macros would be powerful enough to be... more »
By Bruce Anderson  - Feb 9 - 3 new of 3 messages    

1 - 10 of 397   « Newer | Older »

XML       Send email to this group: nemerle-en@googlegroups.com