Some code demonstration in PicoLisp
- PicoLisp 100%
| doc_en | New lines added | |
| doc_lv | Introduction draft | |
| doc_ru | Introduction draft | |
| Readme.md | Introduction draft | |
| t01_common.l | t01 : Tranlsations and block comment | |
| t02_OOP.l | t02 : demo01 properties with translations | |
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