Hacker News new | ask | show | jobs
Show HN: Noise Lang, JIT stochastic programming language in Rust (noiselang.com)
2 points by manucorporat 35 days ago
Side project to learn Rust and create a programming language where every variable represents a probability distribution. Found it very useful to describe noise in telecommunications, and have some fun with interesting problems.
1 comments

Representing variables as distributions rather than point values is underrated for telecom noise modeling — most engineers just slap a variance on top after the fact and call it done.