Hacker News new | ask | show | jobs
by makuto 2006 days ago
Thanks! It is a bit different, and does require more typing, but I like how unambiguous it is. It also simplifies code modification by making type parsing and changing easier, because you can recursively unwrap multiple pointers, or pointer-ify things easily.
2 comments

Have you looked at newlisp? It has pretty seamless interop with C pointers.
Looks fantastic. Does it handle typedefs too? So one could write

   (var my-string conststring "Blah")
with the appropriate typedef.
Yes! You can typedef types and function signatures.