Show HN: Asciidots – a 2d esoteric language based on ASCII art(ajanse.me)
ajanse.me
Show HN: Asciidots – a 2d esoteric language based on ASCII art
https://ajanse.me/asciidots/
2 comments
I found out this morning, it's quite interesting. But I have some questions about the dot ID.
Can I use IDs in mathematical/logical operations (I've been testing and haven't been able to add two IDs together)?
Can the value be exchanged for the ID?
Well, the final question is: what is the ID for?
Can I use IDs in mathematical/logical operations (I've been testing and haven't been able to add two IDs together)?
Can the value be exchanged for the ID?
Well, the final question is: what is the ID for?
Since then, I used Pyodide to make a home page with an interactive demo of the language. This let me use the existing Python reference implementation of asciidots in the browser, allowing exact feature parity (bugs and all) to support existing code. As a fun trick, I used a CSS animation for the logo instead of a GIF so it wouldn’t freeze while Pyodide is loading.