Hacker News new | ask | show | jobs
by brtmr 1548 days ago
Sweet, variadic maps sound really useful, I am always having to take a moment when mixing functions that take keyword arguments vs. option maps. Also, some of those functions added to core show up in my code as convenience functions - Glad I can now just make use of core.
1 comments

I definitely have random-uuid defined in a half-dozen of my own projects that can go away now.