tabemann has quit [Remote host closed the connection]
tabemann has joined #forth
jsoft has joined #forth
boru` has joined #forth
boru has quit [Disconnected by services]
boru` is now known as boru
jsoft has quit [Ping timeout: 264 seconds]
_whitelogger has joined #forth
dave0 has quit [Quit: dave's not here]
jsoft has joined #forth
arrdem has quit [Ping timeout: 244 seconds]
arrdem has joined #forth
guan has quit [Ping timeout: 272 seconds]
arrdem has quit [Ping timeout: 246 seconds]
jsoft has quit [Ping timeout: 246 seconds]
arrdem has joined #forth
arrdem has quit [Read error: Connection reset by peer]
guan has joined #forth
arrdem has joined #forth
proteus-guy has joined #forth
MrMobius has joined #forth
_whitelogger has joined #forth
gravicappa has joined #forth
cox has quit [Ping timeout: 246 seconds]
WickedShell has quit [Remote host closed the connection]
jsoft has joined #forth
gravicappa has quit [Ping timeout: 256 seconds]
gravicappa has joined #forth
gravicappa has quit [Ping timeout: 240 seconds]
jsoft has quit [Ping timeout: 264 seconds]
cox has joined #forth
proteusguy has quit [Ping timeout: 240 seconds]
proteus-guy has quit [Ping timeout: 240 seconds]
proteus-guy has joined #forth
proteusguy has joined #forth
<cox> what would be a good name to call a case default vector? i cant call it default because thats what the default initialization chain is called
<cox> historically i just called it dflt but i dont like that
<cox> default: ?
<cox> my case statemensts are case: x of xxx y of yyy z of zzz dflt nnnn ;case and between case: and ;case we are in interpret mode
<cox> i guess ill call it default:
<cox> tho actually im not sure why i did not realise this waaaaay back when i first implemented this code but i dont need to be in interpret mode as long as i make OF immediate lol
<cox> 64 bit x4 is not going to be identical to 32 bit :)
<cox> well it already isnt,
<cox> err no scratch that it does need to be in interpret mode
<proteusguy> cox, how about "otherwise"?
<cox> thats a possiblity but the problem with that is its not what people expect it to be named - everyone callse it case of and default
<cox> so my plan is to TRY to be as clsoe to those as i can
<cox> ish
<proteusguy> well you already ruled out default so what do you want? :-)
<proteusguy> cox, my ActorForth has a pattern matching capability based on types. It uses underscore, '_', as a catch-all.
<cox> ya lol
<cox> oh btw
<proteusguy> case: 1 of xx1 y of yy1 _ zzz ;case
<proteusguy> something like that?
<cox> that would be so divergent from the norm even i would have problems reading it lol
<cox> btw this is mark4 (i created a cox account here because im working for cox communications from home)
<proteusguy> well then otherwise seems like a winner to me.
<proteusguy> oh hey Mark! haha
<proteusguy> Mark's evil twin.
gravicappa has joined #forth
<cox> lol
<cox> i have my 64 bit version of x4 working mostly, i think there are still a few bugs in the kernel and im working on pulling in various extensions, im on the terminal stuff right now - something isnt working right :)
<cox> but ive got a saved out extended forth that runs unless you call one of the broken words :)
<cox> just fixed a bug in case: where i was using >mark and >resolve - can not use those because those compile a 16 bit delta not an absolute address
WickedShell has joined #forth
dddddd has quit [Ping timeout: 240 seconds]
dddddd has joined #forth
WilhelmVonWeiner has quit [Read error: Connection reset by peer]
nmz has quit [Read error: Connection reset by peer]
Zarutian_HTC has joined #forth
dave0 has joined #forth
Zarutian_HTC has quit [Read error: Connection reset by peer]
Zarutian_HTC has joined #forth
gravicappa has quit [Ping timeout: 246 seconds]
cox has quit [Remote host closed the connection]
cox has joined #forth
presiden has joined #forth
jsoft has joined #forth
probonono has quit [Ping timeout: 256 seconds]