← Back to context

Comment by vatsachak

5 hours ago

Literally just find and replace

find and replace is step 1 that generates all the compile errors I want it to loop through

I'm wanting to do it on an entire programming language made in rust: https://github.com/uiua-lang/uiua

Because there are no float32 array languages in existence today

  • Why do you want a float32 array language? Anyway the free glm4.6 model that is opencode defaults to should be fine. Why pay for something to do this.

    • I want to use an array language for Real-time 3D. Float32 is faster for real-time calculations and can map memory directly to the GPU since 3D graphics runtimes are limited to float32.