newLISP Fan Club

Forum => newLISP in the real world => Topic started by: HPW on March 15, 2004, 09:54:39 AM

Title: Random.lsp problem with 7.5.10
Post by: HPW on March 15, 2004, 09:54:39 AM
When loading random.lsp the window hangs and the console shows:



newLISP v7.5.10 Copyright (c) 2004 Lutz Mueller. All rights reserved.



>

symbol is protected in function set : Random:x

called from user defined function fireworks

called from user defined function run
Title:
Post by: Lutz on March 15, 2004, 10:41:28 AM
yes, one of the functions is changing the loop variable, this is not allowed any more because of potencial crashes. A new version of 'random.lsp' is in the development directory:



http://newlisp.org/download/development/random.lsp



Lutz