I'm imagining something like https://gobyexample.com/.

PicoLisp by Example

Quick access to common tasks
Calling External Programs
  • LDAP - Search for a User


  • Concurrency
  • Synchronous Concurrency
  • Concurrent Computing


  • Coroutines
  • Exponential Generator


  • Cryptography
  • tankfeeder/crypto - all your favorites, in pure PicoLisp.

    I/O
  • Read a file character by character (UTF8)
  • Read a file line by line
  • Read a specific line from a file
  • Read an entire file
  • Read a config file


  • Strings
    Games
  • RcSim - A Model Flight Simulator
  • Conway's Game of Life
  • Minesweeper
  • Code and play minesweeper from the REPL.

  • 2048
  • A PicoLisp version of everyone's favorite sliding block puzzle game.

  • 24 Game
  • Not as fun as 2048...

  • 24 Game Solved
  • so we'll have PicoLisp solve it instead!

    Networking
  • A PicoLisp IRC client
  • A short tutorial

    Loops
    Control Flow
    Metaprogramming
  • Extend your Language
  • Adding a new conditional operator.

    https://picolisp.com/wiki/?categories

    06may16    erik