karax VS vscode-nim

Compare karax vs vscode-nim and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
karax vscode-nim
14 5
1,036 179
1.4% -
6.0 4.1
about 1 month ago about 1 month ago
Nim Nim
MIT License GNU General Public License v3.0 or later
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.

karax

Posts with mentions or reviews of karax. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • Karax – SPA in Nim
    1 project | news.ycombinator.com | 1 Sep 2023
  • Nitter (Twitter front end) is working again
    4 projects | news.ycombinator.com | 10 Jul 2023
    The frontend uses Karax, which is my favorite frontend/SPA library. It is an absolute joy to use, even if it's a bit rough around the edges.

    https://github.com/karaxnim/karax

  • I learned 7 programming languages so you don't have to
    8 projects | news.ycombinator.com | 12 Feb 2023
    I have used Nim for personal projects for 6 years now and it continues to surprise me on how well versed it is for many problem domains. I am fond of it's SPA framework, karax https://github.com/karaxnim/karax for which I wrote a translation utility https://github.com/nim-lang-cn/html2karax Latest Nimv2 release candidate has improved in the ergonomics and syntax that affect compilation to js, so I was able to cleanup my webapp's code to be less verbose. On GPU programming there has been a few projects that touch GPU programming, most notably https://github.com/treeform/shady
  • Web apps in pure Python.
    2 projects | /r/Python | 11 Dec 2022
    And it's present not only in Python but in other languages as well. Check for example https://github.com/karaxnim/karax - I don't know why people would want to hide all of their HTML in Python/whatever language. Then limit their ability to script and style it in one way or another.
  • A Cost Model for Nim
    11 projects | news.ycombinator.com | 11 Nov 2022
    > the real killer feature to me is the javascript target

    Agree, this is amazing because you can share code and data structures between front and backend (for example: https://github.com/karaxnim/karax).

    Also, it's really nice having high level stuff like metaprogramming and static typing spanning both targets. Things like reading a spec file and generating statically checked APIs for server/client is straightforward, which opens up a lot of possibilities.

  • Karax – Single page applications for Nim
    1 project | news.ycombinator.com | 23 Jun 2022
  • Will Zig interop with JavaScript/Web at all?
    3 projects | /r/Zig | 3 Jun 2022
    E.g. Nim focuses on enabling what it calls "single page web apps": https://github.com/karaxnim/karax.
  • Html2karax First Release
    1 project | news.ycombinator.com | 29 Jan 2022
    Karax [1] being Nim's SPA framework that also supports server side rendering.

    [1]: https://github.com/karaxnim/karax

  • Karax. Single page applications for Nim
    1 project | news.ycombinator.com | 23 Jan 2022
  • How to use JS to make a front end
    2 projects | /r/nim | 9 Jan 2022
    I recommend you to take a look at Karax. It's a front-end framework for Nim that can compile to regular JavaScript. If you want to know how to use it with a webserver, Joker is a good example. With the Joker config, all of the compiled .js files land in /public/views, where you can take a look at them. But keep in mind that the JS that Nim produces is often rather cumbersome and hundreds of lines long, even if it's just a simple program.

vscode-nim

Posts with mentions or reviews of vscode-nim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-30.
  • NIR: Nim Intermediate Representation
    9 projects | news.ycombinator.com | 30 Sep 2023
    You may fare better hooking VSCode to nimlangserver:

    https://github.com/saem/vscode-nim#nim-lanugage-server-integ...

  • Nimlangserver Announcement
    7 projects | /r/nim | 3 Jul 2022
    nimlangserver is an implementation of Language Server Protocol with the goal to make nim IDE experience more mature. The main difference between nimlangserver and the existing nimlsp is that nimlangserver runs nimsuggest in a separate process and that nimlangserver is using a newly introduced version of nimsuggest v3(see bellow). nimlangserver is currently integrated in VScode via vscode-nim and in Emacs via lsp-mode but adding integraion with other editors should be trivial.
  • what nim needs to grow in popularity
    1 project | /r/nim | 20 Apr 2022
    admittedly the editor support is far away from perfect, but that particular issue just sounds like https://github.com/saem/vscode-nim/issues/80
  • Nim Version 1.6 Released
    37 projects | news.ycombinator.com | 19 Oct 2021
    To all those wondering about IDE support , the actively maintained VSCode extension is :

    https://github.com/saem/vscode-nim

    The default extension suggested by VSCode which have over 43k downloads in un-maintained for Eons and it won't work.

    Here is the link : https://marketplace.visualstudio.com/items?itemName=nimsaem....

    @dom96 can you pin this somewhere on the forum or website ?

  • If you highlight proc definition with bold Nim code is much easier to read
    1 project | /r/nim | 15 Aug 2021
    UPDATE: improved highlighting rules you would get this code highligting more details https://github.com/saem/vscode-nim/issues/49

What are some alternatives?

When comparing karax and vscode-nim you can also consider the following projects:

nim-chronos - Chronos - An efficient library for asynchronous programming

nvim-treesitter - Nvim Treesitter configurations and abstraction layer

jester - A sinatra-like web framework for Nim.

INim - Interactive Nim Shell / REPL / Playground

happyx - Macro-oriented asynchronous web-framework written in Nim with ♥

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).

norm - A Nim ORM for SQLite and Postgres

cubiml-demo - A simple ML-like programming language with subtyping and full type inference.

langserver - The Nim language server implementation (based on nimsuggest)

pixie - Full-featured 2d graphics library for Nim.

nimja - typed and compiled template engine inspired by jinja2, twig and onionhammer/nim-templates for Nim.