00:00:00 --- log: started forth/16.10.14 00:21:39 --- quit: mark4 (Quit: Leaving) 00:51:49 --- quit: dys (Read error: Connection reset by peer) 00:59:20 --- join: dys (~dys@2003:5b:203b:100:6af7:28ff:fe06:801) joined #forth 01:18:23 --- quit: mnemnion (Remote host closed the connection) 03:01:43 --- quit: nighty (Quit: Disappears in a puff of smoke) 03:38:33 --- join: true-grue (~true-grue@176.14.222.10) joined #forth 04:14:40 --- join: nighty (~nighty@s229123.ppp.asahi-net.or.jp) joined #forth 05:48:29 --- join: rgrinberg (~rgrinberg@blk-212-79-74.eastlink.ca) joined #forth 07:04:05 --- quit: X-Scale (Read error: Connection reset by peer) 07:06:47 --- join: X-Scale (~ARM@2001:0:53aa:64c:0:9d4f:b176:3a49) joined #forth 07:14:10 --- join: siddfinch (~user@wopr.neodttc.us) joined #forth 07:14:38 --- nick: siddfinch -> Guest65714 07:21:15 --- join: neceve (~ncv@84.232.162.131) joined #forth 07:21:15 --- quit: neceve (Changing host) 07:21:15 --- join: neceve (~ncv@unaffiliated/neceve) joined #forth 08:18:19 --- quit: rgrinberg (Ping timeout: 258 seconds) 08:19:54 --- nick: karswell` -> karswell 08:28:33 --- quit: proteusguy_satri (Quit: Leaving) 08:28:51 --- join: rgrinberg (~rgrinberg@24.224.249.227) joined #forth 08:28:51 --- join: proteusguy (~proteusgu@180.183.111.240) joined #forth 08:29:14 --- mode: ChanServ set +v proteusguy 09:08:17 --- join: mnemnion (~mnemnion@71.198.73.193) joined #forth 09:25:28 --- part: systemsgotyou left #forth 09:46:03 --- quit: dys (Ping timeout: 260 seconds) 09:58:06 --- quit: mnemnion (Remote host closed the connection) 10:16:28 --- join: mnemnion (~mnemnion@152.179.131.166) joined #forth 11:05:04 --- quit: rgrinberg (Ping timeout: 258 seconds) 11:09:00 --- join: dys (~dys@ip-109-44-3-236.web.vodafone.de) joined #forth 11:09:06 --- join: Zarutian (~zarutian@168-110-22-46.fiber.hringdu.is) joined #forth 11:41:29 --- join: Keshl_ (~Purple@24.115.181.94.res-cmts.gld.ptd.net) joined #forth 11:44:12 --- join: weechat2 (~weechat@li1030-104.members.linode.com) joined #forth 11:45:31 --- join: DGASAU` (~user@lmpc.drb.insel.de) joined #forth 11:49:33 --- join: ncv (~ncv@79.114.68.86) joined #forth 11:49:33 --- quit: ncv (Changing host) 11:49:33 --- join: ncv (~ncv@unaffiliated/neceve) joined #forth 11:51:31 --- join: rpcope_ (~rpcope@162.245.217.4) joined #forth 11:52:07 --- quit: eatonphil (*.net *.split) 11:52:08 --- quit: Keshl (*.net *.split) 11:52:08 --- quit: rpcope (*.net *.split) 11:52:08 --- quit: carc (*.net *.split) 11:52:09 --- quit: cantstanya (*.net *.split) 11:52:10 --- quit: DGASAU (*.net *.split) 11:52:44 --- quit: neceve (Ping timeout: 268 seconds) 11:55:20 --- join: rgrinberg (~rgrinberg@blk-212-79-74.eastlink.ca) joined #forth 11:56:00 --- quit: ggherdov`__ (Ping timeout: 250 seconds) 11:58:35 --- join: ggherdov`__ (sid11402@gateway/web/irccloud.com/x-ijeckbrogatolicx) joined #forth 12:01:25 --- join: cantstanya (~chatting@unaffiliated/cantstanya) joined #forth 12:02:00 --- quit: ggherdov`__ (Excess Flood) 12:03:55 --- join: ggherdov`__ (sid11402@gateway/web/irccloud.com/x-qmimnyxkfojodmeu) joined #forth 12:06:07 --- join: carc (~carc@2001:41d0:52:cff::f85) joined #forth 12:06:07 --- quit: carc (Changing host) 12:06:07 --- join: carc (~carc@unaffiliated/carc) joined #forth 12:22:13 --- quit: M-jimt (Ping timeout: 258 seconds) 12:29:52 --- quit: carc (Ping timeout: 258 seconds) 12:30:52 --- join: M-jimt (jimtmatrix@gateway/shell/matrix.org/x-cxszfdkveogxjmue) joined #forth 12:32:37 --- join: carc (~carc@unaffiliated/carc) joined #forth 12:49:44 --- quit: dys (Ping timeout: 250 seconds) 12:59:21 --- join: dys (~dys@ip-109-44-3-236.web.vodafone.de) joined #forth 13:18:42 --- quit: rpcope_ (Quit: ZNC - http://znc.in) 13:19:08 --- join: rpcope (~rpcope@162.245.217.4) joined #forth 14:04:33 --- join: nal (~nal@adsl-64-237-239-229.prtc.net) joined #forth 15:18:24 --- quit: karswell (Remote host closed the connection) 15:19:57 --- join: karswell (~user@101.208.208.46.dyn.plus.net) joined #forth 15:25:54 --- quit: karswell (Remote host closed the connection) 15:26:08 --- quit: ncv (Quit: Konversation terminated!) 15:27:23 --- quit: true-grue (Read error: Connection reset by peer) 15:27:31 --- join: karswell (~user@101.208.208.46.dyn.plus.net) joined #forth 16:31:56 I tried filling my stack whith a really large amount of numbers and I got a stack overflow really easily 16:32:06 and I am wondering how you store a really large amount of data 16:37:05 At a guess, you store it not-on-the-stack. 16:39:42 where do I store it? 17:04:52 ``4096 allocate throw Value ptr'' 17:06:56 Or you could just use the dictionary. create ptr 4096 allot. Either way works. 17:17:37 --- quit: mnemnion (Remote host closed the connection) 17:20:25 --- quit: Zarutian (Quit: Zarutian) 17:21:12 --- join: mnemnion (~mnemnion@152.179.131.166) joined #forth 17:25:20 --- quit: mnemnion (Ping timeout: 250 seconds) 17:39:05 --- join: nisstyre (~yourstrul@li611-52.members.linode.com) joined #forth 17:39:28 --- quit: nisstyre (Changing host) 17:39:28 --- join: nisstyre (~yourstrul@oftn/oswg-member/Nisstyre) joined #forth 17:54:11 --- join: mnemnion (~mnemnion@71.198.73.193) joined #forth 17:58:35 --- quit: mnemnion (Ping timeout: 248 seconds) 17:59:25 --- join: mnemnion (~mnemnion@2601:643:8102:7c95:2c23:c4aa:d801:bcae) joined #forth 17:59:50 meh 18:00:21 or you could like, use a file 19:01:53 --- quit: karswell (Quit: ERC (IRC client for Emacs 25.1.1)) 19:15:46 --- quit: rgrinberg (Quit: WeeChat 1.6) 19:39:16 --- join: rgrinberg (~rgrinberg@blk-212-79-74.eastlink.ca) joined #forth 20:38:39 --- join: karswell (~user@101.208.208.46.dyn.plus.net) joined #forth 20:43:24 --- quit: rgrinberg (Remote host closed the connection) 21:37:37 --- join: rgrinberg (~rgrinberg@blk-212-79-74.eastlink.ca) joined #forth 21:48:22 John[Lisbeth], stacks are supposed to be shallow. Stacks have no semantics other than the cell. If you're dealing with a lot of numbers then they are likely related in some manner (a ledger for example) and should be in a data structure (with supporting words) that provides this semantic context. 22:00:57 --- quit: rgrinberg (Ping timeout: 258 seconds) 22:29:24 --- join: groovy2shoes (~groovy2sh@unaffiliated/groovebot) joined #forth 22:42:21 --- quit: nal (Quit: WeeChat 1.4) 22:43:36 --- quit: karswell (Remote host closed the connection) 22:45:05 --- join: karswell (~user@101.208.208.46.dyn.plus.net) joined #forth 23:59:59 --- log: ended forth/16.10.14