Extremely satisfied to add metatables and meta methods in my custom lua runtime. I’ve learned so much writing this from scratch. The project is coming to completion! #lua#pl#compilers
On the left, the lua script and its output. On the right, my std print implementation.
@AlexWurts@evisdrenova I’m strongly opinionated that go already has type inference so extending the language feature set to include advanced pattern matching would be safe.
@domenkozar I’ve noticed that if a crime happens on a large enough scale, then it’s just good business. The system only punishes individuals and smaller scale efforts.
@GameStalgiaX On the left: sharing a pizza and gaming with a friend. On the right: one pizza for yourself and gaming with a friend but he’s an alcoholic now.
@TheMG3D I’m starting to think that there is a certain age most people check out mentally all together and just accepts without question or concern what goes on in the world around them. Boomers and gen X seem to be beyond that threshold.
@AlexWurts@evisdrenova I really want to like rust but Go is refreshingly straightforward. I just wish Go had rusts pattern matcher and conditionals as math expressions.
@Waffl3x@nathan_baggs_ that’s the trade off. if the primary collection of methods are frozen under the API versioning, then those should not be expected to change. Internals however could change. YMMV.