Nemerle Forum - Google Groups (original) (raw)

0 selected

מנדי יוסוביץ's profile photo

מנדי יוסוביץ, Bracha Asulin2

5/10/24

Installation and developmentIf I remembered correctly I used vocode and it's worked fine with nemerle. בתאריך יום ב׳, 6 במאי

unread,

Installation and developmentIf I remembered correctly I used vocode and it's worked fine with nemerle. בתאריך יום ב׳, 6 במאי

5/10/24

victor gouveia's profile photo

victor gouveia

6/16/23

I created a channel on IRC to make our forum more dynamic. follow the server: irc.libera.chat Channel: NemerleI created a channel on IRC to make our forum more dynamic. follow the server: irc.libera.chat Channel

unread,

I created a channel on IRC to make our forum more dynamic. follow the server: irc.libera.chat Channel: NemerleI created a channel on IRC to make our forum more dynamic. follow the server: irc.libera.chat Channel

6/16/23

אריאל הסר's profile photo

אריאל הסר

7/4/21

HELP PLEASEWHERE I SHOULD PUT THE FOLDER "BINARIES FOR .NET"??

unread,

HELP PLEASEWHERE I SHOULD PUT THE FOLDER "BINARIES FOR .NET"??

7/4/21

Stanislav Trifan's profile photo

Stanislav Trifan

4/10/20

Any support for .NET CORE / Linux planned?Any support for .NET CORE / Linux planned. probably it should include a VSCode plugin as well (for

unread,

Any support for .NET CORE / Linux planned?Any support for .NET CORE / Linux planned. probably it should include a VSCode plugin as well (for

4/10/20

David Ben-Michael's profile photo

David Ben-Michael, catbert2

5/31/19

functions declerationHi David! Writing recursive functions is pretty easy in Nemerle: def factorial(x) { if (x == 0) 1

unread,

functions declerationHi David! Writing recursive functions is pretty easy in Nemerle: def factorial(x) { if (x == 0) 1

5/31/19

David Ben-Michael's profile photo

David Ben-Michael, catbert3

5/30/19

Writing into file -nemerleThank You! בתאריך יום חמישי, 28 במרץ 2019 בשעה 11:22:12 UTC+2, מאת catbert: Hi David! 1) The easiest

unread,

Writing into file -nemerleThank You! בתאריך יום חמישי, 28 במרץ 2019 בשעה 11:22:12 UTC+2, מאת catbert: Hi David! 1) The easiest

5/30/19

Bracha Asulin's profile photo

Bracha Asulin

5/22/19

Dynamic variables in NemerleHi everyone, I would like to know if Nemerle has a definition of dynamic variables especially dynamic

unread,

Dynamic variables in NemerleHi everyone, I would like to know if Nemerle has a definition of dynamic variables especially dynamic

5/22/19

Bracha Asulin's profile photo

Bracha Asulin, Agent[J]3

3/5/19

write to a file in Nemerlethank you very much , it helps a lot :) On Mon, 4 Mar 2019 at 15:33, Agent[J] <jeremyrsellars@

unread,

write to a file in Nemerlethank you very much , it helps a lot :) On Mon, 4 Mar 2019 at 15:33, Agent[J] <jeremyrsellars@

3/5/19

Andrew Vinichenko's profile photo

Andrew Vinichenko

2/4/18

Nemerle with monogame for Android ?Can I develop MonoGame for Android with nemerle? Could you help me find a way to compile it ? Thank

unread,

Nemerle with monogame for Android ?Can I develop MonoGame for Android with nemerle? Could you help me find a way to compile it ? Thank

2/4/18

TM's profile photo

TM, rj2

7/12/17

Why is Nemerle not commonly used?Probably not much development going on for it anymore. At one point, the Jetbrains guys were supposed

unread,

Why is Nemerle not commonly used?Probably not much development going on for it anymore. At one point, the Jetbrains guys were supposed

7/12/17

z0h@r hedRi's profile photo

z0h@r hedRi, Kamil Skalski5

7/12/17

