> 1683417770 298957 PRIVMSG #esolangs :14[[07Cast14]]4 10 02https://esolangs.org/w/index.php?diff=108820&oldid=108788 5* 03Ashli Katt 5* (+709) 10/* Examples */ > 1683417789 952692 PRIVMSG #esolangs :14[[07Cast14]]4 10 02https://esolangs.org/w/index.php?diff=108821&oldid=108820 5* 03Ashli Katt 5* (+6) 10/* Examples */ < 1683418604 908705 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 JOIN #esolangs Lord_of_Life :Lord < 1683418657 653482 :Lord_of_Life!~Lord@user/lord-of-life/x-2819915 QUIT :Ping timeout: 268 seconds < 1683418682 908513 :Lord_of_Life_!~Lord@user/lord-of-life/x-2819915 NICK :Lord_of_Life > 1683420363 117514 PRIVMSG #esolangs :14[[07Meadow14]]4 10 02https://esolangs.org/w/index.php?diff=108822&oldid=81016 5* 03Hakerh400 5* (-88) 10/* Overview */ < 1683424955 920874 :hppavilion[1]!~hppavilio@2001:4930:3500:128:15b6:b59e:6e47:15d1 JOIN #esolangs * :realname < 1683425038 843615 :hppavilion[1]!~hppavilio@2001:4930:3500:128:15b6:b59e:6e47:15d1 PRIVMSG #esolangs :It's been a hot minute since I've thought about programming language design. I swear I remember there being a distinction between two categories of data type; the simple ones (integers, floating points, booleans, strings) and the ones made up of other ones (arrays, linked lists, hashmaps, etc). < 1683425105 118616 :hppavilion[1]!~hppavilio@2001:4930:3500:128:15b6:b59e:6e47:15d1 PRIVMSG #esolangs :I seem to remember the first ones being called "scalars" and the latter being "compound data types"? Am I just making that up? And if I'm correct in my memory, which category a data type falls into would vary by language (strings would be scalars in Python, but compound in C since they're a type of array) < 1683438331 440036 :decay!sid553797@user/imode NICK :Wryl < 1683438447 471630 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Yes, those things are true. (I also seem to remember the names you called them but again I don't know, but I know that my memory is the same thing.) < 1683438511 455439 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :However, it is sometimes more complicated than that, e.g. in PostScript, a string or array can also be a part of another one (so that changes are reflected in both), and one reference can be read-only while another one to the same string can have read/write access, or one can be executable while the other isn't even though they are the same string. < 1683438564 349870 :zzo38!~zzo38@host-24-207-14-22.public.eastlink.ca PRIVMSG #esolangs :Some programming languages treat compounds as data types, but others use only references where scalars are expected, and sometimes it does both (e.g. in C, structures can be passed and returned like scalar values, although usually a pointer to the structure is used instead) > 1683438795 347613 PRIVMSG #esolangs :14[[07EsoBASIC14]]4 10 02https://esolangs.org/w/index.php?diff=108823&oldid=108543 5* 03ChuckEsoteric08 5* (+524) 10 > 1683438900 707825 PRIVMSG #esolangs :14[[07EsoBASIC14]]4 10 02https://esolangs.org/w/index.php?diff=108824&oldid=108823 5* 03ChuckEsoteric08 5* (-128) 10 < 1683441487 914142 :hppavilion[1]!~hppavilio@2001:4930:3500:128:15b6:b59e:6e47:15d1 QUIT :Ping timeout: 256 seconds < 1683443071 601025 :immibis!~quassel@2a01:4f9:4a:4caf::2 PRIVMSG #esolangs :primitive and compound types < 1683443083 119645 :immibis!~quassel@2a01:4f9:4a:4caf::2 PRIVMSG #esolangs :or composite > 1683444694 159600 PRIVMSG #esolangs :14[[07Talk:Bitwise Cyclic Tag14]]4 10 02https://esolangs.org/w/index.php?diff=108825&oldid=108814 5* 03Example99 5* (+223) 10/* CT in python 3 */ > 1683444722 476647 PRIVMSG #esolangs :14[[07Talk:Bitwise Cyclic Tag14]]4 10 02https://esolangs.org/w/index.php?diff=108826&oldid=108825 5* 03Example99 5* (+6) 10/* CT in python 3 */ < 1683446605 49490 :example99!~example99@2001:9e8:e1d0:cd00:7608:4f77:6a7e:2a2d JOIN #esolangs * :[https://web.libera.chat] example99 > 1683446668 806905 PRIVMSG #esolangs :14[[07@!+-()14]]4 N10 02https://esolangs.org/w/index.php?oldid=108827 5* 03ChuckEsoteric08 5* (+580) 10Created page with "'''@!+-()''' is an esolang by [[User:ChuckEsoteric08]]. Language was named after 6 main commands in the language ==Specification== Uses [[Queue]] and Accumulator as memory. @ - enqueue accumulator ! - dequeue element and store it in accumulator + - increment ac > 1683447238 831458 PRIVMSG #esolangs :14[[07@!+-() Turing-completness Proof14]]4 N10 02https://esolangs.org/w/index.php?oldid=108828 5* 03ChuckEsoteric08 5* (+857) 10Created page with "[[@!+-()]] is Turing complete because it can simulate brainfuck but we need to compile it to intermediate language called "queuefuck" ==Queuefuck== Queuefuck has following commands: . - enqueue zero + - dequeue, increment, enqueue again > 1683447276 253855 PRIVMSG #esolangs :14[[07@!+-() Turing-completness Proof14]]4 10 02https://esolangs.org/w/index.php?diff=108829&oldid=108828 5* 03ChuckEsoteric08 5* (+9) 10 < 1683449086 476534 :example99!~example99@2001:9e8:e1d0:cd00:7608:4f77:6a7e:2a2d QUIT :Quit: Client closed < 1683449099 37707 :example99!~example99@2001:9e8:e1d0:cd00:6713:ea7:6966:9b98 JOIN #esolangs * :[https://web.libera.chat] example99 > 1683450203 458854 PRIVMSG #esolangs :14[[07@!+-()14]]4 M10 02https://esolangs.org/w/index.php?diff=108830&oldid=108827 5* 03ChuckEsoteric08 5* (+0) 10 > 1683450305 72134 PRIVMSG #esolangs :14[[07@!+-()14]]4 10 02https://esolangs.org/w/index.php?diff=108831&oldid=108830 5* 03ChuckEsoteric08 5* (+93) 10 < 1683454140 283950 :Sgeo!~Sgeo@user/sgeo QUIT :Read error: Connection reset by peer > 1683455228 763670 PRIVMSG #esolangs :14[[07@!+-() Turing-completness Proof14]]4 M10 02https://esolangs.org/w/index.php?diff=108832&oldid=108829 5* 03ChuckEsoteric08 5* (+1) 10 > 1683455276 843761 PRIVMSG #esolangs :14[[07@!+-() Turing-completness Proof14]]4 M10 02https://esolangs.org/w/index.php?diff=108833&oldid=108832 5* 03ChuckEsoteric08 5* (+9) 10 < 1683455690 618599 :Noisytoot!~noisytoot@sourcehut/user/noisytoot QUIT :Quit: ZNC 1.8.2 - https://znc.in < 1683455708 782467 :Noisytoot!~noisytoot@sourcehut/user/noisytoot JOIN #esolangs Noisytoot :Ron > 1683457553 896296 PRIVMSG #esolangs :14[[07Whenever14]]4 10 02https://esolangs.org/w/index.php?diff=108834&oldid=105896 5* 03Eso-t 5* (+174) 10/* External resources */ < 1683459200 995702 :b_jonas!~x@89.134.29.131 PRIVMSG #esolangs :`fromroman XXIII < 1683459203 71008 :HackEso!~h@techne.zem.fi PRIVMSG #esolangs :23 < 1683460739 36466 :example99!~example99@2001:9e8:e1d0:cd00:6713:ea7:6966:9b98 QUIT :Ping timeout: 245 seconds < 1683461101 220331 :river!river@tilde.team/user/river PRIVMSG #esolangs :new pushing game: Can of Wormholes > 1683465552 889885 PRIVMSG #esolangs :14[[07User:XKCD Random Number14]]4 10 02https://esolangs.org/w/index.php?diff=108835&oldid=105295 5* 03MathigonDec 5* (+36) 10Cardinal < 1683465646 315865 :river!river@tilde.team/user/river PRIVMSG #esolangs :hi > 1683465757 404081 PRIVMSG #esolangs :14[[07Bundle14]]4 10 02https://esolangs.org/w/index.php?diff=108836&oldid=108455 5* 03Gilbert189 5* (+31) 10/* Bundle v1 */ < 1683467072 909910 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl JOIN #esolangs * :Textual User < 1683473718 114521 :j-bot!~jbot@hagall.firefly.nu QUIT :Remote host closed the connection < 1683473731 559830 :j-bot!~jbot@hagall.firefly.nu JOIN #esolangs * :jevalbot < 1683478149 165078 :Wryl!sid553797@user/imode NICK :Wyrl < 1683478156 390345 :Wyrl!sid553797@user/imode NICK :Wryl < 1683479429 34943 :FreeFull!~freefull@46.205.212.119.nat.ftth.dynamic.t-mobile.pl JOIN #esolangs FreeFull :FreeFull < 1683479696 679326 :j-bot!~jbot@hagall.firefly.nu QUIT :*.net *.split > 1683482644 855903 PRIVMSG #esolangs :14[[07IBSA14]]4 M10 02https://esolangs.org/w/index.php?diff=108837&oldid=108196 5* 03Simple9371 5* (+30) 10Add to Turing complete category > 1683483115 892753 PRIVMSG #esolangs :14[[07User:Simple937114]]4 10 02https://esolangs.org/w/index.php?diff=108838&oldid=108018 5* 03Simple9371 5* (+106) 10New task: prove Turing-completeness < 1683484507 991017 :Guest1982!~Guest19@90.244.229.39 JOIN #esolangs * :[https://web.libera.chat] Guest19 < 1683484510 487032 :Guest1982!~Guest19@90.244.229.39 QUIT :Client Quit < 1683485290 284183 :hppavilion[1]!~hppavilio@2001:4930:3500:128:15b6:b59e:6e47:15d1 JOIN #esolangs * :realname < 1683486392 951819 :tromp!~textual@92-110-219-57.cable.dynamic.v4.ziggo.nl QUIT :Read error: Connection reset by peer > 1683486688 342379 PRIVMSG #esolangs :14[[0714]]4 N10 02https://esolangs.org/w/index.php?oldid=108839 5* 03CreeperBomb 5* (+1207) 10Created page with "[[]] is an [[esoteric programming language]] that only uses the zero-width characters U+2060 and U+FEFF for seperators. For the purposes of this article, programs will be presented in their numerical form. ==Operations & notation== Programs will loop once the end of the p > 1683486718 720011 PRIVMSG #esolangs :14[[07User:CreeperBomb14]]4 M10 02https://esolangs.org/w/index.php?diff=108840&oldid=108416 5* 03CreeperBomb 5* (+10) 10 > 1683486797 956010 PRIVMSG #esolangs :14[[07WJ14]]4 N10 02https://esolangs.org/w/index.php?oldid=108841 5* 03CreeperBomb 5* (+17) 10Redirected page to [[]] > 1683486950 563850 PRIVMSG #esolangs :14[[0714]]4 M10 02https://esolangs.org/w/index.php?diff=108842&oldid=108839 5* 03CreeperBomb 5* (+171) 10 > 1683487081 767563 PRIVMSG #esolangs :14[[07User:CreeperBomb14]]4 M10 02https://esolangs.org/w/index.php?diff=108843&oldid=108840 5* 03CreeperBomb 5* (+69) 10 < 1683488680 883742 :Sgeo!~Sgeo@user/sgeo JOIN #esolangs Sgeo :realname > 1683489216 931866 PRIVMSG #esolangs :14[[0725614]]4 10 02https://esolangs.org/w/index.php?diff=108844&oldid=84522 5* 03Areallycoolusername 5* (-3) 10typos < 1683489495 178526 :FreeFull!~freefull@46.205.212.119.nat.ftth.dynamic.t-mobile.pl QUIT : < 1683493811 863041 :m0ther!~utoneq@user/utoneq JOIN #esolangs zut :utoneq < 1683493852 895493 :wpa!~wpa@dynamic-046-114-109-105.46.114.pool.telefonica.de JOIN #esolangs WeepingAngel :wpa > 1683497839 433622 PRIVMSG #esolangs :14[[07DAWBridge14]]4 N10 02https://esolangs.org/w/index.php?oldid=108845 5* 03BoundedBeans 5* (+8224) 10Created page with "DAWBridge is the ultimate challenge for those that are programmers, musicians, and masochists simultaneously. It was made by [[User:BoundedBeans]]. ==Etymology== A "DAW" is a Digital Audio Workstation. (Ableton Live is one, and this language attempts to compile > 1683497902 798945 PRIVMSG #esolangs :14[[07Language list14]]4 10 02https://esolangs.org/w/index.php?diff=108846&oldid=108487 5* 03BoundedBeans 5* (+16) 10 > 1683497945 482586 PRIVMSG #esolangs :14[[07User:BoundedBeans14]]4 10 02https://esolangs.org/w/index.php?diff=108847&oldid=108265 5* 03BoundedBeans 5* (+15) 10 > 1683498169 429481 PRIVMSG #esolangs :14[[07DAWBridge14]]4 10 02https://esolangs.org/w/index.php?diff=108848&oldid=108845 5* 03BoundedBeans 5* (+227) 10 > 1683498409 271339 PRIVMSG #esolangs :14[[07DAWBridge14]]4 M10 02https://esolangs.org/w/index.php?diff=108849&oldid=108848 5* 03BoundedBeans 5* (+0) 10Fixed invalid last line of hello world > 1683498568 710496 PRIVMSG #esolangs :14[[07DAWBridge14]]4 10 02https://esolangs.org/w/index.php?diff=108850&oldid=108849 5* 03BoundedBeans 5* (+49) 10Clarifications < 1683500545 914416 :m0ther!~utoneq@user/utoneq QUIT :Ping timeout: 256 seconds < 1683500579 876238 :wpa!~wpa@dynamic-046-114-109-105.46.114.pool.telefonica.de QUIT :Ping timeout: 256 seconds