Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Gibbon1
on March 3, 2021
|
parent
|
context
|
favorite
| on:
Giving Ada a Chance
I do bare metal programming. I have a macro + linker widget called stack_allocated_ptr(x)
So I can write guards like
if(stack_allocated_ptr(thingie)) { exit_critical_error( "oopies"); }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
So I can write guards like