Check-in [83251cb8d5]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update README.md
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 83251cb8d5304625d3889fde7ecb107f31a94f12
User & Date: noreply@github.com 2016-07-07 18:26:27
Context
2016-07-07
18:27
Update README.md check-in: 3917e7f4df user: noreply@github.com tags: trunk
18:26
Update README.md check-in: 83251cb8d5 user: noreply@github.com tags: trunk
18:17
Update sqlite3.sls check-in: 2c324f3f3c user: noreply@github.com tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to README.md.

1
2
3
4
5
6
7

8
9
10
# thunderchez
libraries for chez scheme productivity

(import (fmt fmt)) 

(import (matchable))


(import (sqlite3))
(load-shared-object "libsqlite3.so.0")


|

|
|
|
|
>
|
|

1
2
3
4
5
6
7
8
9
10
11
# thunderchez
Libraries for [Chez Scheme](https://github.com/cisco/ChezScheme) productivity

> (import (fmt fmt)) 
>
> (import (matchable))
>
> ; based on chicken sqlite3 egg
> (import (sqlite3))
> (load-shared-object "libsqlite3.so.0")