Jasmijn Wellner

Results 6 issues of Jasmijn Wellner

This might be too gimmicky, but I had the idea that you would "pledge" the Oath by signing the full text plus your name with your personal private key. I...

Currently, a module works by returning a value that will be that module's "module value": ``` local f: 42 { :f @f } ``` This is for the most part...

Language Improvement Ticket

Currently, for-loops are simple beasts. The syntax is like this: ``` for NAME ITERATOR: BODY ``` I want to change it to: ``` for NAME1 NAME2 ... in ITERABLE: BODY...

Language Improvement Ticket

Make sure the returned value is a copy and does not modify the original pdir object.

Currently, bitser implicitly expects data to be deserialized on a computer with the same endianness as the computer that data was serialized on. If that is not the case, bitser...

bug

In order to avoid ffi-reflect as a dependency for bitser proper, this will be an extension using the [extension API](https://github.com/gvx/bitser/blob/master/EXTENSION_API.md). It should support serializing: - cdata values - ctype values...

enhancement
cdata