I had Assistant write me a bunch of console fish tank apps & the worked the...
#chatgpt I had Assistant write me a bunch of console fish tank apps & the #Golang
worked the best.
An emoji fish tank needs
- work on windows
- handle 2-byte emojis
- fast & low-level helps prevent flicker
Honorable mention to
- python
- ruby
- JS/HTML.
Dishonorable mention to
- c (unicode support is crap)
- lua (no batteries included)
- bash (is this even a language?)
- powershell (Assistant wrote bad ps1 & I couldn't fix it)
Self-replies
I suspect Rust would have done well for the same reasons as Go (modern native code) but I ran out of time to learn how to compile & run it.