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
mmmattyx has quit [Quit: Connection closed for inactivity]
orivej has joined #picolisp
aw- has joined #picolisp
mtsd has joined #picolisp
<Regenaxer> tankf33der, I thought about mapping signed numbers to positive numbers by a kind of glue function to 'enum'
<Regenaxer> Like this: http://ix.io/2VHq
<Regenaxer> oops, (* 2 (- Cnt)) can be simplified to (* -2 Cnt) of course
<Regenaxer> So http://ix.io/2VHr
<tankf33der> Yea, sure
aw- has quit [Quit: Leaving.]
<tankf33der> for my turing implementation it is simpler, because i dont need index as number itself, i just move left or right.
<Regenaxer> ah, ok
<tankf33der> My machine is working, still testing, very small and beautiful and on enums
<Regenaxer> cool :)
<tankf33der> My implementation on rosetta is a huge monster.
<Regenaxer> :)
aw- has joined #picolisp
<tankf33der> Running very complex programm on 47M steps, will take some time.
orivej has quit [Ping timeout: 268 seconds]
<tankf33der> turing machine on enums.
orivej has joined #picolisp
<Regenaxer> nice!
aw- has quit [Quit: Leaving.]
mmmattyx has joined #picolisp
razzy has quit [Quit: Connection closed]
mtsd has quit [Ping timeout: 265 seconds]
orivej has quit [Ping timeout: 265 seconds]
aw- has joined #picolisp