Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[24 / 3 / 14]

ID:uG/9yu3/ No.17343282 View ViewReplyOriginalReport
I wrote a program that converts numbers into lists with zeroes and lists in them that represent the prime factorization of the numbers in scheme.

For instance
0 = 0
( 0) = 1
( (0)) = 2
( 0 (0) ) = 3
(((0))) = 4
( 0 0 (0) ) = 5
ect

I think I want to write a program that draws them as trees now.