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.
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.
<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