- ni18n - a super simple and fast Nim macro for internationalization and localization
- news for nimib-land - updates from nimib ecosystem project
since I am a coauthor on the nimib related content I will say a little bit more here, also since nimib might seem a bit weird to the non-nim casual user.
nimib is a DSL (Domain Specific Language) to write html documents that run and contain code. It is somewhat similar to rmarkdown/jupyter but different since: the files are nim files not markdown files (as in markdown); this makes them more flexible (in particular you can add inside a document a interactive js app, since nim compiles to js and there are frameworks like karax that allow to easily write SPAs). Also there is not an interactive frontend to write your nimib documents like in jupyter (since this is harder to do in a compiled language), but one day there might be.
We are actively working on improving this nimib ecosystem.
- ttop - System monitoring tool with TUI
- ni18n - a super simple and fast Nim macro for internationalization and localization
- news for nimib-land - updates from nimib ecosystem project
since I am a coauthor on the nimib related content I will say a little bit more here, also since nimib might seem a bit weird to the non-nim casual user.
nimib is a DSL (Domain Specific Language) to write html documents that run and contain code. It is somewhat similar to rmarkdown/jupyter but different since: the files are nim files not markdown files (as in markdown); this makes them more flexible (in particular you can add inside a document a interactive js app, since nim compiles to js and there are frameworks like karax that allow to easily write SPAs). Also there is not an interactive frontend to write your nimib documents like in jupyter (since this is harder to do in a compiled language), but one day there might be.
We are actively working on improving this nimib ecosystem.