~hirrolot/metalang99

Metalang99 v1.11.0, Interface99 v0.6.0

Details
Message ID
<CA+g-_mq92A_Ggp0azBM-r_sq_WDq_kSRNmVMkRq=EFSdZ3SYFw@mail.gmail.com>
DKIM signature
pass
Download raw message
Two significant releases have just been pushed!

Metalang99 ships with a new collection, sequences, and the macros
`ML99_boolMatch` & `ML99_boolMatchWithArgs` to match a boolean value.

The new version of Interface99 features default method implementations
and reduced syntax boilerplate:

    #define State_IFACE                     \
        method( int, get, void *self)       \
        method(void, set, void *self, int x)

    interface(State);

Twitter post: https://twitter.com/hirrolot/status/1444216762741018627?s=20
Reply to thread Export thread (mbox)