Measures - A library for conversion and definitions of measurement units

2023-06-04 Thread JeysonFlores
Exactly. May not be suitable for advanced computation or highly-specialized problems, instead it is an approach to simplify the handling of measurement units and give domain-specific utilities. As I said before in another reply, another feature (though it isn't implemented yet) of this library i

Measures - A library for conversion and definitions of measurement units

2023-06-04 Thread giaco
thanks for this, but as Unchained user I find the automatic composition of types with exponents the core solution for this kind of problem. Less features but less complexity, than Unchained, is this the logic driving your lib?

Measures - A library for conversion and definitions of measurement units

2023-06-04 Thread JeysonFlores
So I would say that **_unchained_** focuses when the Measurement units are the main part (or one of the main parts) of the problem you are trying to solve. While **_measures_** is for when the Measurement units are a minor part of your problem and you just want to delegate them to a library in o

Measures - A library for conversion and definitions of measurement units

2023-06-04 Thread JeysonFlores
I made a little research before doing this library and I did find unchained. Measures is a simpler implementation(it doesn't support compile-time composed units with exponents and stuff) but not only implementing units from the SI or the Imperial system but other field-specific units. I know unc

Measures - A library for conversion and definitions of measurement units

2023-06-04 Thread cblake
You may want to have a look at: and other related SciNim projects like Measuremancer & Datamancer.

Measures - A library for conversion and definitions of measurement units

2023-06-04 Thread Yardanico
The library looks cool, thanks for making it! I'm a bit curious about how it compares to \- that library also seems to be doing the same. Or maybe you haven't seen seen that Unchained library?

Measures - A library for conversion and definitions of measurement units

2023-06-04 Thread JeysonFlores
Hello there! My name is [Jeyson Flores](https://github.com/JeysonFlores) and I am a Software Engineer that works mainly with the Python programming language. I have been taking a look at the Nim programming language for more than a year but I never had the time nor the idea to build something wi

How to get operating system information in nim-lang?

2023-06-04 Thread Araq
Well there is also

I have started my own instance of nimforum, but I don't understand where I can administrate it

2023-06-04 Thread Araq
_Shrug_ it is what is and it's open source and people could extend it further.

How to get operating system information in nim-lang?

2023-06-04 Thread treeform
I was trying to make one a long time ago: I would just grab the code that gets the info you want out of the lib.

How to get operating system information in nim-lang?

2023-06-04 Thread Araq
Or like so: when defined(linux): ... elif defined(windows): ... elif defined(macosx): ... elif defined(bsd): ... Run

How to get operating system information in nim-lang?

2023-06-04 Thread SpotlightKid
Try this:

I have started my own instance of nimforum, but I don't understand where I can administrate it

2023-06-04 Thread termer
The more I learn about nimforum the more I chuckle

Clearer copyright license for Nim logos and assets

2023-06-04 Thread ntat
OK, thank you. I have already added this note in my language (polish).

How to get operating system information in nim-lang?

2023-06-04 Thread ploxotnuj1
how to get operating system information in nim-lang?