DeVault: Announcing the Hare programming language
DeVault: Announcing the Hare programming language
Posted May 15, 2022 5:37 UTC (Sun) by wtarreau (subscriber, #51152)In reply to: DeVault: Announcing the Hare programming language by renox
Parent article: DeVault: Announcing the Hare programming language
Never heard about V, thanks for the tip! There is some very interesting stuff there. Just tried it, there are some issues (invalid memory accesses and crashes when using wrong argument type to some functions without even a warning at build time, memory leaks like crazy triggering the OOM killer in a few seconds, and being 20 times slower than C on a the Vweb server test), but it looks well balanced, very likely suitable for scripting, and I like the fact that it translates to/from C. It looks quite young and we can hope that some of the problems above (invalid memory accesses an OOM) will get solved soon. It definitely deserves being watched!
