Daniel Oberhoff
Daniel Oberhoff
sure, not talking about rushing things at all. just thought when c++ comes to kernels, boost should be there too, with kernel specific tools. did not know that spir-v support...
shouldn't it be easy to interoperate via the c-api level? i feel such wrappers should be quite trivial, but maybe i am wrong, maybe ownership is complicated?
that reminds me of a sec talk of some guy that ended up doing dns over http over dns. you should then try metal to vulkan to metal :)
Any interest? :)
The index lookup can be done in the compiler instead of using `Variant::has`, that should speed things up a lot. note that the codegen is a bit confused as it...
well, question is to we ever want to handle any c++ exceptions in jakt? i.e. in c++ extern blocks? if not then it is pretty sure ok
> We don't do c++ exceptions here > > We have our own `Error` for that, which is supposed to be cheaper I understand that and am completely on your...
Inside the serenity eco system that won't be an issue, but since a) serenity does have ports and you may wanna interact with non serenity libraries from jakt and b)...
hmm as someone who got badly bitten by forgetting to add the `f` prefix to what I wanted to be a format string in python, would it be ok if...
hmm, it actually is uncertain that it should be possible. instead you should either pass a kind of iterator range (does jakt have that) or a copy into a straight...