This years Advent of Code I'm going to continue my tradition of using a language I don't know (or barely know.) Last year I used NimLang, this year I'm using gForth. #AdventOfCode2024 #ForthLang
November 29, 2024 at 8:23 PM
This years Advent of Code I'm going to continue my tradition of using a language I don't know (or barely know.) Last year I used NimLang, this year I'm using gForth. #AdventOfCode2024 #ForthLang
👑 North Korean hackers target Mac users with devious new malware
#mac #northkorea #nimlang #cybersecurity
www.techradar.com/pro/security...
#mac #northkorea #nimlang #cybersecurity
www.techradar.com/pro/security...
North Korean hackers target Mac users with devious new malware
Crypto hackers have started using Nim for their malware
www.techradar.com
July 5, 2025 at 9:02 AM
👑 North Korean hackers target Mac users with devious new malware
#mac #northkorea #nimlang #cybersecurity
www.techradar.com/pro/security...
#mac #northkorea #nimlang #cybersecurity
www.techradar.com/pro/security...
Just started using it last week.
I'm using a genetic algorithm approach to do pharmacokinetic curve fitting for a toxicology project, and implementing it in #NimLang gives a great combo of idiot(me)-friendly syntax + performance, once things get computationally intensive.
I'm using a genetic algorithm approach to do pharmacokinetic curve fitting for a toxicology project, and implementing it in #NimLang gives a great combo of idiot(me)-friendly syntax + performance, once things get computationally intensive.
a poster for death on the nile shows a man
ALT: a poster for death on the nile shows a man
media.tenor.com
January 7, 2025 at 8:15 PM
Just started using it last week.
I'm using a genetic algorithm approach to do pharmacokinetic curve fitting for a toxicology project, and implementing it in #NimLang gives a great combo of idiot(me)-friendly syntax + performance, once things get computationally intensive.
I'm using a genetic algorithm approach to do pharmacokinetic curve fitting for a toxicology project, and implementing it in #NimLang gives a great combo of idiot(me)-friendly syntax + performance, once things get computationally intensive.
I discovered Nim years ago while exploring my options for an easy-to-learn systems language. My focus was on writing in a clear, comprehensible style and producing fast, small programs without compromising readability.
Nimlang delivers on its promise of efficiency and simplicity
Nimlang delivers on its promise of efficiency and simplicity
April 25, 2025 at 12:17 PM
I discovered Nim years ago while exploring my options for an easy-to-learn systems language. My focus was on writing in a clear, comprehensible style and producing fast, small programs without compromising readability.
Nimlang delivers on its promise of efficiency and simplicity
Nimlang delivers on its promise of efficiency and simplicity
I'm writing a small tool in #nimlang, called `inbase`, which puts stdin into whatever base you specified (for now, 2-62 or 64). It has a few "special case" alphabets, like base64, base58 using Bitcoin's "base58check" alphabet (which is `[0-9a-z]` except `0OIl`), base26 (`[a-z]` instead of […]
Original post on infosec.town
infosec.town
August 26, 2024 at 2:45 AM
I'm writing a small tool in #nimlang, called `inbase`, which puts stdin into whatever base you specified (for now, 2-62 or 64). It has a few "special case" alphabets, like base64, base58 using Bitcoin's "base58check" alphabet (which is `[0-9a-z]` except `0OIl`), base26 (`[a-z]` instead of […]
With Nim, nimLang or nim_lang will be the same thing if i have well understood :) (but you have to be careful with the first letter case)
February 24, 2025 at 10:34 AM
With Nim, nimLang or nim_lang will be the same thing if i have well understood :) (but you have to be careful with the first letter case)
Fast, Concise, Modern. Nimlang is a modern systems programming language that combines low-level performance with high-level expressiveness. It empowers developers to write elegant code that compiles into efficient binaries.
April 25, 2025 at 12:17 PM
Fast, Concise, Modern. Nimlang is a modern systems programming language that combines low-level performance with high-level expressiveness. It empowers developers to write elegant code that compiles into efficient binaries.
Hacker News discussed Nim 2: its features, C++ interop, macros, and platform suitability. Community comments added crucial context & varied perspectives to the review, highlighting its strengths & challenges. #NimLang 1/6
September 2, 2025 at 10:00 PM
Hacker News discussed Nim 2: its features, C++ interop, macros, and platform suitability. Community comments added crucial context & varied perspectives to the review, highlighting its strengths & challenges. #NimLang 1/6
Coding genetic algorithms for a tox project.
Thought it would be fun to try a compiled language & compare it to a Python implementation (default option).
For 1,000 gen's:
Python = 210 sec
Nim(plain) = 7 sec
Nim(opt'd) = 0.7 sec
#toxicology #coding #nimlang #python #medsky
Thought it would be fun to try a compiled language & compare it to a Python implementation (default option).
For 1,000 gen's:
Python = 210 sec
Nim(plain) = 7 sec
Nim(opt'd) = 0.7 sec
#toxicology #coding #nimlang #python #medsky
a pixel art of sonic the hedgehog with the words gotta go fast
ALT: a pixel art of sonic the hedgehog with the words gotta go fast
media.tenor.com
January 11, 2025 at 5:11 AM
Coding genetic algorithms for a tox project.
Thought it would be fun to try a compiled language & compare it to a Python implementation (default option).
For 1,000 gen's:
Python = 210 sec
Nim(plain) = 7 sec
Nim(opt'd) = 0.7 sec
#toxicology #coding #nimlang #python #medsky
Thought it would be fun to try a compiled language & compare it to a Python implementation (default option).
For 1,000 gen's:
Python = 210 sec
Nim(plain) = 7 sec
Nim(opt'd) = 0.7 sec
#toxicology #coding #nimlang #python #medsky
Hey #Nim nerds!
Should it be #NimLang or #nim_lang or something else entirely? 🤔
#coding #programming #DataScience
Should it be #NimLang or #nim_lang or something else entirely? 🤔
#coding #programming #DataScience
a matrix background with lots of green numbers and symbols
ALT: a matrix background with lots of green numbers and symbols
media.tenor.com
January 14, 2025 at 12:10 PM
Hey #Nim nerds!
Should it be #NimLang or #nim_lang or something else entirely? 🤔
#coding #programming #DataScience
Should it be #NimLang or #nim_lang or something else entirely? 🤔
#coding #programming #DataScience
Overview: Hacker News discusses the programming language Nim, exploring its strengths, weaknesses, and reasons for its relatively slow adoption compared to Rust and Go. Users debate its features, ecosystem, and position in the programming landscape. #NimLang 1/5
August 18, 2025 at 4:05 PM
Overview: Hacker News discusses the programming language Nim, exploring its strengths, weaknesses, and reasons for its relatively slow adoption compared to Rust and Go. Users debate its features, ecosystem, and position in the programming landscape. #NimLang 1/5
This Month with Nim: July and August 2023
Webdev, webdev, webdev, and a backup program!
nim-lang.org
September 1, 2023 at 5:32 PM
In 2023, Uganda recorded 4,806 road accident fatalities, a rise from 4,534 in 2022, averaging 13 deaths daily. Life-threatening injuries also increased to 16,736. Pedestrians, motorcyclists, and passengers accounted for most casualties.
#Nimlang Community-Based Health Assurance Program is the ans.
#Nimlang Community-Based Health Assurance Program is the ans.
November 17, 2024 at 10:03 AM
In 2023, Uganda recorded 4,806 road accident fatalities, a rise from 4,534 in 2022, averaging 13 deaths daily. Life-threatening injuries also increased to 16,736. Pedestrians, motorcyclists, and passengers accounted for most casualties.
#Nimlang Community-Based Health Assurance Program is the ans.
#Nimlang Community-Based Health Assurance Program is the ans.