picolisp 22.9-1 source package in Ubuntu

Changelog

picolisp (22.9-1) unstable; urgency=medium

  * New upstream version 22.9

 -- Kan-Ru Chen <email address hidden>  Sat, 01 Oct 2022 21:32:28 +0900

Upload details

Uploaded by:
Kanru Chen
Uploaded to:
Sid
Original maintainer:
Kanru Chen
Architectures:
amd64 arm64 mips64el ppc64el s390x
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
picolisp_22.9-1.dsc 1.9 KiB 9c58e8bda3ba7fc04d626e729f832dce91c9beaf89e1111eb3148e4888814a6e
picolisp_22.9.orig.tar.gz 1.1 MiB 2cf0ed9e176c9df76a2c5cffc87c48d838b7560fb678a16a45569521102da1e8
picolisp_22.9-1.debian.tar.xz 7.5 KiB ab5b7dcee4ef28e43d66cab96b46cd29ac4d79bb119aaf9ced1c623fd0331122

Available diffs

No changes file available.

Binary packages built by this source

picolisp: Lisp interpreter and application server framework

 Pico Lisp can be viewed from two different aspects: As a general
 purpose programming language, and a dedicated application server
 framework.
 .
 As a programming language, Pico Lisp provides a 1-to-1 mapping of a
 clean and powerful Lisp derivate, to a simple and efficient virtual
 machine. It supports persistent objects as a first class data type,
 resulting in a database system of Entity/Relation classes and a
 Prolog-like query language tightly integrated into the system.
 .
 As an application server framework, Pico Lisp provides for database
 management (including multi-user synchronization, DB garbage collection
 journalling and replication), web interface integrated (and generated
 from) the application data model, and an application server.