00:26:34
##forth
<cleobuline>
mforth: WORDS
00:26:34
##forth
<mforth>
USERNAME .S . + - * / MOD DUP DROP SWAP OVER ROT >R R> R@ = < > AND OR NOT XOR & | ^ ~ << >> CR EMIT VARIABLE @ ! +! DO LOOP I WORDS LOAD CREATE ALLOT ." CLOCK BEGIN WHILE REPEAT AGAIN SQRT UNLOOP +LOOP PICK CLEAR-STACK PRINT NUM-TO-BIN PRIME? FORGET STRING " 2DROP IMAGE TEMP-IMAGE CLEAR-STRINGS DELAY EXIT MICRO MILLI test
00:26:51
##forth
<cleobuline>
mforth: LOAD "test.fth"
00:27:04
##forth
<cleobuline>
mforth: CREDIT
00:29:34
##forth
<cleobuline>
now support many resquests at a time
00:31:18
##forth
<zozo>
i still have to shrink the code
02:11:53
##forth
<nmz>
veltas: will you go to jail? Do you need bail money?
02:24:26
##forth
<ohnoitsnoah>
Anyone here checked out DuskOS and CollapseOS?
02:54:28
##forth
<xentrac>
well, vdupras wrote them
02:55:06
##forth
<xentrac>
nmz: "bitsy" is great
09:01:39
##forth
<veltas>
nmz: FYI "unlawful" in UK really means something that's non-criminal
09:02:10
##forth
<veltas>
And also no I am definitely not getting in trouble over this
09:04:46
##forth
<veltas>
Just an interesting bit of UK laws
09:15:32
##forth
<nmz>
did you fly a kite in a public place?
09:23:47
##forth
<veltas>
It's not "fly a kite in a public place"
12:30:57
##forth
<xentrac>
hmm, that's interesting. in the US "unlawful" is a precise synonym for the adjective "criminal"
13:01:56
##forth
<veltas>
Apparently it's not as simple as "non-criminal", but there does seem to be some difference in UK
15:14:41
##forth
<KipIngram>
Unlawful to look at a bible? Wow.
15:15:50
##forth
<KipIngram>
ohnoitsnoah: They've come up here a time or two.
17:42:22
##forth
<ohnoitsnoah>
2025 year of stack based languages
21:00:25
##forth
<zozo>
mforth: : test DUP
21:00:34
##forth
<zozo>
mforth: DUP
21:00:44
##forth
<zozo>
mforth: * * . ;
21:00:52
##forth
<zozo>
mforth: 3 test
21:00:53
##forth
<mforth>
27
21:01:08
##forth
<zozo>
accept multi line definition now
21:11:53
##forth
<zozo>
manage grace fully bad definitions too
21:12:16
##forth
<zozo>
mforth: : test DUP unknowed ;
21:12:16
##forth
<mforth>
Unknown word in definition: unknowed
21:12:17
##forth
<mforth>
Error: Definition discarded due to error
21:42:14
##forth
<dzho>
5 test
21:42:17
##forth
<dzho>
derp
21:42:21
##forth
<dzho>
mforth: 5 test
21:42:21
##forth
<mforth>
Unknown word: test
21:42:28
##forth
<dzho>
ok, separate contexts
21:43:09
##forth
<dzho>
mforth: : square DUP * . ;
21:43:11
##forth
<dzho>
5 square
21:43:16
##forth
<dzho>
mforth: 5 square
21:43:16
##forth
<mforth>
25
21:45:39
##forth
<xentrac>
dzho: do you think you could maybe test on #retro-testing or something instead?
21:46:24
##forth
<dzho>
oh, sorry.
21:47:11
##forth
<dzho>
xentrac: well, mforth isn't there so I guess I just won't
21:48:06
##forth
<xentrac>
dzho: maybe you could make mforth join there?
21:48:43
##forth
<dzho>
xentrac: not my bot
21:49:48
##forth
<pgimeno>
[0406 15:06:30] <cleobuline> you can play with my irc forth bot there #forth-experimental
21:50:51
##forth
<pgimeno>
his bot being mforth
21:51:40
##forth
<xentrac>
oh, thanks, pgimeno
21:58:16
##forth
<dzho>
at some point if it's going to stick around, might be a good thing to put at the other end of that forth.chat link, or in the /topic, length permitting
22:00:54
##forth
<xentrac>
sorry, I thought you were cleobuline testing your bot
22:06:47
##forth
<cleobuline>
this sofware is given as is , use at your own risk ;)
22:08:10
##forth
<cleobuline>
build to exit gracefully if some memory errors occur