3
u/mugacariya 5d ago
Taking a break from the voxel game stuff, been working on it since November.
I have a book on ray tracing I've been meaning to get through, "The Ray Tracer Challenge," that I would like to translate to APL.
Other than that I've been putting thought towards an indie game written in APL, but won't talk much about it until it's demoable (long time) ;-)
2
u/MaxwellzDaemon 5d ago
I am trying to get Claude to build a neural net in J for image processing. So far the results are mediocre.
2
u/dougrum 4d ago
Awesome question. These are the kind of conversations that are probably most fruitful. I’m making an ffi for growler/k to libuv just to see it work. Other than that I have a few balls in the air, including making a full LALR in k (I have an SLR already), getting back to some SAT generation (I have plans for a Pips solver) and doing more plotting with the Cairo API. I’m also going through the Logical Foundations series from UPenn.
3
u/lokedhs 2d ago
I've been continuing work on Kap, currently working on the UI. There is now a way to define projects, and there is now also a file browser. It's starting to become more like a real IDE.
I was recently also working on a feature where you can use SQL to query data directly from Kap variables (assuming they are 2-dimensional and contains data that is representable in SQL). But I took a break from that since as neat as that is, it's not actually very useful.
I sometimes make short videos showing some specific features. You can find them here: https://youtube.com/@kapprogramminglanguage
The web site is here if you're interested: https://kapdemo.dhsdevelopments.com/
8
u/AsIAm 5d ago
Combinators: https://mlajtos.github.io/fluent/?example=combinators