• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H07-May-2022-3,2712,445

sgtk/H22-Jun-2000-28,17322,118

AUTHORSH A D28-Apr-2000157 95

CHANGESH A D22-Jun-200030.4 KiB1,292872

COPYINGH A D11-Mar-200017.6 KiB341281

ChangeLogH A D22-Jun-200030.4 KiB1,292872

INSTALLH A D12-Jun-20001.9 KiB8653

LICENCE_EXCEPTIONH A D30-May-20001.2 KiB2518

Makefile.amH A D22-Jun-20003.2 KiB11369

Makefile.inH A D03-May-202219.2 KiB622472

READMEH A D03-Jun-1999758 3518

TODOH A D20-Jun-20004.4 KiB153101

aclocal.m4H A D22-Jun-20004.3 KiB128113

array.cH A D12-Jun-20009.1 KiB369253

asm.cH A D03-May-202259.6 KiB2,2521,620

asm.hH A D26-May-2000177 107

atom.cH A D26-May-20002.6 KiB13092

boolean.cH A D26-May-20002.2 KiB9057

cat.scmH A D03-Jun-2000491 2420

catch.cH A D26-May-20003 KiB12587

chr.cH A D03-May-20228.6 KiB336217

code.cH A D26-May-20001.1 KiB6144

config.h.inH A D05-Jun-20002.4 KiB10068

configureH A D03-May-202277.4 KiB2,6792,141

configure.inH A D22-Jun-20006 KiB244193

cont.cH A D26-May-20002 KiB10170

cont.hH A D26-May-2000417 2714

dyn.cH A D28-May-200018.3 KiB706551

env.cH A D26-May-20001.4 KiB5737

fib.scmH A D30-May-199993 54

file.cH A D03-May-20223.9 KiB162128

format.cH A D26-May-20001.5 KiB6752

hash.cH A D26-May-200016.2 KiB691498

heap.cH A D02-Jun-200014.1 KiB642429

heap.hH A D26-May-2000562 2011

install-shH A D11-Mar-20005.5 KiB252153

list.cH A D01-Jun-200016.5 KiB570409

loop.scmH A D16-Apr-199978 32

lsym.cH A D26-May-2000313 2110

macro.cH A D26-May-20002.4 KiB10877

macro.scmH A D17-Sep-19991.5 KiB6417

misc.cH A D04-Jun-20002.9 KiB11985

missingH A D11-Mar-20006.1 KiB191154

mkinstalldirsH A D11-Mar-2000722 4123

mkoptableH A D03-May-2022307 129

mkwhatisH A D22-Feb-20001.9 KiB10782

module.cH A D01-Jun-200011.8 KiB471293

number.cH A D26-May-200020 KiB892732

number.iH A D03-May-202213.4 KiB612430

number.xH A D09-Jun-20002.1 KiB6362

object.cH A D03-May-202219 KiB740519

object.hH A D03-May-20222.6 KiB9242

pointer.cH A D26-May-20001.4 KiB7052

port.cH A D22-Jun-200031.6 KiB1,266914

port.hH A D02-Jun-20001.6 KiB7138

prim2.iH A D21-Jun-20009 KiB391276

prim2.xH A D21-Jun-20001.3 KiB3837

proc.cH A D26-May-20004.2 KiB187142

proc.hH A D26-May-2000426 148

process.cH A D03-May-202213.7 KiB528391

regex.cH A D01-Jun-20006 KiB230135

s.cH A D12-Jun-200033.5 KiB1,3711,038

s.hH A D03-May-202220.6 KiB711488

s.scmH A D03-May-20226.2 KiB278170

smain.cH A D26-May-2000114 96

socket.cH A D03-May-202210.1 KiB390277

sproto.hH A D03-May-202226 KiB720679

stack.hH A D26-May-2000821 3322

stamp-h.inH A D22-Jun-200010 21

str.cH A D07-Jun-200038.3 KiB1,5341,200

struct.cH A D03-May-202214.8 KiB553393

struct.hH A D03-May-20221.6 KiB5330

sym.cH A D21-Jun-20005.9 KiB251185

thread.cH A D03-May-202219.9 KiB754489

unix.cH A D03-May-202221.5 KiB808622

variable.cH A D22-Jun-20009.6 KiB344244

vm2.cH A D03-May-202228.6 KiB1,3341,014

vm2.hH A D28-May-20005.6 KiB218157

wloop.scmH A D10-Oct-199970 32

README

1	   QScheme - a fast implementation of the Scheme language.
2
3		 Copyright (C) 1998-1999 Daniel Crettol <dan@sof.ch>
4
5
6What's QScheme ?
7
8  QScheme is a fast implementation of the Scheme language, as defined
9  in the R5RS document. This is not a full implementation yet.
10
11  The documentation is not completed yet. See the doc directory.
12
13  Read the INSTALL file to install this.
14
15Goals
16
17  QScheme is here to be fast and easely extendable. I hope you will
18  enjoy it.
19
20Licence
21
22  QScheme is distributed under the term of the Gnu Public Licence. See
23  the file LICENCE for details.
24
25Author
26
27  I'm Daniel Crettol and you can email me to dan@sof.ch.
28
29  News and announce can be found at http://www.sof.ch/dan
30
31Final word
32
33  Don't expect too much and have fun.
34
35