Which VSCode plugin do you recommend?

2023-12-04 Thread PMunch
I can see how its confusing, and that's certainly unfortunate. NimLSP really only makes sense if you know what LSP is. It's a protocol to unify how editors talk to language tools. Basically one standardised way to write language plugins across languages and editors. The idea (which VSCode has fu

Which VSCode plugin do you recommend?

2023-12-04 Thread mskuma
as a newcomer, I find all this rather confusing .. hopefully soon there can be just one well-known, well named solution (emphasis on 'well named', as I personally find additions like nimlangserver / nimlsp poor name choices, but that might just be me, so please forgive my ignorance - nimsuggest

Nimsuggest connection over sockets refused

2023-12-04 Thread LilKeet
Ufw is disabled on the ubuntu machine and Windows Defender firewall is disabled on the windows machine. Is the above code working on anyone else's machine?

Advent of Nim 2023

2023-12-04 Thread freeflow
I'd appreciate some insights. My Day 4 nim solution runs in around 480 seconds. my twinBasic (VBA) version runs in 265. I know its a brute force algorithm I'm using but I'd appreciate some explanation about what I'm doing that causes the nim version to run so slowly. The link I posted above is n

Which VSCode plugin do you recommend?

2023-12-04 Thread 3-2-1
So is the fork (nim-lang/vscode-nim) the recommended one or the forked (saem/vscode-nim)? The former hasn't been published to the extension marketplace. The latter hasn't seen a release in a year and a half.

Which VSCode plugin do you recommend?

2023-12-04 Thread 3-2-1
It does. It doesn't work with nimlsp.

Which VSCode plugin do you recommend?

2023-12-04 Thread giaco
I've made some mistakes in my post switching nimlangserver and nimsuggest, sorry saem extension works directly with nimsuggest OR LSP == nimlangserver, no nimlsp

Why is "end" a reserved keyword?

2023-12-04 Thread Niminem
That would be pretty funny to have the ability to use curly braces or indentation for writing Nim. One less argument available to not choose the language lol

https://www.facebook.com/SmartHempGummiesAu/

2023-12-04 Thread thomapavil
Smart Hemp Gummies Australia:- is a very effective health-boosting formula that works on your mental and physical health at the same time and makes you fit easily. This formula helps in reducing chronic pain and other pain in your body and gives you strong and healthy bones easily. Facebook @ <

Errors within async are not being raised

2023-12-04 Thread Nlits
Might be related to

Enu 0.2

2023-12-04 Thread dsrw
This is GREAT! Thank you! I'm really curious to hear where the pain points are, and what you need to keep going. I'm really proud of this release, but the fact of the matter is that there are a LOT of missing features required for real game development, and I'd like to prioritize development bas

Enu 0.2

2023-12-04 Thread dsrw
I guess I didn't really answer the question. Using Nim and Godot together has mostly been great. I wish it had better support for hot code reloading, but the fact that many errors get caught at compile time means I have to iterate less to get something working. GDScript code samples translate to

Enu 0.2

2023-12-04 Thread moigagoo
I've started playing around with Enu 0.2 and writing about it:

What actually is Smart Hemp Gummies Australia

2023-12-04 Thread theoprices
Smart Hemp Gummies Australia:- It is the best method for averting troubles introduced on with the aid of pressure and worry. There are not any artificial substances used inside the introduction of this product. All better authorities have given it their sanction and approval, and all of them ag

Why is "end" a reserved keyword?

2023-12-04 Thread angus
I don't think the little, limited language that stdtmpl can parse can be considered "Nim". While that language uses `end`, Nim still doesn't.

Operators.

2023-12-04 Thread AntonioFS
Hello. Well explained. I understand now. Thank you. Best regards. Antonio F.S.

Why is "end" a reserved keyword?

2023-12-04 Thread 4n0n4me
I have heard that [code filters](https://nim-lang.org/docs/filters.html) also uses `end`.

Why is "end" a reserved keyword?

2023-12-04 Thread Yardanico
Right, I forgot about them, my bad, so `end` isn't unused.

How to make a generic type parameter be late bound for evaluating proc parameter types?

2023-12-04 Thread Clonk
No need for complex solution here. Compile time dispatch is easy with Nim's type system : proc testImpl(t: string) = echo "string" proc testImpl(t: int) = echo "int" proc testImpl[T](t: T) = echo "not string|not int" proc test[T: not int a

Object variant - returning different types

2023-12-04 Thread mantielero
Thank you both. Yeah, creating custom operators is what I was doing. I will check if inheritance could help in my case.

Why is "end" a reserved keyword?

2023-12-04 Thread Araq
But what if we bring skin support back? :-)

Advent of Nim 2023

2023-12-04 Thread Zoom
Surprisingly for myself, looks like I'm in for the ride, at least for the easier part of it. Last year I had a vacation just before Christmas, so I had to skip the last dozen. Tthis year I'll probably have the time to at least look at them, if not solve. Doing it for some years starts feeling

Why is "end" a reserved keyword?

2023-12-04 Thread angus
In that case, if that skin project is abandoned, I suggest "end" to be removed from the keyword list, since it's a very convenient identifier.