00:00:00 --- log: started forth/15.09.26 00:17:20 --- quit: asagk (Ping timeout: 240 seconds) 00:30:11 --- join: asagk (~asagk@i59F6C155.versanet.de) joined #forth 01:02:50 --- join: true-grue (~grue@176.14.218.33) joined #forth 01:52:38 --- join: Bahman (d15f33ab@gateway/web/freenode/ip.209.95.51.171) joined #forth 02:36:32 --- quit: mnemnion (Ping timeout: 265 seconds) 02:44:01 --- quit: Bahman (Ping timeout: 246 seconds) 02:44:07 --- join: mnemnion (~mnemnion@2601:400:8001:14c9:88d9:f9e6:167c:189) joined #forth 03:05:15 --- join: Bahman (d15f33aa@gateway/web/freenode/ip.209.95.51.170) joined #forth 04:21:22 --- quit: mark4 (Ping timeout: 250 seconds) 05:23:16 --- join: kumul (~mool@adsl-72-50-86-125.prtc.net) joined #forth 07:00:43 oh 07:00:50 i didnt answer skylark :( 07:25:33 --- quit: Bahman (Quit: Page closed) 07:46:17 --- quit: mnemnion (Remote host closed the connection) 07:46:33 --- join: vsg1990 (~vsg1990@cpe-67-241-148-119.buffalo.res.rr.com) joined #forth 07:46:34 --- join: mnemnion (~mnemnion@c-68-40-58-223.hsd1.mi.comcast.net) joined #forth 07:59:26 --- quit: darkf (Quit: Leaving) 08:00:11 --- join: mnemnia (~mnemnion@2601:400:8001:14c9:88d9:f9e6:167c:189) joined #forth 08:00:47 --- quit: mnemnion (Ping timeout: 240 seconds) 08:03:31 --- quit: mnemnia (Read error: Connection reset by peer) 08:04:06 --- join: mnemnion (~mnemnion@c-68-40-58-223.hsd1.mi.comcast.net) joined #forth 08:08:48 --- join: mnemnia (~mnemnion@2601:400:8001:14c9:88d9:f9e6:167c:189) joined #forth 08:09:12 --- quit: mnemnion (Ping timeout: 240 seconds) 08:13:16 --- quit: mnemnia (Read error: Connection reset by peer) 08:13:41 --- join: mnemnion (~mnemnion@c-68-40-58-223.hsd1.mi.comcast.net) joined #forth 09:12:09 --- join: fantazo (~fantazo@213.129.230.10) joined #forth 09:22:56 --- quit: karswell (Read error: Connection reset by peer) 09:24:06 --- join: karswell (~user@61.255.199.146.dyn.plus.net) joined #forth 09:55:35 --- join: nighty-_ (~nighty@hokuriku.rural-networks.com) joined #forth 10:16:32 --- quit: proteusguy_ (Ping timeout: 246 seconds) 10:26:28 --- quit: mnemnion (Read error: Connection reset by peer) 10:26:40 --- join: mnemnion (~mnemnion@c-68-40-58-223.hsd1.mi.comcast.net) joined #forth 10:29:36 --- join: proteusguy_ (~proteusgu@ppp-110-168-229-239.revip5.asianet.co.th) joined #forth 11:01:11 > 2 2 + 11:01:23 > . 11:01:23 Error: data stack underflow 11:01:26 > 2 2 + . 11:01:26 4 11:01:46 yay someone used it! 11:01:48 :D 11:01:50 : squared dup * ; 11:01:54 > 5 squared . 11:01:54 saved 11:01:55 25 11:01:58 :) cool 11:02:17 > words 11:02:18 convert sm/rem ficl-set-current froll (flocal) 2dup 11:02:18 dup set-order does> [if] space wid-set-super f! 11:02:18 ficlInstructionInvalid repeat forget postpone drop (constant) 11:02:18 create-file um* 2constant fdup ficlInstructionNeg1 11:02:18 refill f* locals| [endif] ficlInstructionNeg2 f2drop f+ 11:02:18 --- quit: monev (Excess Flood) 11:03:14 is it limiting the output to the last few lines? 11:03:26 er ... first few lines? 11:03:32 yeah 11:03:41 cool 11:03:58 it has to, or else you would get a load load load load include include 11:04:03 neat. about time we had a bot. :) 11:04:56 if you want another, let me know 11:05:06 ;) 11:06:33 > hello! 11:06:42 oh no 11:06:44 it crashed 11:06:44 :( 11:10:21 > 3 2 + . 11:12:03 --- join: BotScratcher (~BotScratc@bitcoinshell.mooo.com) joined #forth 11:12:15 > 3 2 + . 11:12:15 5 11:16:08 :) 11:16:57 1 2 3 * + . 11:18:07 segher, > 11:19:33 no outpput? arggh! depth . .s 11:20:13 --- quit: mnemnion (Remote host closed the connection) 11:21:32 lol you need the > as first character ? 11:22:47 ? 11:22:51 --- join: Zarutian (~zarutian@168-110-22-46.fiber.hringdu.is) joined #forth 11:23:05 i dont know what is happening 11:23:14 : ? @ . ; 11:24:43 that's not gonna go well 11:25:22 > see ? 11:25:22 saved 11:25:23 : ? 11:25:23 0 @ (instruction 56) 11:25:23 1 . 11:25:23 ; 11:28:39 the bot isnt always running, instead it launches whenever awk finds a > as the first char and then forth(ficl) evaluates it and whatever output that had gets redirected into the channel (which is a unix fifo pipe) 11:29:51 oh i see what you are saying, heh 11:29:53 wish it could, but i have a proclimit of 50, so i gotta launch whatever is needed on the go 11:30:12 let's try again then... 11:30:18 > 1 2 3 * + . 11:30:42 i dont think it likes you segher XD 11:30:52 indeed :-) 11:31:16 botscratcher: no botsnack for you 11:37:01 > hello! 11:37:02 hello world! 11:37:07 > 1 2 + 11:37:09 > 1 2 + . 11:37:09 3 11:37:13 > 1 2 + * . 11:37:32 > 1 2 3 * + . 11:37:44 oh! 11:37:50 i know whats wrong 11:37:58 -2 throw 11:45:14 --- quit: fantazo (Quit: Verlassend) 12:03:23 --- join: mnemnion (~mnemnion@2601:400:8001:14c9:88d9:f9e6:167c:189) joined #forth 12:16:56 --- quit: _longines (Remote host closed the connection) 12:25:52 > 1 2 3 * + . 12:25:52 forth.awk not found 12:25:52 Error loading file line 13 12:25:52 ok> 12:25:52 forth.awk not found 12:25:52 Error loading file line 13 12:25:53 ok> 12:26:01 XXD 12:28:12 > 2 . 12:28:13 2 12:28:13 2 12:28:13 2 12:28:38 > 1 2 3 * + . 12:28:38 forth.awk not found 12:28:38 Error loading file line 13 12:28:38 ok> 12:28:38 forth.awk not found 12:28:38 Error loading file line 13 12:28:39 ok> 12:28:39 forth.awk not found 12:28:39 Error loading file line 13 12:28:40 ok> 12:28:48 mmm 12:28:56 its working on the other channel... 12:29:28 maybe... 12:30:24 --- part: BotScratcher left #forth 12:30:47 --- join: BotScratcher (~BotScratc@bitcoinshell.mooo.com) joined #forth 12:31:32 --- quit: BotScratcher (Remote host closed the connection) 12:32:36 --- join: Botscratcher (~Botscratc@bitcoinshell.mooo.com) joined #forth 12:34:24 > 2 . 12:34:24 2 12:34:38 > 1 2 3 * + . 12:34:38 7 12:35:01 now it works 12:35:04 hopefully 12:35:22 .s 12:35:33 > .s 12:35:33 [data stack has 0 entries, top at 0x09d9d548] 12:35:33 [data stack base at 0x09d9d54c] 12:35:36 segher, break it again! 12:35:45 > 1 12:35:46 > .s 12:35:46 [data stack has 0 entries, top at 0x08a64548] 12:35:47 [data stack base at 0x08a6454c] 12:36:28 koisoke, only runs once, sorry :( 12:38:35 someone comes in and just leaves a bunch of items on the stack... its not good i think? 12:44:16 or just leaves the interpreter in a broken state 12:44:19 so yeah not good 12:45:22 for the moment, only words are kept... 12:45:28 i dont know if i should allow for variables 12:47:33 hm. i thought ficl was fixed to work on x64, but i just downloaded 4.1.0 and it still seems not to work correctly 12:49:08 i wouldnt know, i only picked it because it was the fastest thing i could compile 12:49:18 what are you running it on? 12:49:24 no clue 12:49:34 http://bitcoinshell.mooo.com 12:49:57 what does uname -a say? 12:50:17 Linux bitcoinshell 3.2.67 #2 SMP Thu Feb 26 05:44:01 GMT 2015 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux 12:50:21 wow 12:50:31 wow, p3 12:50:59 can't assume that is correct there, but yeah, 32-bit system 12:51:18 /proc/cpuinfo and possibly dmidecode give more useful info 12:51:56 neither exists 12:53:49 > :noname s" whoami" system ; execute 12:53:49 Warning (system): nothing happened 12:54:08 --- quit: nighty-_ (Quit: Disappears in a puff of smoke) 12:57:13 WARNING! WARNING! Nothing happened! Lock up your children! 12:57:31 run for your lives! 12:58:39 something will happen soon 12:58:42 * kumul waits for it 12:58:54 :) 13:02:23 --- join: fantazo (~fantazo@089144193005.atnat0002.highway.a1.net) joined #forth 13:09:13 --- join: ASau (~user@176.4.112.232) joined #forth 13:48:11 --- quit: mnemnion (Remote host closed the connection) 13:48:25 --- join: mnemnion (~mnemnion@2601:400:8001:14c9:88d9:f9e6:167c:189) joined #forth 14:06:47 * kumul has turned to stone 14:32:34 --- join: kumool (~mool@adsl-72-50-86-125.prtc.net) joined #forth 14:34:46 --- quit: kumul (Ping timeout: 265 seconds) 14:51:18 --- quit: ASau (Remote host closed the connection) 14:53:08 --- quit: fantazo (Ping timeout: 265 seconds) 16:11:07 --- quit: true-grue (Read error: Connection reset by peer) 17:07:04 --- quit: mnemnion (Remote host closed the connection) 17:16:54 --- quit: karswell (Read error: Connection reset by peer) 17:18:06 --- join: karswell (~user@61.255.199.146.dyn.plus.net) joined #forth 17:46:42 --- join: mnemnion (~mnemnion@2601:400:8001:14c9:88d9:f9e6:167c:189) joined #forth 18:19:57 --- quit: Zarutian (Quit: Zarutian) 18:25:13 --- join: xyh (~xyh@14.20.5.7) joined #forth 20:11:46 --- join: gabriel_laddel (~user@unaffiliated/gabriel-laddel/x-9909917) joined #forth 20:30:47 --- quit: gabriel_laddel (Remote host closed the connection) 20:34:10 --- join: darkf (~darkf___@unaffiliated/darkf) joined #forth 21:04:13 --- quit: kumool (Quit: Leaving) 21:11:00 --- quit: vsg1990 (Quit: Leaving) 21:29:58 --- join: Bahman (d15f33ab@gateway/web/freenode/ip.209.95.51.171) joined #forth 22:47:59 --- quit: mnemnion (Ping timeout: 246 seconds) 23:17:54 --- join: _longines (~longines@static.95.25.4.46.clients.your-server.de) joined #forth 23:59:59 --- log: ended forth/15.09.26