PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

Beginner Developers

#beginners

More content

Read more stories on Hashnode


Articles with this tag

Levelling up - 2: Use the debugger

Sep 14, 20218 min read

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...

Levelling up - 2: Use the debugger

A very first PicoLisp program

Sep 12, 20217 min read

To conclude our "PicoLisp for Beginners" Series, we should talk about naming conventions, and finally create our first own little program! Naming...

A very first PicoLisp program

60 PicoLisp Functions You Should Know - 4: Control Flow

Sep 8, 20214 min read

Loops and conditional statement · Conditonal Statements Next, we will explore conditional statements. Let's start with the if statement. It is quite...

60 PicoLisp Functions You Should Know - 4: Control Flow

60 PicoLisp Functions You Should Know - 3: Input/Output

Sep 7, 20215 min read

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...

60 PicoLisp Functions You Should Know - 3: Input/Output

60 PicoLisp Functions You Should Know - 2: Defining Variables

Sep 6, 20213 min read

"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....

60 PicoLisp Functions You Should Know - 2: Defining Variables

Concepts and Data Types of PicoLisp

Sep 4, 20216 min read

Form follows Function · We mentioned in previous posts that PicoLisp is striving for "simplicity". But what does that mean, actually? The Simple Way of...

Concepts and Data Types of PicoLisp