TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Orca – esoteric programming language, designed to create procedural sequencers

249 点作者 profstasiak超过 3 年前

14 条评论

knowuh超过 3 年前
Orca is amazing, and it&#x27;s creator Devine Lu Linvega is inspiring too.<p>Listen to this future of coding podcast where he is interviewed about <i>Orca</i>: <a href="https:&#x2F;&#x2F;futureofcoding.org&#x2F;episodes&#x2F;045" rel="nofollow">https:&#x2F;&#x2F;futureofcoding.org&#x2F;episodes&#x2F;045</a> and about <i>making your own tools</i>: <a href="https:&#x2F;&#x2F;futureofcoding.org&#x2F;episodes&#x2F;044" rel="nofollow">https:&#x2F;&#x2F;futureofcoding.org&#x2F;episodes&#x2F;044</a><p><i>The Future of Coding</i> podcast is a treasure.<p>Edit: excerpt from the Devine Lu Linvega&#x27;s intro:<p><pre><code> -----</code></pre> 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.<p><pre><code> -----</code></pre>
评论 #29124668 未加载
评论 #29124542 未加载
评论 #29124890 未加载
评论 #29127507 未加载
评论 #29124867 未加载
评论 #29125156 未加载
metasyn超过 3 年前
I made a livecoding site for playing around with Orca, alongside a tutorial of sorts. It&#x27;s already patched to a synthesizer so it&#x27;s ready to go, and has examples&#x2F;tutorials you can load.<p><a href="https:&#x2F;&#x2F;metasyn.github.io&#x2F;learn-orca&#x2F;" rel="nofollow">https:&#x2F;&#x2F;metasyn.github.io&#x2F;learn-orca&#x2F;</a>
评论 #29125298 未加载
评论 #29124216 未加载
Shared404超过 3 年前
Orca, and all of Devine&#x27;s work, is some of the most inspiring content on the internet imho.<p>Check out his personal site[0] as well, it&#x27;s a work of art.<p>[0] <a href="http:&#x2F;&#x2F;xxiivv.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;xxiivv.com&#x2F;</a>
评论 #29123543 未加载
kall超过 3 年前
I absolutely adore orca.<p>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 &quot;executes&quot; 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.<p>Maybe these ideas exist elsewhere but it just completely blows my mind and I feel like i haven‘t even fully &quot;got&quot; 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?
dang超过 3 年前
Looks like only this for past threads:<p><i>Orca: 2D esoteric programming language where every alphabet is an operator</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22664484" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22664484</a> - March 2020 (1 comment)
Y_Y超过 3 年前
Allieway had some cool videos about this: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=RaI_TuISSJE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=RaI_TuISSJE</a><p>It feels to me like a mix of SimTunes and Befunge.
评论 #29125920 未加载
anchpop超过 3 年前
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&#x27;d highly recommend anyone checking it out
评论 #29122925 未加载
Dangeranger超过 3 年前
There is an excellent introductory tutorial to Orca by an artist that goes by Allieway Audio[0]. It is by far the best video overview of the system that I am aware of.<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=RaI_TuISSJE" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=RaI_TuISSJE</a>
smallerfish超过 3 年前
Maybe I missed it, but a video and&#x2F;or some significant examples on this page would be useful near the top.
评论 #29122747 未加载
birchb超过 3 年前
Orca is great fun. I was inspired to start write a derivative application - A live-coding logic simulator using the same TUI ideas. I&#x27;ve just got past the prototype-hackery stage and am using it to model a real piece of hardware.<p><a href="https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;447367" rel="nofollow">https:&#x2F;&#x2F;asciinema.org&#x2F;a&#x2F;447367</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;birchb1024&#x2F;betula&#x2F;blob&#x2F;trunk&#x2F;README.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;birchb1024&#x2F;betula&#x2F;blob&#x2F;trunk&#x2F;README.md</a><p>Kudos to Devine Lu Linvega<p><pre><code> .1D2..V2..2D5.....2D3....5D8......8DD.......2D3.......... ..\*:04......:01B....:03D...:04P.....:08F......:06J.......</code></pre>
Kivutar超过 3 年前
I started porting uxn to libretro here <a href="https:&#x2F;&#x2F;github.com&#x2F;kivutar&#x2F;uxn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;kivutar&#x2F;uxn</a> But the audio part is yet to be done.
slmjkdbtl超过 3 年前
It shares a lot of traits with Game of Life. 2D grid, ruleset, emergency.
briansteffens超过 3 年前
&gt; where lowercase letters operate on bang, uppercase letters operate each frame.<p>Anyone know what a &#x27;bang&#x27; means in this context? Not sure if it&#x27;s an Orca-specific thing or more general.
评论 #29125185 未加载
评论 #29124236 未加载
评论 #29124040 未加载
评论 #29125269 未加载
wly_cdgr超过 3 年前
The me that first moved to Bushwick about twelve years ago would have thought they are super cool