picolisp 3.0.8.7-1 source package in Ubuntu

Changelog

picolisp (3.0.8.7-1) unstable; urgency=low

  * New upstream release.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  24 Nov 2011 13:20:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Kanru Chen
Architectures:
kopensolaris-amd64 solaris-amd64 amd64 any-i386 any-armel any-armeb any-arm any-avr32 any-hppa any-m32r any-m68k any-mips any-mipsel any-powerpc any-s390 any-sh3 any-sh3eb any-sh4 any-sh4eb any-sparc any-armhf
Section:
lisp
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
picolisp_3.0.8.7.orig.tar.gz 794.5 KiB 0446b7b99ae4bb7434591caca784b3896e43909e7426b51087f0813ff9f79957
picolisp_3.0.8.7-1.debian.tar.gz 8.5 KiB 1d6afd3651b5949352611aec01cfb85a12ff3e71102228ff106d7e33ab192bd2
picolisp_3.0.8.7-1.dsc 2.0 KiB ca386c36b904870edb6af47d49b64a867aba454a12f39bc90bc38f9315a6bf1a

Available diffs

View changes file

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.