Nim interact with Windows .NET Frameworks

2021-12-21 Thread oyster
a question, maybe on .NET side As I have mentioned, for [ASPOSE product](https://www.aspose.com/), `new` is used to call the `constructor` import sugar, strutils import winim/clr var DLL = load("Aspose.Pdf.dll") var HtmlLoadOptions = DLL.GetType("Aspose.Pdf.Htm

Nim at FOSDEM 2022 - CfP is open!

2021-12-21 Thread dom96
Deadline for talk proposals in 2 days(!)

Nim with curly brace and tab

2021-12-21 Thread federico3
Using a mouse occupies your attention (and your eyes) to follow the pointer and aim. This is similar to hunt-and-peck typing instead of touch-typing or using touchscreens while driving.

Nim with curly brace and tab

2021-12-21 Thread Clonk
Vim-like input mode have steep learning curve that traditional IDE but eventually for regular user, most command are down to muscle memory and you don't even have to remember it's `ci)` but your fingers "knows" it. Those who never took the time to master Vim but mastered other tool will find Vi

Nim with curly brace and tab

2021-12-21 Thread xigoi
And surely `from math import sqrt` means “from math import square root” in French, German, Italian, Japanese… What's your point? Most programmers already have to know English.

Nim with curly brace and tab

2021-12-21 Thread freeflow
ci) means change inside parentheses in French, German , Italian, Japanese

Pythons None in Nim

2021-12-21 Thread juancarlospaco
I think is best to optimize Option implementations than using `-1` or something like that, is not worth the bugs...

Nim with curly brace and tab

2021-12-21 Thread xigoi
Good thing you don't need to learn a dedicated set of commands for every small action. They're composed from more general commands.

Nim with curly brace and tab

2021-12-21 Thread xigoi
18 months? Non-intuitive key sequence? It literally stands for “Change Inside parentheses”.

Nim with curly brace and tab

2021-12-21 Thread dom96
That action isn't common enough to learn a dedicated set of commands for, which is the whole problem with Vim (that and the fact that its custom commands only work in Vim and Vim-compatible places, which the OS is not one of). At the end of the day, what it comes down to is whether editing the t

Nim with curly brace and tab

2021-12-21 Thread freeflow
With a mouse it should be position your cursor anywhere between the parentheses click again to select the symbol, click again to expand the selection to the current parentheses etc, fistart typing with vim ci) after first having spent 18 month learning the convoluted non intuitive key sequence