Parameters to curry into the program. Leave empty if not needed.
Solution arguments to pass to the program
Debug Limitations
The debugging feature currently has limitations due to compiler symbol table and macro handling. This may cause inaccurate step operations and may improve in future versions.
Examples:
Simple execution:
Curried: (empty)
Solution: (42) - Direct program argument
Curry + Solution:
Curried: (10) - Fixed value
Solution: (32) - Variable input
Result: Program receives both parameters
Loading...
Executing ChiaLisp program...
This may take a few seconds
Build Program
Parameters to curry into the program during compilation. This will generate the puzzle hash for the curried program.
Examples:
Basic compilation:
Curried: (empty)
Result: Raw program puzzle hash
Curried compilation:
Curried: (10 "fixed_value")
Result: Curried program puzzle hash
Loading...
Compiling ChiaLisp program...
This may take a few seconds
Create New File
.clsp
Enter the filename without extension. The .clsp extension will be added automatically.