A template to emit ARM asm

2024-03-10 Thread dwhall256
This ugly construction has come very close to what I want: # chained field modify template GPIOAEN*(regVal: RCC_AHB1ENR_Val, fieldVal: uint32): RCC_AHB1ENR_Val = {.emit: ["asm (\"BFI %0, %1, #0, #1\"\n\t: \"=r\" (", regVal, ")\n\t: \"r\" (", fieldVal, "));\n"].} regV

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread dwhall256
I think the best feature of Nim is that it is an easy-to-learn, type-safe replacement for C with great interop. . . but that's because I'm coming from C and wanted an easy-to-learn, type-safe replacement for C with great interop.

Ttop - System monitoring service tool with tui and historical data

2024-03-10 Thread inv2004
Updated to `1.3.0` \- tui is much more responsible after fix in `illwill` library

Nim for Beginners video series discussion thread

2024-03-10 Thread Kiloneie
Thank you :).

Calling compiler flags in file

2024-03-10 Thread hugosenario
There are also push/pop but almost I sure won't work with those flags

[arnetheduck] `nph` opinionated formatter v0.5

2024-03-10 Thread tsojtsoj
I have to say, everytime I'm looking at a project which has two lines between functions, I like it. It is easier for the eye, with no apparent downside. Most languages even have already one line more between functions compared to Nim, because usually they have the empty line and then above also

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread giaco
nim has it's own specific bus that doesn't hurt people /s

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread termer
bad joke

Calling compiler flags in file

2024-03-10 Thread janAkali
Compiler flags only work per project. If you have more than one project in one directory - use name of file as a name of config to set different flags for each of them. Here `first.nim` and `second.nim` \- are two separate projects: first.nim first.nims # config for `first`

Nim for Beginners video series discussion thread

2024-03-10 Thread thegraynode
Thank you for doing this. We need people like you to make Nim more popular.

Calling compiler flags in file

2024-03-10 Thread Cnerd
Thanks ๐Ÿ‘๐Ÿฝ

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread KhazAkar
In simple terms - how many people can be hit by a bus unless project dies

What Is The Right Way To SlimXCel Keto ACV Gummies ?

2024-03-10 Thread Feeanm
SlimXCel Keto ACV Gummies Supplemental nutrients that are useful for everyone are included in the finest for weight reduction. Any age or kind of obesity does not change this. Its all-natural ingredient list is a testament to the recipe's efficacy in boosting metabolic rate and lowering calorie

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread termer
There is no real longterm business plan, but the language is more or less feature complete. There are features being added to the compiler to improve speed and there are also tooling improvements in the works, but the language feature set is probably sufficient for your needs already. There's n

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread ingo
What niche are you looking for? You could use Nim to write a DSL for it. Then again, many niche languages can do "everything" but are hampered outside of their niche. What is a "bus factor"?

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread kragil
Okay, thank you. So Nim is focusing on everything all at the same time. That is good to know and certainly very ambitious, albeit not exactly what I wanted to hear on that point.

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread Araq
> what is the niche where Nim tries to be the best tool for the job and where > the main focus lies (I hate jack of all trades tools, they donโ€™t work well) So use something else, Nim's credo is "you only need one programming language".

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread nimian
Biggest company is Status and they produce excellent libraries that are very much production ready. I agree with you problem with Nim is that it does not really shine at anything specifically. It's a research project with many different takes on how to do things. Also out of the box experience

Is there a plan to make Nim a language for normal businesses?

2024-03-10 Thread kragil
Hello, I am evaluating different language options and Nim has a lot going for it, but I worry about its long term viability. Challenges(afaics): * no foundation or e. V. or company or something behind it * very low bus factor * what is the niche where Nim tries to be the best tool for the