00:00:00 --- log: started forth/20.07.06 00:17:40 --- join: xek joined #forth 00:55:07 --- quit: dys (Ping timeout: 256 seconds) 01:06:06 --- join: dddddd joined #forth 01:15:11 --- quit: xek (Ping timeout: 246 seconds) 02:20:52 --- join: TCZ joined #forth 02:37:11 --- quit: Vedran (Ping timeout: 264 seconds) 03:03:14 --- join: xek joined #forth 03:10:27 --- quit: xek (Ping timeout: 256 seconds) 03:34:00 --- quit: TCZ (Quit: Leaving) 04:19:27 --- join: TCZ joined #forth 05:11:28 --- join: Vedran joined #forth 05:14:06 --- join: xek joined #forth 05:19:10 --- quit: xek (Ping timeout: 264 seconds) 05:44:07 --- quit: TCZ (Quit: Leaving) 05:51:04 --- join: TCZ joined #forth 06:26:10 --- join: X-Scale` joined #forth 06:26:28 --- quit: X-Scale (Ping timeout: 240 seconds) 06:26:57 --- nick: X-Scale` -> X-Scale 06:31:10 --- join: xek joined #forth 06:38:59 --- quit: Zarutian_HTC (Ping timeout: 256 seconds) 06:48:50 --- join: dys joined #forth 07:01:35 --- join: X-Scale` joined #forth 07:02:04 --- quit: X-Scale (Ping timeout: 256 seconds) 07:02:25 --- nick: X-Scale` -> X-Scale 07:20:04 --- quit: patrickg (Excess Flood) 07:20:32 --- quit: TCZ (Quit: Leaving) 08:15:35 --- join: patrickg joined #forth 08:15:43 --- join: TCZ joined #forth 09:11:59 --- join: DKordic joined #forth 09:18:44 --- quit: TCZ (Quit: Leaving) 09:42:08 --- quit: tabemann (Ping timeout: 260 seconds) 10:01:44 --- join: WickedShell joined #forth 10:08:34 --- quit: lonjil (Quit: No Ping reply in 210 seconds.) 10:10:08 --- quit: Keshl (Quit: Konversation terminated!) 10:10:21 --- join: lonjil joined #forth 10:57:26 --- quit: dys (Ping timeout: 244 seconds) 11:34:38 --- join: Zarutian_HTC joined #forth 12:23:46 --- quit: xek (Remote host closed the connection) 12:24:42 --- join: xek joined #forth 14:01:35 --- quit: Zarutian_HTC (Ping timeout: 260 seconds) 14:12:56 --- join: Zarutian_HTC joined #forth 14:21:46 --- quit: xek (Ping timeout: 258 seconds) 14:30:08 --- quit: gravicappa (Ping timeout: 272 seconds) 14:51:20 --- join: TCZ joined #forth 15:05:57 --- join: dave0 joined #forth 15:22:30 --- quit: TCZ (Quit: Leaving) 15:42:12 --- join: Keshl joined #forth 15:48:05 --- quit: catern (Excess Flood) 15:48:21 --- join: catern joined #forth 15:56:25 --- quit: MrMobius (Read error: Connection reset by peer) 16:11:55 --- quit: cmtptr (Read error: Connection reset by peer) 16:17:21 --- join: cmtptr joined #forth 16:28:11 --- join: TCZ joined #forth 17:00:46 --- quit: TCZ (Quit: Leaving) 17:48:35 --- quit: DKordic (Ping timeout: 264 seconds) 18:28:33 --- quit: dddddd (Ping timeout: 265 seconds) 18:30:41 --- join: boru` joined #forth 18:30:44 --- quit: boru (Disconnected by services) 18:30:47 --- nick: boru` -> boru 18:31:01 --- quit: dave0 (Quit: dave's not here) 18:45:43 --- join: MrMobius joined #forth 18:55:22 --- join: tabemann joined #forth 18:58:19 --- quit: cp- (Quit: Disappeared in a puff of smoke) 18:59:31 --- join: cp- joined #forth 19:37:38 --- quit: spoofer_ (Quit: leaving) 19:37:50 --- join: spoofer joined #forth 19:57:21 --- quit: Zarutian_HTC (Remote host closed the connection) 20:01:18 --- quit: WickedShell (Remote host closed the connection) 21:45:01 Our channel has been silent for a while.... everyone decided to take up javascript development instead? ;-) 22:02:52 --- join: gravicappa joined #forth 22:03:31 --- join: [1]MrMobius joined #forth 22:03:36 --- quit: MrMobius (Ping timeout: 240 seconds) 22:03:49 --- nick: [1]MrMobius -> MrMobius 23:13:38 proteusguy: nah, I hate javascript, I just haven't gotten around to teaching myself Forth yet, nor have I gotten around to starting the project I want to use Forth for 23:20:25 jedb, just because you're not yet using forth doesn't mean you can't go on about it for days here. :-) What's the project you have in mind? 23:21:26 a small compiler and interpreter for another language 23:22:20 sounds very secretive... 23:22:24 I want to use Forth partly because it's an exceedingly portable language, and partly because I haven't had the occasion to program in that style before 23:22:45 nothing secretive about it, it's just going to be quite a while before I get around to it 23:22:56 what's the target platform & language? 23:24:00 the language to be compiled/interpreted will be Ada, and the platform to compile to will probably just be x86 and x64 23:24:20 --- join: xek joined #forth 23:24:40 wow Ada's a rather large language. What's the reason you don't want to use a native compiler? 23:24:44 the emphasis is going to be on making a repl interpreter, the compiler part is more of an afterthought 23:24:53 cool - that makes sense. 23:25:47 there's only one compiler for Ada that's available without forking out lots of monies at the moment, which is a bit of a problem 23:26:20 well, technically there's a few more, but only for Ada95 which is rather outdated 23:27:03 Ah I haven't paid attention to Ada since the late 80s. :-) 23:27:20 that's definitely a while ago :P 23:27:38 by native compiler, you mean a self hosting one? 23:28:53 not necessarily - just an existing compiler that is written for a particular target language/platform. 23:29:13 but I get what you're talking aout. 23:29:19 about 23:29:55 ah, well yeah, as I said the reason to not use an existing compiler is the monoculture issue 23:31:15 well having a repl/interpreter is an obvious big difference. we're doing the same for targeting smart contracts because their VMs work in a manner that precludes a repl in production. But we've hacked some stuff together to support a repl for dev/test. 23:32:41 the interpreter angle also ties back into why I want to use Forth for it, since that would immediately enable its use on any platform that has Forth, which I understand is quite a few 23:37:00 --- quit: xek (Ping timeout: 260 seconds) 23:59:59 --- log: ended forth/20.07.06