proteus-guy has joined #forth
proteus-person has quit [Read error: Connection reset by peer]
boru` has joined #forth
boru has quit [Disconnected by services]
boru` is now known as boru
<proteus-guy> So implementing branch and loop controls for ActorForth as implemented in python is a giant PITA! I think I would have been better off using C++ or ASM. Anyway - looping works thanks to an abomination of tee-ing iterators from generators! Forward jumps are next. Then I can start decoding and encoding protocols for useful work.
jsoft has joined #forth
gravicappa has joined #forth
proteus-guy has quit [Quit: Leaving]
gravicappa has quit [Ping timeout: 240 seconds]
gravicappa has joined #forth
jsoft has quit [Ping timeout: 240 seconds]
iyzsong has quit [Ping timeout: 240 seconds]
lonjil has quit [Ping timeout: 240 seconds]
lonjil has joined #forth
crc has quit [Ping timeout: 240 seconds]
klys has quit [Ping timeout: 240 seconds]
klys has joined #forth
crc has joined #forth
iyzsong has joined #forth
jsoft has joined #forth
iyzsong has quit [Quit: ZNC 1.7.5 - https://znc.in]
iyzsong has joined #forth
WickedShell has quit [Remote host closed the connection]
X-Scale has joined #forth
dave0 has quit [Quit: dave's not here]
Zarutian_HTC has quit [Ping timeout: 265 seconds]
Zarutian_HTC has joined #forth
proteus-guy has joined #forth
<proteus-guy> ActorForth has comments, strings, and basic loops! :-) Almost a real language kinda sorta...
jsoft has quit [Ping timeout: 256 seconds]
Zarutian_HTC has quit [Ping timeout: 240 seconds]
Zarutian_HTC has joined #forth
mokulus has joined #forth
xek has joined #forth
WickedShell has joined #forth
* Zarutian_HTC heard from a friend that had moved to Britain and back (pre-brexit) had someone claiming to be from TV Licensing authority show up and wanted to see his TV. My friend responded that the guy was a burglary caser if he had ever seen one and told him to get lost.
<Zarutian_HTC> The thing is that it was abolished around 2000 and is just part of the council fee. He was visited in 2004 iirc.
ecraven has quit [Quit: bye]
ecraven has joined #forth
<mokulus> so the loicense memes are true??
Zarutian_HTC has quit [Ping timeout: 256 seconds]
brainfunnel has joined #forth
Zarutian_HTC has joined #forth
<Zarutian_HTC> mokulus: not sure what you mean
<mokulus> how old are you? first digit
gravicappa has quit [Ping timeout: 240 seconds]
<cmtptr> a/s/l?
<mokulus> 18/f/cali
<mokulus> u?
<cmtptr> that's incredible, me too!
jsoft has joined #forth
mokulus has quit [Ping timeout: 264 seconds]
xek has quit [Ping timeout: 240 seconds]
dave0 has joined #forth
<dave0> maw
_whitelogger has joined #forth
<crest> just adding thousands of tiny forth cores to a die won't result in a useful chip
<crest> you'll quickly encounter amdahl's law
<crest> and have to spend most resources on the interconnect between the simple cores to do anything more intersting than bitcoin mining with them
<crest> the mental load on the programmer is one of the important reasons that intersting designs like the cell processor failed
<crest> implementing a token threaded forth on cortex m3/m4 would be nice because they have a jump table instructions (TBB, TBH) for 8 bit and 16bit tokens
<crest> some CISC instruction sets have indexed addressing modes that can be use to accomplish the same