Hacker News new | ask | show | jobs
by alain_gilbert 348 days ago
I was also quite inspired by borgo. But unlike borgo, yes, at this time nil is part of the language, which allows you to use other libraries without the need to make laborious wrappers. But if I can manage to create a script to automatically make the wrappers, I'd love to remove the nil keyword entirely.
1 comments

There's also the question of how to handle pointer types which get initialized as nil. Specially prevalent in places where you have to deserialize data.