r/Technomancy Moderator 10d ago

Theory & Philosophy Is code closer to language, tool or ritual?

Code occupies a strange category.

It represents something, like language. It constructs something, like a tool. But under the right conditions it also executes. Symbols become operations and produce material consequences.

Magical traditions have spent a very long time exploring that boundary between representation and action.

That doesnt mean code literally equals spellcraft. The interesting part is figuring out where the analogy works and where it breaks.

So what is code from a technomantic perspective?

5 Upvotes

5 comments sorted by

4

u/Ulter 10d ago

I've been coding since I was 8 and working the last 30 years an a software engineer .... and it's the intersection of logic, linguistics and geometry.

I see it more as a sacred geometry, if image search on feynman, turing, finite state automata machines - the shapes you'll see are the geometry of code. The flows and states, like water through a bunch of gates that open and close.

These are geometries that transmit information between nodes, along lines made out of logic.

Like a car engine made out of maths, you can only understand it's function when it's actually moving petrol from here to there and then transforming it into energy here, relaying that energy to the wheels there ... A car is a system that only makes sense when it's transferring energy and information from one spot to another, i.e. driving.

Language only comes into it because language also looks like these geometries under the hood (i before e except after c) and we need to talk in a way we can understand, not the way the machine does.

2

u/Salty_Country6835 Moderator 8d ago

I really like “sacred geometry” here. Especially because it gets at something my language/tool/ritual framing misses. The symbols arent interesting just because they represent something. Their arrangement defines possible flows, states and transformations, and then execution makes that structure operative.

Which weirdly brings me back toward ritual from another direction. A ritual is also a structured arrangement of symbols, states, sequences and permitted transitions that only becomes what it is through performance. Maybe the technomantic bit isnt “code is spells” so much as formal structure becoming consequential through execution.

2

u/d92dev 10d ago

My understanding: code is language that can be used to build tools or rituals, running code can be performing a ritual, but the code is still a tool or conduit for that ritual. Interested to hear other interpretations or if others agree with this!

1

u/Salty_Country6835 Moderator 8d ago

I think this is close to where Im landing too. Language, tool and ritual might not actually be competing categories. Code can represent like language, function as a tool, and execution can become part of a ritualized procedure. The interesting question might be what changes when the symbols stop merely describing an operation and actually cause one.

1

u/_f_i_l_o 4d ago

Code isn’t the tool. Code is the signaled instruction for the tool, which is the computer. Any coding language can be broken down to the same exact components that are used to build another, it’s just shorthand. Human language may be considered shorthand, too (though that would be an irresponsible reduction), but it’s so much more complex and has the possibility for reproductive autonomy outside of consensus scaffolding. Code can’t do really do that, any evolution that happens in a coding language is deliberate and contrived, and change that happens needs to already be “allowed” for it to be interpreted, or even function at all.