Founders of Nemerle!Tnx בתאריך יום רביעי, 28 ביוני 2017 בשעה 00:10:41 UTC+3, מאת Kamil Skalski: That would be Michał (

unread,

Founders of Nemerle!Tnx בתאריך יום רביעי, 28 ביוני 2017 בשעה 00:10:41 UTC+3, מאת Kamil Skalski: That would be Michał (

7/12/17

Awatif A's profile photo

Awatif A

5/11/17

Fwd: [Fatec Cotia GPI - NOTURNO - 6ºSEM/2017] Fwd: {HaberPOSTA} - Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانعYouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea

unread,

Fwd: [Fatec Cotia GPI - NOTURNO - 6ºSEM/2017] Fwd: {HaberPOSTA} - Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانعYouTube videos of US Congress money laundering hearing of Saudi Billionaire " Maan Al sanea

5/11/17

syjell's profile photo

syjell, NN4

5/2/17

Using operator macros in C#Sorry you cannot do it. Only macro attributes are supported. C# is not designed as extendable

unread,

Using operator macros in C#Sorry you cannot do it. Only macro attributes are supported. C# is not designed as extendable

5/2/17

Janez P's profile photo

Janez P, Suminda Dharmasena2

2/27/17

Re: [nem-forum] Digest for nemerle-en@googlegroups.com - 3 updates in 1 topicDevelopment is going one at: https://github.com/rsdn/nemerle though most effort is in https://github.

unread,

Re: [nem-forum] Digest for nemerle-en@googlegroups.com - 3 updates in 1 topicDevelopment is going one at: https://github.com/rsdn/nemerle though most effort is in https://github.

2/27/17

Chris Anders's profile photo

Chris Anders, … catbert6

12/28/16

extend stringNemerle is still under development, but the forum is more quiet. Everybody is welcome to contribute,

unread,

extend stringNemerle is still under development, but the forum is more quiet. Everybody is welcome to contribute,

12/28/16

Chris Anders's profile photo

Chris Anders, NN2

11/29/16

overload conversion operatorVery simple: class A { public static @:(a: A) : int { 0 } // implicit public static @:>(a: A) :

unread,

overload conversion operatorVery simple: class A { public static @:(a: A) : int { 0 } // implicit public static @:>(a: A) :

11/29/16

Chris Anders's profile photo

Chris Anders, Arseniy Karpov2

11/18/16

extension operators - possible?Hi. yes, you can implement it by opening modules. something like this: https://gist.github.com/stdray

unread,

extension operators - possible?Hi. yes, you can implement it by opening modules. something like this: https://gist.github.com/stdray

11/18/16

basher as's profile photo

basher as4

5/24/16

Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانعUS Congressional Hearing of Saudi billionaire" maan Al Sanea " and Money Laundering with

unread,

Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانعUS Congressional Hearing of Saudi billionaire" maan Al Sanea " and Money Laundering with

5/24/16

cinemage...@gmail.com's profile photo

cinemage...@gmail.com, Arseniy Karpov7

12/5/15

Nemerle IDEJUST WOW! суббота, 5 декабря 2015 г., 20:40:57 UTC+3 пользователь cinemage...@gmail.com написал:

unread,

Nemerle IDEJUST WOW! суббота, 5 декабря 2015 г., 20:40:57 UTC+3 пользователь cinemage...@gmail.com написал:

12/5/15

Raoul Duke's profile photo

Raoul Duke, … NN3

11/9/15

is it alive?Nemerle development has been suspended long time ago. The next Nemerle will be based on Nitra; https:

unread,

is it alive?Nemerle development has been suspended long time ago. The next Nemerle will be based on Nitra; https:

11/9/15

Yehudit R's profile photo

Yehudit R, … Dustin Mays11

7/13/15

Why to use Nemerle?Nope, there's still a bunch of work to be done before my changes will be ready to merge. On Jul

unread,

Why to use Nemerle?Nope, there's still a bunch of work to be done before my changes will be ready to merge. On Jul

7/13/15

avital shukrun's profile photo

avital shukrun, Kamil Skalski4

6/21/15

garbage collectorDepends on the virtual machine and its version that you are using, eg http://blogs.msdn.com/b/dotnet/

unread,

garbage collectorDepends on the virtual machine and its version that you are using, eg http://blogs.msdn.com/b/dotnet/

6/21/15

Vasily Kirichenko's profile photo

Vasily Kirichenko

6/16/15

Visual Studio shows "the meaning of '' does not allow this operation" in unstable manner, but the code compiles OKI'm trying to create a macro for generating new classes from string. The simplest thing I started

unread,

Visual Studio shows "the meaning of '' does not allow this operation" in unstable manner, but the code compiles OKI'm trying to create a macro for generating new classes from string. The simplest thing I started

6/16/15

Yehudit R's profile photo

Yehudit R, Dustin Mays3

6/9/15

Problem with return string in functionYes, it worked, Thank you!! On Tuesday, June 9, 2015 at 5🔞04 PM UTC+3, Dustin Mays wrote: You don

unread,

Problem with return string in functionYes, it worked, Thank you!! On Tuesday, June 9, 2015 at 5🔞04 PM UTC+3, Dustin Mays wrote: You don

6/9/15

rvdalen's profile photo

rvdalen, … Dmitri Kirillov15

6/8/15

Wiki is offlineSorry, guys, but I can't keep myself away from the discussion anymore. Well yes website is not

unread,

Wiki is offlineSorry, guys, but I can't keep myself away from the discussion anymore. Well yes website is not

6/8/15

Анатолий Панков's profile photo

Анатолий Панков, NN2

5/10/15

What about Nemerle 2?There is no Nemerle 2 right now. There is a development of new parser Nitra: https://github.com/

unread,

What about Nemerle 2?There is no Nemerle 2 right now. There is a development of new parser Nitra: https://github.com/

5/10/15

Chris Anders's profile photo

Chris Anders, … Alexandr Zimin8

3/27/15

how can i run nemerle as scripting language in c#?Here is code of compiler that returned compiled source code as .net assembly. https://github.com/Ziaw

unread,

how can i run nemerle as scripting language in c#?Here is code of compiler that returned compiled source code as .net assembly. https://github.com/Ziaw

3/27/15

Yehudit R's profile photo

Yehudit R, NN3

3/10/15

problem in running nemerle projectEverything is ok now, it was because when I created the project I chose class library instead of

unread,

problem in running nemerle projectEverything is ok now, it was because when I created the project I chose class library instead of

3/10/15

MikeRo's profile photo

MikeRo2

2/19/15

Error creating project with v1.2.426.0 (2015-02-17)Upgraded to VS update 4 - still no luck On Thursday, February 19, 2015 at 10:16:23 AM UTC-8, MikeRo

unread,

Error creating project with v1.2.426.0 (2015-02-17)Upgraded to VS update 4 - still no luck On Thursday, February 19, 2015 at 10:16:23 AM UTC-8, MikeRo

2/19/15

JJ Wilk's profile photo

JJ Wilk, … VladD211

2/7/15

No Intellisense?2015-02-04 0:46 GMT+03:00 JJ Wilk jjw...@gmail.com: Yes, that works, but is there a way to

unread,

No Intellisense?2015-02-04 0:46 GMT+03:00 JJ Wilk jjw...@gmail.com: Yes, that works, but is there a way to

2/7/15