Does anyone know anything about being an octopus?

Has nothing to do with Clojure except I kind of feel like we are all equally an octopus.

Intelligent.

Adaptive.

Alien.

Gentle.

Kind.

Humble.

Many arms working at once.

Does anyone here have any experience helping out marine life and more specifically an octopus?

Let me know either way, thanks, Lance.

2 Likes

No, I don’t use EMACS. I use my own editor and I don’t need that many arms.

That’s funny. I was actually serious about Marine life experience, but that’s a very funny joke :slight_smile:

O ften
C lever
T hough
O ysters
P ass
U niversity
S ooner

:’(

1 Like

Some fitting aspects of the metaphor:

  • flexibility
  • being disconnected. Octopus intelligence is decoupled from mammalian intelligence, Clojure is its own island in some ways
  • working with Clojure feels more like cooperating with an octopus than imposing a hierarchy

Shamelessly linking to some tangential trains of thought - hope you don’t mind! “Clojure gets static-dynamic-interaction right”:

“Lisp is Chaos”:

https://teodorheggelund.com/posts/lisp-and-chaos.html

Would love some comments, and whether you think this is related at all :grin:

1 Like

I think „chaos“ is a good choice of word here. I left the OO mindset mainly because it assumes you can create a formal system around the world. Its demands for strict static typing and „correctness“, its myths and claims about design and refactoring patterns, and many more doctrines and precepts all have that same notion about „defining the world“ to them. No matter that the dream of a „provably correct“ program that can be statically verified before it runs hasn‘t really gone anywhere (in terms of wide spread practical applications), no matter that the overhead of „typing the world“ and unit testing it leads to a Sisyphus-hell of perceived order and security. No thought given to truths known all around the world for thousands of years, that there is a balance of chaos and order in the world, and human strife takes place in that equilibrium. Dynamic languages and LISPs in particular share certain chaotic aspects, and I think most developers would agree that they are rather sharp knives, if we want to imagine the static approaches as blunt hammers. But the universe is far from static, and much of its rules have turned out to be more relative, less absolute, more dynamic and less static, especially recently. A language like Javascript lets you hack away a solution to a problem without much ceremony and upfront specification (but has a myriad of solutions to add that later), which is probably what a large portion of projects today require. Most of my own have turned out to change so dramatically year over year (or even month) that any specification or formal system I might’ve laboriously established would have cost me orders of magnitude more on top in maintenance/rewrites.

I think what many seasoned developers appreciate in a LISP is in part its appreciation and reflection of this pervasive „unknowability“. Clojure goes even further with this (open maps, extensible protocols, motivation behind spec, and many other design choices). I think at some point or other we‘re going to have to accept that static design and formal systems are very nice for any formally specified, well defined context, but quickly become extremely costly and bloated when used in the maelstrom where chaos and order meet.

To me the „LISP curse“ is exactly that - using it you have to face how few assumptions you can actually make about your problem space/the world. It doesn‘t easily let you escape into that illusion of well-boundedness and predictability, there is no go-to approach for solving a particular problem - most answers to any question will be very elaborate and start with „it depends“. It requires a developer to leave that comforting notion, and syntax is of course an easy excuse.

3 Likes

I am actually so happy that this post got any replies at all. I think I had a typo in the subject line. Should have been “Does anyone know anything about being like an octopus?”

It was supposed to be a request for marine biology and more specifically, people who work with clojure and work with octopus research.

The metaphor was secondary.

But actually, I love that there are people in the clojure community that think of themselves as an octopus.

It is a relief to finally be around people who are as weird as I am.

3 Likes

I feel like a fool now for posting it.

Although I really love the postings.

1 Like

Please don’t - this was fun! What a great bunch of people.

1 Like

It’s interesting that many marine creatures have their freshwater counterparts. There are even freshwater dolphins. But there is not a single known freshwater cephalopod.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.