picolisp 17.12-2 source package in Ubuntu

Changelog

picolisp (17.12-2) unstable; urgency=medium

  * Fix bash_completion

 -- Kan-Ru Chen (陳侃如) <email address hidden>  Wed, 17 Jan 2018 09:34:56 +0900

Upload details

Uploaded by:
Kanru Chen
Uploaded to:
Sid
Original maintainer:
Kanru Chen
Architectures:
any
Section:
lisp
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
picolisp_17.12-2.dsc 1.8 KiB 12518382a48e195137181ba8f8c8bd8d9f0e7a184a03906f7d4784d0b21e2f9c
picolisp_17.12.orig.tar.gz 986.8 KiB 63683704a52ba955eed0f14e67a8b1d91ce5e63866f8dc07a7cdb040cb595819
picolisp_17.12-2.debian.tar.xz 10.1 KiB c760b00a9d9dc1407ff0fba51ea897f07d6c2c58f3a88e5dfd6917dc74fac41c

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.