emotiq / dbm-git-repo

DBM's legacy support code for blockchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbm-git-repo

DBM's legacy support code for blockchain

For now the dbm-legacy-support folder contains the Lisp source for all the support routines beneath new Emotiq code. It is only partially ported to ACL at this time. Work on porting contines here.

The Emotiq folder contains new code written expressly for the Emotiq blockchain effort.


Lisp prerequisites and requirements.

Regarding Lisp ports: for the following, ACL and Clozure have been tested and work. Lispworks has been partially tested.

It's assume you're loading Quicklisp (https://www.quicklisp.org) via your Lisp init file.


Here are some basic load instructions:

Start Lisp. Then,

(load "/path/to/load.lisp")
(asdf :cosi)

where "/path/to/" is the path of this repository containing the load.lisp file, which you load first.


Simple system test:

(in-package :cosi)
(tst 100)

Typically runs in about 10 seconds on a Mac, puts out 1/2 page of output.

About

DBM's legacy support code for blockchain


Languages

Language:HTML 59.1%Language:Common Lisp 37.1%Language:C++ 1.8%Language:C 1.8%Language:TeX 0.1%Language:Roff 0.0%Language:CSS 0.0%Language:Makefile 0.0%