ChanServ changed the topic of #picolisp to: PicoLisp language | Channel Log: https://irclog.whitequark.org/picolisp/ | Check also http://www.picolisp.com for more information
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 ;)
<tankf33der> Yea.
<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 :)
<Regenaxer> :)
<tankf33der> Of course it was my fault.
<tankf33der> 20 instructions, like risc.
<Regenaxer> I see
<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 :)
<tankf33der> :)
<beneroth> cool
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]