#beginners
Read more stories on Hashnode
Articles with this tag
Beware of bugs in the above code; I have only proved it correct, not tried it. (Donald Knuth) · Welcome back to the last post of our "PicoLisp for...
To conclude our "PicoLisp for Beginners" Series, we should talk about naming conventions, and finally create our first own little program! Naming...
Loops and conditional statement · Conditonal Statements Next, we will explore conditional statements. Let's start with the if statement. It is quite...
Hello, World! · Welcome back, let's continue our 60 most common PicoLisp functions series! Today we will talk about Input and Output functions and how to...
"One man's constant is another man's variable" (Alan Perlis) · Welcome back to the second part of the "60 PicoLisp Functions you should know" series....
Form follows Function · We mentioned in previous posts that PicoLisp is striving for "simplicity". But what does that mean, actually? The Simple Way of...