#esolang 搜索结果
                                            
                                            
                                            
                                            When one of the forerunners of #esolang community likes my project. Damn, that's a great feeling! ♥️ My program was inspired from one of his languages too!
                                            Just as a fun project, I'm making a visualizer in #pico8 for programs made in the Taxi programming language. It's an #esolang made by @BigZaphod that involves a taxi driver driving data around the fictional town of Townsburg. It's really cool to see this taxi as it drives along.
marble-complete: an esolang that simulates Turing-complete marble towers github.com/aaronduino/mar… #esolang
AsciiDots: The result of combining ascii art, electrical engineering, and programming github.com/aaronduino/asc… #esolang
Working on #esolang programming implementation in #GodotEngine #GDScript well, part of my Digital Logic project
                                            Rail is a two-dimensional language - a train moves along rails, junctions, and commands in a two-dimensional ASCII field esolangs.org/wiki/Rail?utm_… #esolang
                                            I finally did it. I made an esoteric AsciiDots program generator. Esoteric as in it just prints random numbers :) It may be slow but uhhh it sure exists (it looks kinda nice). Source code in the replies I guess #MadeWithGodot #WaveFunctionCollapse #Esolang #Ascii
Grass is a functional grass-planting programming language. Syntax and semantics of Grass are defined based on untyped lambda calculus and SECD machine respectively so that Grass is Turing-complete blue.sky.or.jp/grass/ #esolang
                                            Hexagony: a 2D hexagonal programming language #esolang github.com/mbuettner/hexa… and github.com/Timwi/Hexagony…
                                            Mornington Crescent: an #esolang in which the data pointer moves through the London Tube esolangs.org/wiki/Morningto…
                                            5年前に作ったマインスイーパー駆動難解プログラミング言語「Mines」を2.0.0に更新しました。 主に言語仕様の見直しと明確化、Python製インタプリタの再実装をしました。 おまけで通常のマインスイーパー💣をプレイするコマンドも追加しています。 github.com/dnek/mines-eso… #esolang
Hexagony is the first two-dimensional esoteric programming language on a hexagonal grid github.com/m-ender/hexago… #esolang
                                            Turing Paint is an esoteric visual programming language. It uses images to represent programs. #esolang byronknoll.com/turing.html
                                            Hello #esolang twitter, say 'hi' to MeXiCo: a turing-complete language which transmits its source code in MX records over DNS! I created it on a boring railroad trip, inspired by @blinry's "legit". Linenums are stored in the Priority Field. Code is here: github.com/maride/mexico
                                            I've started working with a new #esolang called Emperical. It is designed to work with time series data. It also supports native vector operations, which I love.
                                            Working on making a syntax highlighter for my new #esolang, Bespoke. I'm using Tree-sitter, because a Textmate grammar wouldn't be powerful enough. So far, it recognizes each word as a series of "digit" tokens and colors those. I will tweak it to support the actual instructions!
                                            Working on a visual programming language with some surprising results... #esolang #coding #instagram
                                            Switch 2落選したのでStreamから「A=B」をダウンロードして息子とプレイ。難解プログラミング言語で遊ぶパズルゲーム。子どもに早解きで負けると普通に悔しい。 #Esolang
qiita.com/Tatamo/items/2… 本格JavaScript記号プログラミング(1) 6種類の記号だけでJavaScriptを書こう #Esolang - Qiita
Created own esolang Achaji with JavaScript! It supports variables, operators, functions & print. Learned how code becomes tokens, compiles, and runs behind the scenes. code : github.com/Atuljaat/Achaj… #JavaScript #Esolang #CompilerDesign #BuildInPublic
5年前に作ったマインスイーパー駆動難解プログラミング言語「Mines」を2.0.0に更新しました。 主に言語仕様の見直しと明確化、Python製インタプリタの再実装をしました。 おまけで通常のマインスイーパー💣をプレイするコマンドも追加しています。 github.com/dnek/mines-eso… #esolang
“[…] and the Grip virus, which contained a Brainfuck interpreter coded in Assembly”. #esolang theregister.com/2025/03/29/mal…
📝 New post: Bespoke: a programming language, tailor-made by me josiah.win/b/6rxal #bespoke #esolang #interpreter #python
Trying to improve my Tree-sitter parser for my new #esolang Bespoke, so that it recognizes things like commands and comments. Trouble is, I can't figure out how best to handle block comments. And when I tried a workaround...it crashed my computer. This is gonna be tough.
                                            Working on making a syntax highlighter for my new #esolang, Bespoke. I'm using Tree-sitter, because a Textmate grammar wouldn't be powerful enough. So far, it recognizes each word as a series of "digit" tokens and colors those. I will tweak it to support the actual instructions!
                                            The #interpreter for my new #esolang is working! I wrote it in #Python this morning. Right now, the main interpreter loop is in one long and somewhat nested function. The only thing left to do is to convert it to a context manager.
                                            Back when I went to MATC, I created an #esolang called "Poetic". It was like "brainfuck", but the commands were encoded in the lengths of words. esolangs.org/wiki/Poetic_(e… winslowjosiah.com/stuff/matc/vic… But I have an idea for a better esolang, which actually achieves what I wanted it to.
