5 comments

[ 4.3 ms ] story [ 21.0 ms ] thread
Tracking where open resources like timers were invoked is something that is quite literally a game changer

People sleep on how good the Deno test runner is, but I can't for the life of me stress enough how many times the resource leak feature has saved my ass (developer of x/postgres)

I can’t help but be excited for Deno. They are consistently building out great features every release.

I’ve recently begun building a lot of CLIs with Deno and it’s been a lot of fun. I’m keeping my fingers crossed that they’d build support for codesigning apps, as I can’t yet distribute my CLIs for macOS.

Cool! How's the packaging story. Can I build standalone binaries like go yet
yes you can since version .7 or something like that. deno compile. I use this quite a bit for CLIs.