Hi, I'm trying to optimize a multi-layer convolution function for some machine learning project I'…
Ahh yes! Sorry I forgot to put a mention in for that. And in a project.4coder file you can now say…
The 'ul' and 'size' tags are not formatted properly. The list has no numbers and the sizes have no…
We're not sure exactly how it will be distributed yet. That will be officially decided upon by th…
If understood correctly, it's a lib. Will it be distributed as full sources or binaries + headers …
This month :o Even better :D
Indeed there will, Mikkel. I'm beginning work on the Windows version this month.
If anyone is looking for this feature: 4coder version 4.0.16 has a "" command! (Use with default a…
I see DWARF and ELF on the list and of course it's way down the line but, will there be PDB suppor…
This is where all you fine people will come to talk about debuggery things and ask all the questio…
That's right folks, after starting Lysa, formerly known as Gungnir, almost one year ago (initial …
Pack them next to each other in memory - like Casey is doing for render commands. The disadvantage…
If the size of the struct is of concern, what are the available options? One solution that I can t…
It's more like saving files with original casing is a feature that is still missing. So it's not …
Hi Allen, when i create a new file with control+n it will not use my case lettering. All filenames…
Thanks Allen, great to hear!
Hi Allen, thanks for the advice! I new about project.4coder but i did not think to use it this way…
Tagged/Discriminated unions are one of my favourite "complex" data structures. I use them for when…
@Jeroen van Rijn Thanks so much for the support!
@Jeremiah Thank you so much! Yeah, I very recently learned about this use of unions, which is actu…
Yet another cool update :) Thanks, Delix!
Must watch movie right here. Linked because of the book reference. Enjoy :-)
Cool stuff. Using unions in this way is something I want to do more of. Since I write pure C, I do…
I think it would be cool if you try to implement something other than a stack style. If your gonn…
Oh cool - I didn't think of it. I can let you know when I release more libs, should you want to c…
Hey guys, I'd like to share with you the results of my project to build a compiler from scratch. T…
Couldn't catch the stream live, but here are couple comments on today's code. Instead of checking …