crystal-libraries-needed VS nimforum

Compare crystal-libraries-needed vs nimforum and see what are their differences.

crystal-libraries-needed

A list of libraries that are needed or wanted for the Crystal-Language (by crystal-community)

nimforum

Lightweight alternative to Discourse written in Nim (by nim-lang)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
crystal-libraries-needed nimforum
3 31
141 764
0.0% 0.1%
0.0 4.8
over 7 years ago 2 months ago
Nim
- MIT License
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.

crystal-libraries-needed

Posts with mentions or reviews of crystal-libraries-needed. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-26.
  • Any project ideas in crystal
    1 project | /r/crystal_programming | 21 Oct 2022
    There are many ideas listed here: https://github.com/crystal-community/crystal-libraries-needed/issues .
  • Py2cr: A Python3 to Crystal Translator
    4 projects | news.ycombinator.com | 26 Dec 2021
    This project started with this request: https://github.com/crystal-community/crystal-libraries-neede...

    However, it is heavily based on the (abandoned?) py2rb work by Naitoh which I made enhancements to.

    IMO, Rubyists should have an easier time with Crystal syntax since it is more similar. Also, the likelihood of having type annotations in Python is much higher than Ruby because type annotations have been around longer in Python, iirc.

  • Crystal 1.1.0 Is Released
    9 projects | news.ycombinator.com | 21 Jul 2021
    There's one here: https://github.com/crystal-community/crystal-libraries-neede...

    Not sure how active it is, though.

nimforum

Posts with mentions or reviews of nimforum. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-22.
  • Marketing the Odin Programming Language Is Weird
    4 projects | news.ycombinator.com | 22 Oct 2024
    > Only huge projects can afford to have multiple Discords, Telegrams, IRCs, Wikis

    There's one option available to small projects and actually you already named it yourself:

    > relay bots.

    Take for example Nim community. It's not huge by any margin, but we have fairly active forum[0], occasionally active Telegram channel and most of activity is on Discord, IRC and Matrix. I've grouped these three because they're almost seamlessly connected with relay bots into one platform. You can join one of several bridged platforms[1] and talk to everyone on Discord, Gitter, Matrix, etc. with quotes, pings and attachments working as you'd expect them to.

    It is certainly an extra burden to moderate and manage all of this, but now you can atleast have an IRC archive[2] that's indexable and searchable [3].

    On the other hand, having Discord as your *only* place for discussions is plain stupid (read: foolish). Because I know several people, including myself some years ago, that just 'nope out' from using a project when they see that the only place to get support is a Discord channel.

    [0] - https://forum.nim-lang.org/

    [1] - https://nim-lang.org/community.html

    [2] - https://irclogs.nim-lang.org/30-05-2012.html

    [3] - https://duckduckgo.com/?t=ffab&q=site%3Airclogs.nim-lang.org...

  • Fusion – a hobby OS implemented in Nim
    4 projects | news.ycombinator.com | 14 Jul 2024
    To be honest, I haven't found the community size to be an issue. The Nim forum[0] has a vibrant community, and is the place I go to for help, and the response is usually quick and on point. The language is also evolving in a careful manner, with Araq at the helm I think it's going to be even better in the long term.

    As for the ecosystem, yes, it's not as big as Python or Rust, but surprisingly the standard library has most of what people need. I rarely look for 3rd party packages to do something.

    That being said, I acknowledge that Nim is on the lesser known languages of the spectrum, but that doesn't take away from its merits as a very promising language that does what it's supposed to do very well.

    [0] https://forum.nim-lang.org

  • How can I add graphics to my nim program?
    10 projects | /r/nim | 4 Jun 2023
    If the video example does not work, you can use the examples projects in the nim SDL repository. When ex101_init.nim works, there is no reason the video example does not work. If you have further issues, do not hesitate to share a minimal working example with your detailed configuration (Nim compiler version, command line you used, file directory, libraries installed) on the forum.nim-lang.org
  • Best Web Framework Features?
    1 project | /r/nim | 22 May 2023
    It might be worth posting this on the official nim forum (https://forum.nim-lang.org/) to cast a wider net.
  • Some forum software written in Rust
    12 projects | /r/rust | 17 Feb 2023
    Obviously forums aren't as popular as they used to be, so this topic might not be of interest to many. For folks that want to run a forum, they'd most certainly go with Discourse (Ruby), Flarum (PHP), Xenforo (PHP), NodeBB (Javascript), Nimforum (Nim) and maybe Casnode (Go)
  • Can't post in the NIM forum
    1 project | /r/nim | 10 Feb 2023
    https://forum.nim-lang.org/ doesn't let me post.
  • Minimalist self hosted apps
    27 projects | /r/selfhosted | 5 Jan 2023
    NimForum - https://github.com/nim-lang/nimforum
  • Lisp-Stick on a Python
    11 projects | news.ycombinator.com | 14 Nov 2022
    You sound like you are in just the right demographic to love Nim...The Forum [1] is a good place to get support.

    https://forum.nim-lang.org/

  • How the SQLite Virtual Machine Works
    2 projects | news.ycombinator.com | 7 Sep 2022
    "embedded" can mean a few different things so that's a bit confusing for me, but if the intent was "show me places sqlite is used as a database backend for user-facing web software", the Nim forum (https://github.com/nim-lang/nimforum) uses sqlite as its database backend.
  • Good discussion forum for open source project?
    1 project | /r/opensource | 3 Aug 2022
    I love NimForum, like a simplified discourse and super light on resources. Example

What are some alternatives?

When comparing crystal-libraries-needed and nimforum you can also consider the following projects:

tree-sitter-crystal

FluxBB - FluxBB is a fast, light, user-friendly forum application for your website.

crystalline - A Language Server Protocol implementation for Crystal. 🔮

cligen - Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at

scry - Scry is a code analysis server for https://crystal-lang.org

aether - Aether client app with bundled front-end and P2P back-end

crystal-libraries-neede

RFCs - A repository for your Nim proposals.

py2cr - Python3 to Crystal Translation using Python AST Walker

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Nim is
the 44th most popular programming language
based on number of references?