These are public posts tagged with #nimlang. You can interact with them if you have an account anywhere in the fediverse.
Nim recap for week 14/2025
https://discu.eu/weekly/nim/2025/14/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
Nim recap for week 14/2025 with articles, projects…
discu.euWhen parameterization fails: SQL injection in Nim using parameterized queries
https://blog.nns.ee/2025/03/28/nim-postgres-vulnerability
Discussions: https://discu.eu/q/https://blog.nns.ee/2025/03/28/nim-postgres-vulnerability
Ethical Hacking and Cybersecurity Blog
blog.nns.eeI wrote a tool to convert Nim source files from camel to snake case and vice versa
Discussions: https://discu.eu/q/https://streamable.com/c6t0bj
@lemeteore well #nimlang has syntax that is very similar to python, but is low level, compiled, with static types rather than dynamic hint types
For example:
def add(a: int, b: int) -> int:
return a + b
print(add(10, 5)) # Output: 15
print(add(10.5, 4.5)) # Output: 15.0
print(add("10", "5")) # Output: "105"
versus
proc add(a: int, b: int): int =
return a + b
echo add(10, 5) # Output: 15
echo add(10.5, 4.5) # Error: type mismatch
echo add("10", "5") # Error: type mismatch
plus because nim is compiled and it compiles to C and then machine code it can be as fast as C, but with a garbage collector (which you can disable for C speeds).
Using Zed for Nim development
https://blog.ameri.coffee/using-zed-for-nim-development
Discussions: https://discu.eu/q/https://blog.ameri.coffee/using-zed-for-nim-development
I've been finding myself using the Zed editor more…
aryan's blogNim recap for week 12/2025
https://discu.eu/weekly/nim/2025/12/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
Nim recap for week 12/2025 with articles, projects…
discu.euWrote a client in Nim to ping an HTTP endpoint if given conditions are met.
https://github.com/unquietwiki/pingh
Discussions: https://discu.eu/q/https://github.com/unquietwiki/pingh
Periodically return status of host as a HTTP response.…
GitHubNim recap for week 11/2025
https://discu.eu/weekly/nim/2025/11/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
CodeTracer: a new time-traveling debugger implemented in Nim and Rust
https://github.com/metacraft-labs/codetracer?tab=readme-ov-file#introduction
Discussions: https://discu.eu/q/https://github.com/metacraft-labs/codetracer?tab=readme-ov-file%23introduction
CodeTracer is a user-friendly time-traveling debugger…
GitHubNim recap for week 9/2025
https://discu.eu/weekly/nim/2025/9/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
Nim recap for week 9/2025 with articles, projects and…
discu.euWork on version 3 of Nim has begun
https://github.com/nim-lang/nimony
Discussions: https://discu.eu/q/https://github.com/nim-lang/nimony
Nimony is a new Nim implementation that is in heavy…
GitHubNim recap for week 7/2025
https://discu.eu/weekly/nim/2025/7/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
Nim recap for week 7/2025 with articles, projects and…
discu.euNim Version 2.2.2 Released
https://nim-lang.org/blog/2025/02/05/nim-222.html
Discussions: https://discu.eu/q/https://nim-lang.org/blog/2025/02/05/nim-222.html
The Nim Team is happy to announce version 2.2.2, the…
Nim Programming LanguageFound a way to take a picture using webcam with NIM
https://github.com/heshanthenura/Fennec
Discussions: https://discu.eu/q/https://github.com/heshanthenura/Fennec
Contribute to heshanthenura/Fennec development by creating…
GitHubTransfinite NIM (the game, not the programming language)
https://jdh.hamkins.org/transfinite-nim/
Discussions: https://discu.eu/q/https://jdh.hamkins.org/transfinite-nim/
Shall we have a game of transfinite Nim? One of us…
Joel David HamkinsAll languages have life cycles. Hell, some even go dormant and become popular — or unexpectedly critical – again.
What would qualities would a language need to have to eventually threaten Python's dominance? My fear is any innovative ideas will just get absorbed. Yes, I realize much of #Python's muscle is marketing by big industry players.
#programming #perl #python #raku #forth #assembly #cplusplus #cpp #js #fortran #cobol #BASIC #nimlang #golang
Nim recap for week 5/2025
https://discu.eu/weekly/nim/2025/5/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
Nim recap for week 5/2025
https://discu.eu/weekly/nim/2025/5/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium