Ai Dreams Forum

Member's Experiments & Projects => General Project Discussion => Topic started by: Zero on June 22, 2018, 03:36:33 pm

Title: first.go: a lil' esolang
Post by: Zero on June 22, 2018, 03:36:33 pm
Hi guys,

I made a little esoteric language, here (https://github.com/ThinkbotsAreFree/first.go), while learning Golang. Feel free to play with it and tell me what you think!
 :)
Title: Re: first.go: a lil' esolang
Post by: ivan.moony on June 22, 2018, 03:55:35 pm
Just a suggestion, maybe Booleans could use an empty string for false and everything else for true.
Title: Re: first.go: a lil' esolang
Post by: Zero on June 22, 2018, 10:05:58 pm
I understand your logic, it seems natural, and that's how most languages behave.
My logic is:
- only zero is full false
- only one is full true
- everything else is somewhere between full false and full true
- if something isn't full true, it's not "true", hence it's false
Weird?  ::)
Title: Re: first.go: a lil' esolang
Post by: Korrelan on June 22, 2018, 10:12:58 pm
Null?

 :)
Title: Re: first.go: a lil' esolang
Post by: Zero on June 22, 2018, 10:55:28 pm
Almost! :P