00:00:00 --- log: started forth/18.08.09 00:44:44 --- quit: pierpal (Quit: Poof) 00:45:02 --- join: pierpal (~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it) joined #forth 01:07:00 --- join: wa5qjh (~quassel@175.158.225.216) joined #forth 01:07:00 --- quit: wa5qjh (Changing host) 01:07:00 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 02:31:29 --- quit: nighty- (Quit: Disappears in a puff of smoke) 02:52:11 --- quit: wa5qjh (Remote host closed the connection) 02:54:07 --- join: wa5qjh (~quassel@175.158.225.223) joined #forth 02:54:07 --- quit: wa5qjh (Changing host) 02:54:07 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 02:58:19 --- join: dddddd (~dddddd@unaffiliated/dddddd) joined #forth 03:02:41 --- join: nighty- (~nighty@s229123.ppp.asahi-net.or.jp) joined #forth 04:07:33 --- quit: gravicappa (Ping timeout: 248 seconds) 04:31:15 --- join: dave9 (~dave@90.20.215.218.dyn.iprimus.net.au) joined #forth 04:32:28 --- quit: pierpal (Quit: Poof) 04:32:47 --- join: pierpal (~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it) joined #forth 05:55:52 --- join: gravicappa (~gravicapp@h62-133-162-120.dyn.bashtel.ru) joined #forth 06:05:26 --- join: X-Scale (~ARM@83.223.227.51) joined #forth 06:18:13 --- quit: wa5qjh (Remote host closed the connection) 06:20:26 --- join: wa5qjh (~quassel@175.158.225.223) joined #forth 06:20:26 --- quit: wa5qjh (Changing host) 06:20:26 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 06:35:30 --- quit: pierpal (Quit: Poof) 06:35:50 --- join: pierpal (~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it) joined #forth 07:55:32 --- quit: dave9 (Quit: one love) 08:59:00 --- quit: backer (Read error: Network is unreachable) 08:59:40 --- join: backer (~backer@accordion.employees.org) joined #forth 09:11:03 --- join: TCZ (~Johnny@ip-91.189.219.178.skyware.pl) joined #forth 09:16:49 --- quit: pierpal (Quit: Poof) 09:17:09 --- join: pierpal (~pierpal@host84-235-dynamic.181-80-r.retail.telecomitalia.it) joined #forth 09:25:12 --- quit: TCZ (Quit: Leaving) 09:37:15 --- quit: wa5qjh (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.) 10:02:12 --- mode: ChanServ set +v bluekelp_ 11:01:41 --- quit: reepca-laptop (Ping timeout: 240 seconds) 11:06:19 --- quit: gravicappa (Ping timeout: 268 seconds) 11:28:09 --- join: reepca-laptop (~user@208.89.170.250) joined #forth 13:49:28 --- join: dys (~dys@tmo-103-58.customers.d1-online.com) joined #forth 14:02:49 --- quit: tusj (Remote host closed the connection) 14:23:01 --- join: [1]MrMobius (~default@c-73-134-82-217.hsd1.va.comcast.net) joined #forth 14:25:41 --- quit: MrMobius (Ping timeout: 248 seconds) 14:25:42 --- nick: [1]MrMobius -> MrMobius 15:24:45 --- join: dave9 (~dave@90.20.215.218.dyn.iprimus.net.au) joined #forth 15:24:55 re 16:09:29 --- quit: nighty- (Quit: Disappears in a puff of smoke) 16:48:15 --- quit: Zarutian (Read error: Connection reset by peer) 16:48:37 --- join: Zarutian (~zarutian@173-133-17-89.fiber.hringdu.is) joined #forth 17:35:03 Are there standard words for setting and clearing bits in a cell? 17:36:31 --- join: nighty- (~nighty@kyotolabs.asahinet.com) joined #forth 17:55:41 --- quit: dddddd (Remote host closed the connection) 17:58:44 --- quit: bluekelp_ (Ping timeout: 244 seconds) 17:59:17 --- join: bluekelp (~bluekelp@bluekelp.com) joined #forth 18:05:28 --- quit: bluekelp (Ping timeout: 256 seconds) 18:11:48 --- join: bluekelp (~bluekelp@bluekelp.com) joined #forth 18:24:31 --- join: wa5qjh (~quassel@175.158.225.216) joined #forth 18:24:32 --- quit: wa5qjh (Changing host) 18:24:32 --- join: wa5qjh (~quassel@freebsd/user/wa5qjh) joined #forth 18:34:23 KipIngram: i don’t remember anything in ANS for this 18:43:18 --- quit: bluekelp (Ping timeout: 240 seconds) 18:43:57 --- join: bluekelp (~bluekelp@bluekelp.com) joined #forth 18:49:14 --- join: smokeink (~smokeink@61-223-91-118.dynamic-ip.hinet.net) joined #forth 19:25:37 --- quit: dave9 (Quit: one love) 19:46:04 has anyone here played with FIJI? http://fiji.sourceforge.net/ 19:46:19 I just spent a mess of time forking and cleaning it up for my needs. pretty nifty. 19:47:04 my world is in JVMs these days its ability to call methods on existing Java code makes it quite useful 19:47:17 not a "true" forth -- more of an ATLAST style integration 19:47:31 i can upload my version to github if anyone is interested 19:49:52 --- quit: proteusguy (Remote host closed the connection) 19:51:14 bluekelp: i am interesting of jvm based forth, but those existing one was just too simple 19:59:26 it's not complex, no. but it will serve as a starting point and help me interact with and debug my other code in complex runtime environments 19:59:58 mostly I predict I will use it for scripting things and poking at live systems via a simple out-of-band console 20:00:52 https://github.com/bluekelp/fiji-core if you're interested 20:01:20 I pruned it down to the minimal code and core functionality it came with, and updated it (mostly) to java 8 20:01:40 it has no dependencies and it's fairly easy to bootstrap a new forth interpreter inside your code 20:02:49 hopefully it will be useful to someone else too 20:20:52 --- join: proteus-guy (~proteusgu@2403:6200:88a6:329f:d579:7982:f28:acc5) joined #forth 20:27:54 Thinking about starting a blog: maybe use this as a start: https://www.bernd-paysan.de/httpd-en.html 21:30:10 --- quit: proteus-guy (Remote host closed the connection) 21:30:46 --- join: proteus-guy (~proteusgu@2403:6200:88a6:329f:91ab:9f13:7fad:be38) joined #forth 21:59:13 bluekelp: i hope it will be powerful by basing on the jvm ecosystem like clojure does 22:17:15 bluekelp: looks like you playing minecraft too :D 22:54:37 --- quit: smokeink (Ping timeout: 256 seconds) 23:35:19 --- join: dave9 (~dave@90.20.215.218.dyn.iprimus.net.au) joined #forth 23:59:59 --- log: ended forth/18.08.09