nimtraits VS hebigo

Compare nimtraits vs hebigo and see what are their differences.

nimtraits

Automatic trait implementation for nim types (by haxscramper)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nimtraits hebigo
2 21
14 21
- -
5.9 1.9
over 2 years ago about 1 year ago
Nim Python
- Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

nimtraits

Posts with mentions or reviews of nimtraits. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-12.
  • What would be your “perfect” programming language?
    9 projects | news.ycombinator.com | 12 Sep 2022
  • Nim Community Survey 2021 Results
    4 projects | news.ycombinator.com | 14 Jan 2022
    Thanks for your reply.

    It's interesting to know what the perceived weaknesses are. Nim does have pattern matching but it's rarely used, whereas it seems to be used a lot in Rust (probably because of the prominence of enums). Nim has static lifetime management, but it's mainly used for eliding and thread safety (for now). Traits are an interesting feature, and make a good example of why I'm so bullish on Nim: someone has already replicated them with a macro: https://github.com/haxscramper/nimtraits

    The popularity critical mass thing is mainly getting eyes on the language, but I think Nim has a slight advantage in that it's incredibly cooperative with its compile targets and FFI. Like Python, it's great for good glue code and 'scripting' without the performance penalty, and I hope that helps it meld into people's toolboxes over time.

hebigo

Posts with mentions or reviews of hebigo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-26.

What are some alternatives?

When comparing nimtraits and hebigo you can also consider the following projects:

awesome-nim - A curated list of awesome Nim frameworks, libraries, software and resources.

hy - A dialect of Lisp that's embedded in Python

Kind2 - A next-gen functional language [Moved to: https://github.com/Kindelia/Kind]

hy-lisp-python - examples for my book "A Lisp Programmer Living in Python-Land: The Hy Programming Language"

patty - A pattern matching library for Nim

slime - The Superior Lisp Interaction Mode for Emacs

union - Anonymous unions in Nim

smtfmt - An SMT-LIB formatter.

smart-imports - smart imports for Python

coalton - Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.

awesome-functional-python - A curated list of awesome things related to functional programming in Python.

TailRec.jl - A tail recursion optimization macro for julia.