#esolang 検索結果




AsciiDots: The result of combining ascii art, electrical engineering, and programming github.com/aaronduino/asc… #esolang
marble-complete: an esolang that simulates Turing-complete marble towers github.com/aaronduino/mar… #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

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

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.
Mornington Crescent: an #esolang in which the data pointer moves through the London Tube esolangs.org/wiki/Morningto…

Hexagony: a 2D hexagonal programming language #esolang github.com/mbuettner/hexa… and github.com/Timwi/Hexagony…

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!

Hexagony is the first two-dimensional esoteric programming language on a hexagonal grid github.com/m-ender/hexago… #esolang

5年前に作ったマインスイーパー駆動難解プログラミング言語「Mines」を2.0.0に更新しました。 主に言語仕様の見直しと明確化、Python製インタプリタの再実装をしました。 おまけで通常のマインスイーパー💣をプレイするコマンドも追加しています。 github.com/dnek/mines-eso… #esolang
Turing Paint is an esoteric visual programming language. It uses images to represent programs. #esolang byronknoll.com/turing.html

Working on #esolang programming implementation in #GodotEngine #GDScript well, part of my Digital Logic project

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!

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
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.

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…
codigonautas.com
+20 Lenguajes de Programación de lo Más Extraños » CodigoNautas
Sumérgete en el mundo de los lenguajes de programación más extraños. Descubre 25 esolangs que te harán reír, llorar y rascarte la cabeza.
😜 "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
![susam's tweet image. 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](https://pbs.twimg.com/media/GCWf3E4WcAAyaSL.png)




Dawww!!!! Idk why but fluttershy is to cute ^^. I got twitch but its super laggy in azuras star! #brony #esolang

AsciiDots: The result of combining ascii art, electrical engineering, and programming github.com/aaronduino/asc… #esolang
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…

Mornington Crescent: an #esolang in which the data pointer moves through the London Tube esolangs.org/wiki/Morningto…

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

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

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


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
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

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!

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).
![SirisysAlpha's tweet image. 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).](https://pbs.twimg.com/media/FpqQvkFXwAEufmn.jpg)
![SirisysAlpha's tweet image. 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).](https://pbs.twimg.com/media/FpqRC4OWIAMAPBI.jpg)
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

Something went wrong.
Something went wrong.
United States Trends
- 1. Carson Beck 12.9K posts
- 2. Miami 91.3K posts
- 3. Louisville 19.5K posts
- 4. Ohtani 66.4K posts
- 5. #SmackDown 47.1K posts
- 6. #BostonBlue 5,675 posts
- 7. Jeff Brohm 1,643 posts
- 8. Malachi Toney 2,343 posts
- 9. George Santos 63K posts
- 10. Mario Cristobal N/A
- 11. Chris Bell 1,969 posts
- 12. #OPLive 2,178 posts
- 13. Geno 9,249 posts
- 14. Nebraska 12.9K posts
- 15. The U 566K posts
- 16. 4 INTs N/A
- 17. Ilja 19.1K posts
- 18. Raiola 2,225 posts
- 19. Suarez 29.1K posts
- 20. Minnesota 46.3K posts