top | item 29122218

Orca – esoteric programming language, designed to create procedural sequencers

249 points| profstasiak | 4 years ago |100r.co

38 comments

order
[+] knowuh|4 years ago|reply
Orca is amazing, and it's creator Devine Lu Linvega is inspiring too.

Listen to this future of coding podcast where he is interviewed about Orca: https://futureofcoding.org/episodes/045 and about making your own tools: https://futureofcoding.org/episodes/044

The Future of Coding podcast is a treasure.

Edit: excerpt from the Devine Lu Linvega's intro:

  -----
Devine Lu Linvega and his partner Rekka live on a sailboat. He makes art, music, software, and other cultural artifacts. When Photoshop’s DRM required that he maintain a connection to the internet, he wrote his own creative suite. When his MacBook died in the middle of the ocean, he switched to Linux with hardware he could service. His electricity comes from solar panels, and every joule counts — so that’s out with Chrome and Electron and in with Scheme, C, assembly, and maybe someday Forth.

  -----
[+] hutzlibu|4 years ago|reply
"His electricity comes from solar panels, and every joule counts — so that’s out with Chrome and Electron and in with Scheme, C, assembly, and maybe someday Forth."

I used to live and program off grid, too. With a setup, I could carry all in my backpack ... so I can say, it mainly depends on the hard- and firmware in use. So my pure linux laptop did not last very long. Even with allmost only texteditor use

But my optimized rugged chromebook does last a long time, and with only modest sunshine -> unlimited worktime - with extensive use of chrome and electron.

[+] kragen|4 years ago|reply
I'd like to point out that Rekka is also a creator of Orca.
[+] 0xdeadbeefbabe|4 years ago|reply
Heh, Forth isn't a write only language if it can be recognized. Happy accidents.
[+] metasyn|4 years ago|reply
I made a livecoding site for playing around with Orca, alongside a tutorial of sorts. It's already patched to a synthesizer so it's ready to go, and has examples/tutorials you can load.

https://metasyn.github.io/learn-orca/

[+] TOMDM|4 years ago|reply
Oh this is absolutely gorgeous, deserving a post of its own if ORCA weren't already on the front page.

I love ORCA, but sharing that passion with other people is difficult due to the effort needed to get started with it. Now I can just direct people to a website.

Thank you so much for making and sharing it.

[+] sabellito|4 years ago|reply
I wish this existed the first time I came across orca. Awesome stuff, thanks for making it.
[+] Shared404|4 years ago|reply
Orca, and all of Devine's work, is some of the most inspiring content on the internet imho.

Check out his personal site[0] as well, it's a work of art.

[0] http://xxiivv.com/

[+] 0_gravitas|4 years ago|reply
Can echo how absolutely impressive (and in some ways trippy) their site(/personal wiki) is. I go back to it once every few weeks or months and just wander around a little bit.
[+] kall|4 years ago|reply
I absolutely adore orca.

Data and instructions are just the same thing (single characters), and can go from being one to being the other. Combine that with the fact that the program "executes" on the same surface that you write it, like the editor is at the same time your 2D canvas and the program modifies itself by 2D animation.

Maybe these ideas exist elsewhere but it just completely blows my mind and I feel like i haven‘t even fully "got" it yet. Would recommend it to anyone interested in programming, even if you‘re not interested in music making. Also, where else are you gonna get to use base36?

[+] anchpop|4 years ago|reply
Orca is amazing. It inspired me to start writing my own version as final project for a final project for my Serious Games class in college. I'd highly recommend anyone checking it out
[+] gradys|4 years ago|reply
That class sounds interesting! Is there a syllabus or other documentation online?
[+] birchb|4 years ago|reply
Orca is great fun. I was inspired to start write a derivative application - A live-coding logic simulator using the same TUI ideas. I've just got past the prototype-hackery stage and am using it to model a real piece of hardware.

https://asciinema.org/a/447367

https://github.com/birchb1024/betula/blob/trunk/README.md

Kudos to Devine Lu Linvega

  .1D2..V2..2D5.....2D3....5D8......8DD.......2D3..........
  ..\*:04......:01B....:03D...:04P.....:08F......:06J.......
[+] slmjkdbtl|4 years ago|reply
It shares a lot of traits with Game of Life. 2D grid, ruleset, emergency.
[+] briansteffens|4 years ago|reply
> where lowercase letters operate on bang, uppercase letters operate each frame.

Anyone know what a 'bang' means in this context? Not sure if it's an Orca-specific thing or more general.

[+] Hemospectrum|4 years ago|reply
It seems like a general-purpose message that nodes can send to neighboring nodes, so they can be activated in response to input events, clock cycles, and so on. In other contexts you might call it a "pulse" or a "tick."
[+] piinbinary|4 years ago|reply
It means the ! character

edit: at least, that's what I normally see it meaning. I'm also confused about what it means here

[+] sprkwd|4 years ago|reply
A bang is normally a name for a !
[+] wly_cdgr|4 years ago|reply
The me that first moved to Bushwick about twelve years ago would have thought they are super cool