( resources home )

summer of lisp past meetings directions contact us join mailing list shop merchandise

( news )

Shop LispNYC, we've got cool items available at cafepress

bottom corner

AI for file shrinking

Using AI to make files smaller

The idea is to make a program (agent) which will create another program based on the file to shrink.

The new program has to be smaller than the file and when the new program is executed it has to recreate the file.

Another approach is to let make a program (agent) that creates a file containing an expression, a set of rules, an algorithm or a neural network based on the file to shrink. Again the new file has to be smaller than the original file and will be used to recreate the original.

Note that the original file is not of a special type, it could be of any type.

Don't know why this is important to the Lisp/Scheme community, just sharing an idea.

bottom corner