2022-05-20 16:22:17 I try to make a game I saw yesterday with my shitty language 2022-05-20 16:22:45 I just have the way to draw "enemies" which are red rectangles 2022-05-20 16:22:49 https://termbin.com/67kr 2022-05-20 16:23:13 I think locals have a reason to exist even if chuck does not like them 2022-05-20 16:23:35 when you have to reuse a temporary value several times 2022-05-20 16:24:04 I have some kind of let with { and } plus bind 2022-05-20 16:24:35 bind sets words with values on the stack like 1 2 3 [one two three] bind 2022-05-20 16:25:28 now one is 1, etc and { make a temporary package (vocabulary) while } exits 2022-05-20 16:25:46 the thing is bind { and } are implemented in the language itself 2022-05-20 16:26:44 : { package-name gen-let-name package :return-package set return-package add-parent ; 2022-05-20 16:27:16 if this language was better implemented it could be a nice language 2022-05-20 16:29:01 it's hard for me to use it, I don't even understand my own language yet, but I like it a lot 2022-05-20 16:30:40 : bind reverse [i set] dolist ; this is what bind does xD 2022-05-20 16:44:43 I have no support for comments, but you can always do: "this is a comment" drop 2022-05-20 16:44:49 xD 2022-05-20 16:45:18 after all performance wasn't my concern 2022-05-20 16:54:00 nah, I'll add a regex