«Esolang» = «Infinity» + «Mathematics» + «Sun»! «Esolang» - esolang: a programming language created primarily for experimentation, humor, or theoretical exploration rather than practical use. There are already 440430 elements invented! #esolang #invention #alchemicai
                                            The discussion reveals confusion around the specification and execution of the esolang, emphasizing the importance of lazy evaluation and parsing, which could enhance understanding. #Esolang HN: news.ycombinator.com/item?id=413125…
Lambda: The Gathering - a competitive game and programming language that'll make your head spin! 256 slots, 15 primitives, and a lot of strategy. #Esolang #ProgrammingMadness esolangs.org/wiki/Lambda:_t…
+20 Lenguajes de Programación de lo Más Extraños | #Esolang #LenguajesProgramación #Programación #Programación codigonautas.com/lenguajes-prog…
😜 "There are perfect programming languages and then there are those that are used. By beginners." -- Richie Guix-Intercal #q [Source: youtube.com/watch?v=ieqsL5…] #esolang
3) FXYT (github.com/susam/fxyt): A tiny, stack-based, postfix, canvas colouring language with only 36 simple commands. A very recent project and there is not much of a community around it yet. Nevertheless, I find it a lot of fun to play with. #esolang #graphics #programming
                                            2) CFRS[] (github.com/susam/cfrs): An extremely minimal drawing language consisting of only 6 simple commands: C, F, R, S, [, and ]. Received several impressive demos from community members. One such demo by btknu is attached to this post. #esolang #graphics #programming
                                            
                                            
                                            
                                            
                                            Dawww!!!! Idk why but fluttershy is to cute ^^. I got twitch but its super laggy in azuras star! #brony #esolang
                                            Working on #esolang programming implementation in #GodotEngine #GDScript well, part of my Digital Logic project
                                            tweeting about it only now because idk Shapes! is an esolang where you use shapes to make programs sourcey wourcey codey in repliesy #esolang #idkwhatotherhashtagsishoulduse
                                            
                                            marble-complete: an esolang that simulates Turing-complete marble towers github.com/aaronduino/mar… #esolang
Hexagony: a 2D hexagonal programming language #esolang github.com/mbuettner/hexa… and github.com/Timwi/Hexagony…
                                            AsciiDots: The result of combining ascii art, electrical engineering, and programming github.com/aaronduino/asc… #esolang
I finally did it. I made an esoteric AsciiDots program generator. Esoteric as in it just prints random numbers :) It may be slow but uhhh it sure exists (it looks kinda nice). Source code in the replies I guess #MadeWithGodot #WaveFunctionCollapse #Esolang #Ascii
When one of the forerunners of #esolang community likes my project. Damn, that's a great feeling! ♥️ My program was inspired from one of his languages too!
                                            Mornington Crescent: an #esolang in which the data pointer moves through the London Tube esolangs.org/wiki/Morningto…
                                            Just as a fun project, I'm making a visualizer in #pico8 for programs made in the Taxi programming language. It's an #esolang made by @BigZaphod that involves a taxi driver driving data around the fictional town of Townsburg. It's really cool to see this taxi as it drives along.
最近正在開發一門新的深奧程式語言(#esolang) 叫做$ǥANG (唸作 "gang slang", 即江湖黑話) 為方便打字,可簡寫成G$ 是由本人與 #美國 🇺🇸#幫派 交手與買賣 #毒品 多年後的心得感想集結而成❓ 祂的"Hello world!" 程式展示在附圖👇 指令如附圖,每個手勢都代表一條指令: facebook.com/actiongirlz/po…
                                            
                                            
                                            Our findings led to the formation of a new notation [HGN] (Holonomic General Notation, aka Hertzian General Notation) #esolang as well as a new transmit protocol DCI/DA for lossless thermionic intersystem transmission. Over time we expect DCI/DA (or equivalent to replace TCP/IP).
                                            
                                            Hello #esolang twitter, say 'hi' to MeXiCo: a turing-complete language which transmits its source code in MX records over DNS! I created it on a boring railroad trip, inspired by @blinry's "legit". Linenums are stored in the Priority Field. Code is here: github.com/maride/mexico
                                            Rail is a two-dimensional language - a train moves along rails, junctions, and commands in a two-dimensional ASCII field esolangs.org/wiki/Rail?utm_… #esolang
                                            Grass is a functional grass-planting programming language. Syntax and semantics of Grass are defined based on untyped lambda calculus and SECD machine respectively so that Grass is Turing-complete blue.sky.or.jp/grass/ #esolang
                                            Something went wrong.
Something went wrong.
United States Trends
- 1. Cowboys 66.8K posts
 - 2. Nick Smith Jr 5,778 posts
 - 3. Cardinals 29.5K posts
 - 4. #WWERaw 58.8K posts
 - 5. Jerry 44.7K posts
 - 6. #LakeShow 3,149 posts
 - 7. Kyler 8,017 posts
 - 8. Logan Paul 9,644 posts
 - 9. Blazers 6,723 posts
 - 10. Jacoby Brissett 5,144 posts
 - 11. No Luka 2,912 posts
 - 12. Pickens 6,528 posts
 - 13. Koa Peat 6,034 posts
 - 14. Cuomo 165K posts
 - 15. Javonte 4,118 posts
 - 16. Jonathan Bailey 12.7K posts
 - 17. AJ Dybantsa 1,428 posts
 - 18. Bland 11.8K posts
 - 19. Bronny 14.2K posts
 - 20. Keba Keita N/A