by Archit3ch on 1/21/25, 2:45 PM with 16 comments
by jtwaleson on 1/23/25, 7:39 AM
When you think about it, it's a lot like a type system.
I haven't worked with realtime systems, but I have other constraints. E.g. I want the memory usage of a function to stay within x kilobytes, or I want an api call to return within a second, or I want to ensure there is no PII being sent to the logs.
I sincerely hope that in the future we'll have languages that cater to these kind of constraints. Think function coloring on steroids. This way the compiler can help figure out problems and we need way less tests.
by nevi-me on 1/22/25, 5:05 AM
by Rygian on 1/23/25, 9:03 AM
by oytis on 1/23/25, 12:01 PM
by saagarjha on 1/23/25, 8:54 AM