06:46:31 hrm 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 11:35:43 -!- lindi- has quit (burroughs.freenode.net irc.freenode.net). 11:35:44 -!- Taaus has quit (burroughs.freenode.net irc.freenode.net). 11:35:44 -!- cmeme has quit (burroughs.freenode.net irc.freenode.net). 11:35:46 -!- ZeroOne has quit (burroughs.freenode.net irc.freenode.net). 11:35:46 -!- ChanServ has quit (burroughs.freenode.net irc.freenode.net). 11:35:50 -!- lament has quit (burroughs.freenode.net irc.freenode.net). 11:35:52 -!- mtve has quit (burroughs.freenode.net irc.freenode.net). 11:35:53 -!- fizzie has quit (Success). 11:35:59 -!- fizzie has joined. 11:36:53 -!- ChanServ has joined. 11:36:53 -!- cmeme has joined. 11:36:53 -!- lindi- has joined. 11:36:53 -!- ZeroOne has joined. 11:36:53 -!- Taaus has joined. 11:36:53 -!- lament has joined. 11:36:53 -!- mtve has joined. 11:36:53 -!- irc.freenode.net has set channel mode: +o ChanServ. 18:00:33 -!- fizzie_ has joined. 18:00:33 -!- fizzie has quit (Read error: 232 (Connection reset by peer)). 20:05:38 -!- fizzie has joined. 20:05:39 -!- fizzie_ has quit (Read error: 232 (Connection reset by peer)). 20:39:33 -!- fizzie has quit (Read error: 232 (Connection reset by peer)). 20:51:00 -!- fizzie has joined. 21:13:36 lindi-: so what do you think about the idea of a fungeoid with variable length commands? or anyone else? 21:19:46 ZeroOne: interesting idea, have you tried to define the commands for such a language? 21:20:20 (and check if it it open any interesting possibilities) 21:21:25 lindi-: no, I haven't done anything but this initial idea. ;p 21:21:41 well, I did think that it would be nice if the program flow could go diagonally 21:22:20 and the befunge-# would need to be able to jump over more than one next character 21:23:36 or if variable length commands didn't work, then three characters long, but so that vertical movement would still be treated by single columns, not by colums of three. 21:23:59 hmm 21:27:53 something has to be thought for orphan letters which probably will appear. maybe if a letter set doesn't form an instruction, it could be pushed to stack 21:29:39 perhaps, at least throwing out 'syntax error' does not feel nice 21:30:18 no, definitely not 21:30:33 (unless the purpose of the language is to have such a complex syntax that one actually has to take advantage of syntax errors -g) 21:31:18 :D 21:31:39 mm. that would be something. error-based language. 21:32:07 merh, our interweb connection is flaky. 21:32:35 *inttar web 21:32:48 and I think esolang (the mailing list) had some talk about how to get more possible commands for befunge. 21:33:10 if you want a longer jump than #, you can use funge98, it has all the "cheating" instructions one could wish for. 21:34:01 ok. can you define new functions in it, too? :) 21:35:33 not really, no, but that's ultra-cheaty. 21:35:33 the esolang discussion actually might've been about befunge and functions. 21:36:51 was going to write a befunge variant with "define", "call" and "return" instructions. 'define' would take an (x,y) pair that defines the start of an function and a small integer 'n' which would be the "name", 'call' would pop n and go to the function, but push the return address to stack, and 'return' would pop the return address off the stack and go back. 21:37:10 not sure if I wanted a separate "execution stack" or to use the normal stack for it. 21:38:03 separate stack would be too easy 21:38:19 yes, but if I use the normal stack then delivering parameters to functions will be hard. 21:38:43 could of course have 'define' take the number of arguments and then do some creative rearranging on 'call'. 21:39:12 then the function could do some funky stuff with its own return address if it wanted. 21:40:50 fizzie: btw, completely offtopic, is there some way to search messages in tkknews.hut.fi? 21:41:12 (without having to fetch all the messages) 21:42:27 not sure. I don't think so, but I think the subject might've been discussed in the news when tkknews was introduced. 21:42:34 "you could try searching for that" :p 21:44:15 rright.. so no direct access to the filesystem where the messages are? 21:45:16 ask in the atk-keskus newsgroup... 21:47:28 hey lindi-... remember that stupid picture in today's Power Point show? the one where the PC was cooking something. 21:47:38 yeah, what about it? 21:47:56 I bet the teacher didn't know how good the "programming is like making recipes" comparison was: http://www.dangermouse.net/esoteric/chef.html ;) 21:48:40 i didn't know that one, but i did recall that rms uses that comparison often too 21:49:24 what's rms? 21:50:09 or who 21:51:31 ZeroOne: richard stallman, stallman.org