nemerle Questions

5

Solved

Some languages like Haskell (or Nemerle) have quasiquotations. I wonder what the “quasi” means and if there also exist “quotations” without the “quasi” part.

1

Solved

I've got a new question after answer on this question Pass parameter from page to ActiveX How to add property to property map without class explorer? Need to add the property for object and class...
Amrita asked 14/5, 2010 at 9:59

1

Solved

I have a .NET 3.5 program written in Nemerle. As a project dependency I have a .NET 2.0 library. Can I be sure that when the end-user installs .NET 3.5 my program will work, or will I need to force...
Ocker asked 15/10, 2011 at 4:14

4

I've tried module Program { Main() : void { mutable x : byte = 0B; mutable y : byte = 0B; x++; //y = x + 1; //y = x + 1B; //def one:byte=1;// x = x + one; } } No matter which one I t...
Kendre asked 10/7, 2011 at 20:58

8

Solved

Got new project in my TODO and can't chose F# or Nemerle. I'm currently learning F# and have some projects on Nemerle. I like F# way , I like indent by default (also I want indent by defaul...
Retribution asked 30/12, 2010 at 9:37

2

Solved

I am trying to add Silverlight support to my favorite programming langauge Nemerle. Nemerle , on compilation procedure, loads all types via reflection mainly in 2 steps 1-) Uses Assembly.LoadFro...

10

Solved

For a long time I've been trying different languages to find the feature-set I want and I've not been able to find it. I have languages that fit decently for various projects of mine, but I've come...
Stately asked 11/10, 2008 at 10:30

2

Solved

It looks like both of these languages are dubbed as "what C# should have been", with hygenic macros, REPL, Compiler as a Serivce (CaaS), static + duck typing (way before C# had it). Are there any m...
Emmett asked 1/1, 2011 at 20:10

2

Solved

I want to make something like it (Nemerle syntax) def something = match(STT) | 1 with st= "Summ" | 2 with st= "AVG" => $"$st : $(summbycol(counter,STT))" on F# so is it real with F#?
Sulky asked 28/12, 2010 at 9:8

2

Community Wiki Question: Pursuant to this question: What are the benefits of using Scala in .Net? another question comes to mind. Can anyone lay out the comparative advantages (and disadvantages) ...
Davies asked 27/8, 2010 at 21:15

3

I want to use Nemerle in an ASP.NET application. Specifically, putting .n files into App_Code. I added this to my web.config system.codedom/compilers section: <compiler language="n;Nemerle" ex...
Wurst asked 12/6, 2009 at 18:6
1

© 2022 - 2024 — McMap. All rights reserved.