1
0
Fork
You've already forked plispdemo
0
Some code demonstration in PicoLisp
  • PicoLisp 100%
2026年07月13日 05:23:58 +03:00
doc_en New lines added 2026年07月09日 09:59:33 +03:00
doc_lv Introduction draft 2026年07月06日 15:33:39 +03:00
doc_ru Introduction draft 2026年07月06日 15:33:39 +03:00
Readme.md Introduction draft 2026年07月06日 15:33:39 +03:00
t01_common.l t01 : Tranlsations and block comment 2026年07月12日 09:48:42 +03:00
t02_OOP.l t02 : demo01 properties with translations 2026年07月13日 05:23:58 +03:00

Some PicoLisp code examples

Code is written using Functional Programming with PicoLisp mostly only for inspiration, but sometimes code used with some changes.

Comments are written using markdown file format and in 3 languages:

  • English
  • Russian
  • Latvian

Also some ideas are used from Learn X in Y minutes , mostly from other LISP dialect descriptions.

t00_introduction : Introduction - only documentation

Introduction is about:

  • installation PicoLisp
  • using interactive mode
  • script invocation in command line

English documentation is in doc_en folder,

Russian documentation - in doc_ru folder and

Latvian documentation is in doc_lv folder.

t01_common : Some common constructions

Examples for common programming language constructions:

  • arithmetic operators
  • common control and loop constructions
  • function definition in C - style