guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: re-writing algorithms in Guile


From: Dr. Arne Babenhauserheide
Subject: Re: re-writing algorithms in Guile
Date: Tue, 29 Jun 2021 08:08:09 +0200
User-agent: mu4e 1.4.15; emacs 27.2

> Your program in Guile Scheme which realizes an algorithm is not a
> derivative work of the program you read, which program is written in
> C.  Even in the case that your program realizes the same algorithm as
> the C program does.  The above official article of the US Copyright
> Office clearly states this.

That is only true, if you do not re-use any structure of the original
program that is not part of the algorithm.

If you want to be sure, you need a cleanroom re-implementation: Have
someone else read the code and write down the pure algorithm. Then
implement that without ever having seen the original code.
https://en.wikipedia.org/wiki/Clean_room_design

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]