Box
Nim
Box | Nim | |
---|---|---|
12 | 352 | |
2,553 | 16,498 | |
- | 0.7% | |
2.9 | 9.9 | |
4 months ago | 6 days ago | |
Python | Nim | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Box
-
DotDict: A simple Python library to make chained attributes possible
This seems similar to the functionality exposed by Box.
https://github.com/cdgriffith/Box/wiki/Types-of-Boxes#defaul...
- Best way to get a dict-like object with dot notations? Class attributes, or other options?
- I've built a PathDict, a library that makes it easy to work with dicts!
- GitHub - cdgriffith/Box: Python dictionaries with advanced dot notation access
- Box – Python dictionaries with advanced dot notation access
- Box – Python dictionary with dot notation
- What would you want to see in Python?
-
I am a proficient Python coder whose learning has plateaued. Any really useful libraries I should look into learning? Taking recommendations.
Here are some that might answer your question: - algorithms is a library which contains many of the most useful algorithms for sorting, searching, working with trees, math algorithms like factorials, prime finders and many more - data classes to save you the trouble of writing everytime special methods in a class like init, repr, set, get - box allows the use of dot on dictionaries to access the keys - more-itertools for more routines to operate on iterables than those itertools provide.
Nim
-
My first experience with Gleam Language
Check out Nim[0] - it's strongly typed, with good type inference, clean elegant syntax, memory management is automatic (optional gc, default is ARC + small footprint cycle collector), compiles to small single binaries (Hello World is less than 100 kb), has powerful metaprogramming and lsp support.
Nim compiles to C/C++ and then to native code, so performance is on the same level as Rust/C/C++. You can also compile Nim to js/wasm and run the same code in the web.
[0] - https://nim-lang.org
-
tohray - microblogging application in nim
Programming Language: Nim
-
Recent Performance Improvements in Function Calls in CPython
Take a look at Nim.
You get C performance, with the readability of Python.
https://nim-lang.org/
-
Nim 2.2 release candidate is available for testing
It’s not exhaustive/definitive yet (should be for the actual release), but this might be helpful:
https://github.com/nim-lang/Nim/blob/devel/changelog.md
- The search for easier safe systems programming
- 3 years of fulltime Rust game development, and why we're leaving Rust behind
-
Top Paying Programming Technologies 2024
22. Nim - $80,000
-
"14 Years of Go" by Rob Pike
I think the right answer to your question would be NimLang[0]. In reality, if you're seeking to use this in any enterprise context, you'd most likely want to select the subset of C++ that makes sense for you or just use C#.
[0]https://nim-lang.org/
- Odin Programming Language
-
Ask HN: Interest in a Rust-Inspired Language Compiling to JavaScript?
I don't think it's a rust-inspired language, but since it has strong typing and compiles to javascript, did you give a look at nim [0] ?
For what it takes, I find the language very expressive without the verbosity in rust that reminds me java. And it is also very flexible.
[0] : https://nim-lang.org/
What are some alternatives?
bidict - The bidirectional mapping library for Python.
zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
dataclasses
go - The Go programming language
DottedDict - Python library that provides a method of accessing lists and dicts with a dotted path notation.
Odin - Odin Programming Language
algorithms - Minimal examples of data structures and algorithms in Python
rust - Empowering everyone to build reliable and efficient software.
awesome-python - An opinionated list of awesome Python frameworks, libraries, software and resources.
crystal - The Crystal Programming Language
nimpy - Nim - Python bridge
v - Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io