SoFunction
Updated on 2025-04-10

The ultimate beauty - A hundred lines of code to realize a new intelligent language page 4/6


You can enter LispScript statements in this simple running environment. Please use a semicolon to separate multiple statements.

For example: You can enter
[cons,1,[2,3]]
Then run, and the result is [1,2,3]

You can enter
[setq,'x',1];
[setq,'y',[2,3]];
[cons,x,y]
Then run, the result is still [1,2,3]

You can enter
[defun,'mycons',['x','y'],[cons,'x','y']];
[mycons,1,[2,3]]
Then run, and the result is still [1,2,3]
No way to push
JavaScript:
The most misunderstood language in the world
/blog/555080192/
/shiningray/articles/
Previous page123456Next pageRead the full text