orivej has quit [Ping timeout: 260 seconds]
orivej has joined #picolisp
aw- has quit [Quit: Leaving.]
aw- has joined #picolisp
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
mtsd has joined #picolisp
rob_w has joined #picolisp
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #picolisp
orivej has quit [Ping timeout: 260 seconds]
mmmattyx has joined #picolisp
wineroots has joined #picolisp
rob_w has quit [Quit: Leaving]
<
tankf33der>
I feel the power to implement turing automata on enums now
<
Regenaxer>
Perfect
<
Regenaxer>
'enum' is really cool. Especially to emulate multi-dimensional (sparse) arrays
<
Regenaxer>
(enum 'A 5 5 5 5 5 5 5) voila, 7 dimensions :)
<
Regenaxer>
so easy
<
tankf33der>
One more candidate is retroforth emulator.
<
Regenaxer>
(never needed it though ;)
<
Regenaxer>
For the Forth memory?
<
tankf33der>
Yea, it has data file as virtual machine binary and then you load a code. I failed to implement three times already.
<
tankf33der>
It hanged all the time :)
<
tankf33der>
Of course it was my fault.
<
tankf33der>
20 instructions, like risc.
<
Regenaxer>
One of the most interesting architectures to emulate is the "single instruction" machine
<
Regenaxer>
Has only
*1* opcode
<
Regenaxer>
And because it has only one instruction, the opcode can be omitted :)
orivej has joined #picolisp
aw- has quit [Quit: Leaving.]
orivej has quit [Ping timeout: 265 seconds]
orivej has joined #picolisp
mtsd has quit [Ping timeout: 240 seconds]