PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

programming languages

#programming-languages

More content

Read more stories on Hashnode


Articles with this tag

Logical Programming in PicoLisp: Learning Pilog!

Nov 1, 20214 min read

Welcome to the "Programming in Pilog" series! I guess it's quite likely that you have never heard of Pilog before. Short definition: By using Pilog,...

Logical Programming in PicoLisp: Learning Pilog!

Caesar Cipher: A Simple Encryption System in PicoLisp

Sep 17, 20218 min read

Est omnium rerum magister usus. · Welcome to the "Classic Algorithms" series. Here we will discuss code examples from the Rosetta Code Project and...

Caesar Cipher: A Simple Encryption System in PicoLisp

The Rosetta Code Project

Sep 16, 20212 min read

Learning another language is not only learning different words for the same things, but learning another way to think about things. (Flora Lewis) · Up to...

The Rosetta Code Project

60 PicoLisp Functions You Should Know - 5: Defining Own Functions

Sep 9, 20215 min read

Welcome back to the 60 most common PicoLisp functions series. Today we will cover functions. What are functions? Just like pieces of data can be...

60 PicoLisp Functions You Should Know - 5: Defining Own Functions

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 - 1: Arithmetics

Sep 5, 20214 min read

"If I were again beginning my studies, I would follow the advice of Plato and start with mathematics." (Galileo Galilei) · The following posts will cover...

60 PicoLisp Functions You Should Know - 1: Arithmetics