00:00:00 --- log: started forth/18.02.09 00:14:04 --- join: smokeink (~smokeink@n11212033249.netvigator.com) joined #forth 00:24:29 --- quit: smokeink (Remote host closed the connection) 00:25:29 --- join: smokeink (~smokeink@li1890-14.members.linode.com) joined #forth 01:07:10 --- quit: wa5qjh (Remote host closed the connection) 01:10:40 --- join: wa5qjh (~Thunderbi@freebsd/user/wa5qjh) joined #forth 01:23:09 --- join: mtsd (4d6e3d64@gateway/web/freenode/ip.77.110.61.100) joined #forth 01:39:39 --- quit: wa5qjh (Remote host closed the connection) 01:40:31 --- join: dys (~dys@2003:5b:203b:100:6af7:28ff:fe06:801) joined #forth 02:03:03 --- join: wa5qjh (~Thunderbi@freebsd/user/wa5qjh) joined #forth 02:06:14 --- quit: wa5qjh (Remote host closed the connection) 02:08:11 --- join: wa5qjh (~Thunderbi@freebsd/user/wa5qjh) joined #forth 02:30:42 --- quit: wa5qjh (Remote host closed the connection) 02:30:59 --- join: wa5qjh (~Thunderbi@freebsd/user/wa5qjh) joined #forth 02:55:42 --- quit: mtsd (Ping timeout: 260 seconds) 03:25:35 --- quit: wa5qjh (Remote host closed the connection) 03:25:55 --- join: wa5qjh (~Thunderbi@freebsd/user/wa5qjh) joined #forth 03:34:23 --- quit: wa5qjh (Remote host closed the connection) 03:34:55 --- join: wa5qjh (~Thunderbi@freebsd/user/wa5qjh) joined #forth 03:38:02 --- join: ncv_ (~neceve@unaffiliated/neceve) joined #forth 03:44:15 --- quit: nighty- (Quit: Disappears in a puff of smoke) 03:51:43 --- join: impomatic (~digital_w@host81-152-106-7.range81-152.btcentralplus.com) joined #forth 04:03:24 --- quit: ovf () 04:05:29 --- join: ovf (sid19068@gateway/web/irccloud.com/x-qftreogvvsrumjti) joined #forth 04:37:50 --- quit: karswell_ (Read error: Connection reset by peer) 04:38:50 --- join: karswell_ (~user@cust125-dsl91-135-5.idnet.net) joined #forth 04:42:06 --- quit: wa5qjh (Remote host closed the connection) 05:07:07 --- join: dddddd (~dddddd@unaffiliated/dddddd) joined #forth 05:23:56 --- quit: jeremyheiler () 05:24:13 --- join: jeremyheiler (sid81469@gateway/web/irccloud.com/x-memyfmqjiyzuoiru) joined #forth 05:33:34 --- join: mstevens (~mstevens@2001:ba8:1f1:f1ef::4) joined #forth 05:48:42 --- join: lijero (~lijero@unaffiliated/lijero) joined #forth 06:36:57 --- quit: smokeink (Ping timeout: 240 seconds) 06:50:49 --- quit: pointfree () 06:51:36 --- join: pointfree (sid204397@gateway/web/irccloud.com/x-ecebzwdczdodexvi) joined #forth 07:08:09 --- join: Gromboli (~Gromboli@static-72-88-80-103.bflony.fios.verizon.net) joined #forth 07:54:17 --- join: newuser|1529 (8269cf0a@gateway/web/cgi-irc/kiwiirc.com/ip.130.105.207.10) joined #forth 07:55:00 Hi, I just found colorize.fs in gforth, I would like to use this for the repl is there an easy way to do this? 07:58:27 at the moment it only works for the word words. 08:27:48 --- quit: dys (Ping timeout: 276 seconds) 08:38:29 newuser|1529: where can i find this colorize.fs file? 08:39:10 in gforth type include colorize.fs 08:39:54 nice 08:42:40 i want to make it work with the interpreter as standard.. 08:42:53 i guess you'd have to reimplement QUIT 08:44:44 quit is implemented in kernel/int.fs 08:45:07 on my system: /usr/share/gforth/0.7.3/kernel/int.fs 08:46:40 im not sure how to get the colorize word to work beyond calling words. 08:47:12 you have to replace the code that currently doesn't coloize 08:47:21 right QUIT 08:48:23 it uses the ansi.fs library but looking at that I am not sure how its changing the colours 08:48:56 I couldn't figure out how to use the words to change the colour in the interpreter. 08:49:48 me neither. i'm not sure how gforth actually implements line input 08:52:22 lol I was looking at the code and I was thinking "ok i know its matching the type of words in the dictionary and colouring them kind of like a poor mans colorforth but I am looking at the word definitions and I can't replicate it in the repl lol. 08:59:02 with gforth another thing that is weird, sometimes when you use the SEE command, you get a error. Like the word exists but it won't show you the definition. I thought you were able to see the assembly if it was implemented in code? 09:00:21 i'm guessing this might be because the word in question is not in one of the active wordlists 09:05:15 its like you try and SEE ! or SEE + 09:05:42 --- join: tomlukeywood (~quassel@host-92-19-232-58.static.as13285.net) joined #forth 09:10:47 --- join: nighty- (~nighty@s229123.ppp.asahi-net.or.jp) joined #forth 09:20:20 --- quit: mstevens (Quit: leaving) 09:45:32 --- quit: tomlukeywood (Remote host closed the connection) 10:41:20 --- quit: newuser|1529 (Quit: http://www.kiwiirc.com/ - A hand crafted IRC client) 10:50:00 the bug w/SEE is fixed in the repository (build from source) 11:56:57 --- quit: yunfan (Ping timeout: 240 seconds) 12:01:14 --- join: Zarutian_PI2 (~3.1415@173-133-17-89.fiber.hringdu.is) joined #forth 12:01:14 --- quit: Zarutian_PI (Read error: Connection reset by peer) 12:03:10 --- join: dys (~dys@tmo-100-23.customers.d1-online.com) joined #forth 12:43:32 --- quit: dys (Ping timeout: 240 seconds) 12:51:21 --- join: yunfan (~roooot@unaffiliated/yunfan) joined #forth 13:02:19 --- quit: yunfan (Ping timeout: 240 seconds) 13:04:16 --- nick: Zarutian_PI2 -> Zarutian_PI 13:14:12 --- join: yunfan (~roooot@unaffiliated/yunfan) joined #forth 13:17:59 --- join: tomlukeywood (~quassel@host-92-19-232-58.static.as13285.net) joined #forth 13:29:28 --- quit: tomlukeywood (Remote host closed the connection) 14:00:49 --- quit: yunfan (Ping timeout: 240 seconds) 14:02:38 --- quit: karswell_ (Read error: No route to host) 14:11:25 --- join: yunfan (~roooot@unaffiliated/yunfan) joined #forth 14:12:12 --- quit: ncv_ (Ping timeout: 256 seconds) 14:43:56 --- quit: yunfan (Ping timeout: 256 seconds) 14:49:38 --- join: yunfan (~roooot@unaffiliated/yunfan) joined #forth 14:58:13 --- quit: yunfan (Ping timeout: 256 seconds) 15:05:33 --- join: yunfan (~roooot@unaffiliated/yunfan) joined #forth 16:05:31 --- quit: yunfan (Ping timeout: 263 seconds) 18:03:47 --- join: [1]MrMobius (~MrMobius@c-24-3-221-208.hsd1.wv.comcast.net) joined #forth 18:06:51 --- quit: MrMobius (Ping timeout: 276 seconds) 18:06:52 --- nick: [1]MrMobius -> MrMobius 21:24:58 --- join: yunfan (~roooot@unaffiliated/yunfan) joined #forth 21:38:53 --- quit: Gromboli (Quit: Leaving) 21:58:25 --- quit: backer (Read error: Connection reset by peer) 21:58:36 --- join: backer (~backer@accordion.employees.org) joined #forth 22:26:50 --- quit: dddddd (Remote host closed the connection) 23:46:22 --- join: smokeink (~smokeink@li1861-245.members.linode.com) joined #forth 23:59:59 --- log: ended forth/18.02.09