Levelling up - 2: Use the debugger
Beware of bugs in the above code; I have only proved it correct, not tried it. (Donald Knuth)
Sep 14, 20218 min read886

Search for a command to run...
Articles tagged with #beginners
Beware of bugs in the above code; I have only proved it correct, not tried it. (Donald Knuth)

To conclude our "PicoLisp for Beginners" Series, we should talk about naming conventions, and finally create our first own little program! Naming Conventions PicoLisp has a few naming conventions that should be followed, in order to introduce name c...

Loops and conditional statement

Hello, World!

"One man's constant is another man's variable" (Alan Perlis)

Form follows Function
