• Stars
    star
    120
  • Rank 295,983 (Top 6 %)
  • Language
    Scheme
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Raven is a Package Manager for Chez Scheme

Raven

Raven is a Package Manager for Chez Scheme

Web Site

Manual

Packages List

package description only for Chez r6rs common pure Scheme C lib depenced
library
darkart foreign library call X X
srfi srfi X X
sufage srfi X X
core small procedures X X
slib X X
scheme-lib X X
web
igropyr http server X X
ballista web framwork X X X
catapult web framwork X X X
libra web framwork X X
json Json parser X X
chez-json Json parser X X
anb-json Json parser X X
jwt Json Web Token X X X
liber HTML parser X X
system
socket X X
libc X X
database
mysql X X
hash
base64 BASE64 X X
csha256 SHA256 hash X X
crypo
chs256 HMAC-SHA256 X X
compiler
nanopass compiler framwork X X
lalr LALR(1) parser X X
statistics
chez-stats statistics X X

the Raven libraries generally work fine on the R6RS implementation, except for some built on the c library which dependent on Chez Scheme's FFI.

Running project:

$ raven run example.sc

if you will run a project compiled:

$ export CHEZSCHEMELIBDIRS=.:lib:/usr/local/lib 
$ export CHEZSCHEMELIBEXTS=.chezscheme.sls::.chezscheme.so:.ss::.so:.sls::.so:.scm::.so:.sch::.so:.sc::.so
$ scheme exemple.so

The project Raven is supported by theschemer.org

The principal developers are: guenchi, chclock

Nota Bene: We recommend that the libraries for Raven files use .sc for distinguishing the libraries of r5rs / r7rs small.

More Repositories

1

Darkart

A binary interface let Chez Scheme use Python, Lua, Ruby etc's library
Scheme
196
star
2

Igropyr

a async http server base on libuv for Chez Scheme
C
115
star
3

Schemacs

Emacs implementation on Chez Scheme
Scheme
62
star
4

CSUG

Chez Scheme Version 9 User's Guide - Zhcn
61
star
5

json

a portable, powerful and pure functional JSON library for Scheme
Scheme
48
star
6

Scheme

Scheme Related Papers
44
star
7

TSPL

The Scheme Programming Language - ZhCN
42
star
8

Catapult

a Web framework for Igropyr (Chez Scheme http-server)
Scheme
34
star
9

match

Pattern-Matching written by Dan Friedman, Erik Hilsdale and Kent Dybvig
Scheme
29
star
10

ChezJS

Compile JavaScript to Native Code
Scheme
28
star
11

Core

Scheme's commonly used small functions
Scheme
27
star
12

Matplotlib

Matplotlib for Chez Scheme
Scheme
26
star
13

Ballista

a Express style webframework for Igropyr (Chez Scheme http-server)
Scheme
22
star
14

NumPy

NumPy for Chez Scheme
Scheme
19
star
15

SWL

The Scheme Widget Library (SWL) is a windowing and graphics package for Chez Scheme
Scheme
19
star
16

setup-scheme

Github Actions CI / CD setup for Scheme
JavaScript
15
star
17

Quantum

A lambda calculus for quantum computation
Scheme
12
star
18

AISI

An Introduction to Scheme and its Implementation - Zhcn
12
star
19

Liber

Liber is a template parser for Scheme List to HTML
Scheme
11
star
20

Tensorflow

Scheme language bindings for TensorFlow
Scheme
10
star
21

jwt

Json Web Token for Chez Scheme
Scheme
9
star
22

SciPy

SciPy for Chez Scheme
9
star
23

ChezLispMachine

Lisp Machine base on Chez Scheme
Assembly
8
star
24

clos.js

CLOS JavaScript Implementation
JavaScript
8
star
25

Pandas

Pandas for Chez Scheme
8
star
26

SymPy

SymPy for Chez Scheme
7
star
27

TDCS

The Development of Chez Scheme - Zhcn
6
star
28

guenchi.github.io

5
star
29

Node.sc

Scheme to JavaScript Compiler with readable generated code
5
star
30

lisp.js

JavaScript
4
star
31

SDFF

Software Design For Flexibility - cn
4
star
32

conlang-nanopass-compiler

A compiler to help creating constructed language
3
star
33

glacier

Easy interface for AWS s3 glacier
Scheme
2
star
34

ThosePits

ι‚£δΊ›εΉ΄ζˆ‘δ»¬θΆŸθΏ‡ηš„ε‘
2
star
35

fs-fatfs

FAT filesystem library in R6RS Scheme
Scheme
1
star
36

skill_tree_scheme

Python
1
star
37

neuro-lambda

Simulation of Natural Neural Structure
Scheme
1
star
38

language-creating

A demonstration of language creating
1
star