<?xml version="1.0" encoding="utf-8" ?> <!-- -*- mode:nxml; coding: utf-8 -*- -->
<document name="dfsch">
  <vcstag>$Id: dfsch.xml 82 2008-02-11 20:10:25Z dfox $</vcstag>
  <variant lang="en" title="dfsch - Scheme-like Lisp dialect">
    <div>
      dfsch is Scheme-like Lisp dialect and it's C
      implementation. dfsch as a language draws inspiration from <a
      href="http://www.schemers.org/Documents/Standards/R5RS/">R5RS</a>,
      but also contains concepts inspired by other languages, mainly
      <a
      href="http://www.lisp.org/HyperSpec/FrontMatter/Starting-Points.html">Common
      Lisp</a>. Implementation is written in plain C with <a
      href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">Boehm-Demers-Weiser
      conservative garbage collector</a> using some object-oriented
      concepts on top of plain C. 
    </div>
    <div>
      Whole implementation should be fairly portable across unix platforms, 
      but currently is only
      tested on Linux on i386, Sparc and Alpha, some versions was sucessfully 
      tested on Solaris. dfsch partially works under Cygwin.
    </div>
    <div>
      For now, there is very little documentation.
    </div>
    <div>
      <code>dfsch</code> is distributed under the terms of GNU GPL.
    </div>
    <div>
      <a href="dfsch/">Project website</a>
    </div>
  </variant>
  <variant lang="cs" title="dfsch - Dialekt jazyka Lisp podobný Scheme">
    <div>
      <code>dfsch</code> je dialekt jazyka Lisp podobný Scheme a jeho implementace. Jazyk je inspirován <a href="http://www.schemers.org/Documents/Standards/R5RS/">R5RS</a>, ovšem obsahuje i koncepty z jiných jazyků, zejména pak <a href="http://www.lisp.org/HyperSpec/FrontMatter/Starting-Points.html">Common
      Lispu</a>. Implementace je psaná v čistém C s použitím  <a
      href="http://www.hpl.hp.com/personal/Hans_Boehm/gc/">Boehm-Demers-Weiser
      conservative garbage collectoru</a> a jistých objektově orientovyných konceptů. 
      </div><div>
      Implementace by měla být vcelku přenositelná mezi ruznými unixy, nicméně 
      je testována pouze na Linuxu běžícím na i386, Sparcu a Alphě. Funkčnost 
      některých vývojových verzí byla úspěšně testována na Solarisu. dfsch 
      částečně funguje v Cygwinu.
    </div>
    <div>
      Prozatím neexistuje téměř žádná dokumentace.
    </div>
    <div>
      <a href="dfsch/">Web projektu</a>
    </div>
  </variant>
</document>

