| I did just that actually to: * build a codegen for Idris2 and a rust RT (a parallel stack "typed" VM) * a full application in Elm, while asking it to borrow from DT to have it "correct-by-construction", use zippers for some data structures… etc. And it worked! * Whilst at it, I built Elm but in Idris2, while improving on the rendering part (this is WIP) * data collators and iterators to handle some ML trainings with pausing features so that I can just Ctrl-C and continue if needed/possible/makes sense. * etc. At the end I had to rewrite completely some parts, but I would say 90% of the boring work was correctly done and I only had to focus on the interesting bits. However it didn’t deliver the kind of thorough prep work a painter would do before painting a house when asked for. It simply did exactly what I asked, meaning, it did the paint and no more. (Using 4o and o1-preview) |