Ergebnis für URL: http://schemers.org/
     * Home
     * [1]Docs
     * [2]Community
     * [3]Standards
     * [4]Implementations

                                          Scheme

   Welcome to [5]Scheme.org, a new home page for Scheme. We host a [6]snapshot of
   the old Schemers.org. Thanks to [7]Prof. Shriram Krishnamurthi and all the other
   people who gave Scheme a home on Schemers.org for nearly twenty-five years.

   Scheme is a classic programming language in the [8]Lisp family. It emphasizes
   [9]functional programming and [10]domain-specific languages but adapts to other
   styles. Known for its clean and minimalist design, Scheme is one of the
   longest-lived and best-studied [11]dynamic languages, and has many fast and
   portable implementations.

   From the Scheme standard reports:

     Programming languages should be designed not by piling feature on top of
     feature, but by removing the weaknesses and restrictions that make additional
     features appear necessary. Scheme demonstrates that a very small number of
     rules for forming expressions, with no restrictions on how they are composed,
     suffice to form a practical and efficient programming language that is
     flexible enough to support most of the major programming paradigms in use
     today.

What's new in Scheme

     * [12]The point of macros Mar 31
     * [13]And another new programming language Mar 31
     * [14]Some hardcore Gambit-C features Mar 31
     * [15]Getting the hang of the lisp style Mar 31
     * [16]Refactoring and the Repl Mar 31

   More on [17]Planet Scheme.

Language

   [18]Try Scheme Type Scheme code and run it in your browser
      [19]FAQ     Frequently asked questions about Scheme
     [20]Books    Published books
    [21]Cookbook  Code snippets that solve common problems
   [22]Standards  Revised^n Report on Scheme and other standards
      [23]SRFI    Scheme Requests for Implementation
    [24]Research  Dive into the academic research behind Scheme

Community

   [25]Community Scheme gathering spots around the internet
   [26]Workshop  The Scheme and Functional Programming Workshop
    [27]Events   Conferences and other meetups
    [28]Planet   Blog posts from every corner of the Scheme community
     [29]Video   Videos about Scheme
     [30]Chat    IRC, Discord, Gitter and other highly informal channels
     [31]Lists   Mailing lists for email discussion of many Scheme topics
     [32]Wiki    Scheme community wiki
    [33]Groups   Work groups

Implementations

     [34]Get Scheme   Browse and compare all known Scheme systems
       [35]Bigloo     Scheme-to-C and Scheme-to-JVM compiler
    [36]Chez Scheme   Cross-module optimizing native-code compiler              R^6
    [37]Chibi-Scheme  Small embeddable interpreter with many optional libraries R^7
      [38]CHICKEN     Scheme-to-C compiler with a big, friendly community       R^7
      [39]Cyclone     New Scheme-to-C compiler with native threads              R^7
       [40]Gambit     Concurrent, retargetable, optimizing compiler             R^7
       [41]Gauche     Script interpreter with many built-in libraries           R^7
       [42]Gerbil     Scheme with actors and objects built on Gambit            R^7
       [43]Guile      Main Scheme implementation of the GNU project             R^6 R^7
     [44]JazzScheme   Object-oriented GUI and IDE built on Gambit
        [45]Kawa      JVM compiler with many extensions to Scheme               R^7
        [46]Loko      Bare-metal native-code compiler                           R^6 R^7
   [47]MIT/GNU Scheme Native-code compiler and development environment          R^7
        [48]Mosh      Complete R^6RS interpreter                                R^6 R^7
       [49]Racket     Native-code compiler                                      R^6 R^7
         [50]s7       Embeddable interpreter for music applications             R^7
    [51]Sagittarius   Script interpreter with many built-in libraries           R^6 R^7
        [52]SCM       Portable C implementation that begat Guile and SLIB
       [53]STklos     Interpreter with CLOS object-oriented GUI                 R^7
      [54]Ypsilon     Incremental native-code compiler with concurrent GC       R^6 R^7

Tools

       [55]Index     Library search using types, tags, and names
    [56]Containers   Ready-to-run Docker containers
   [57]Documentation Study Scheme implementations and libraries
   [58]Manual pages  Unix manual pages for tools and libraries
   [59]Conservatory  Preservation of old software and websites
       [60]Files     Archive of current and historical files
       [61]Gitea     Host Git repositories under Scheme.org
     [62]Go Scheme   URL shortening service
     [63]Registry    Catalog of identifiers and other data

   [64]About Scheme.org | [65]Source

References

   1. https://docs.scheme.org/
   2. https://community.scheme.org/
   3. https://standards.scheme.org/
   4. https://get.scheme.org/
   5. https://www.scheme.org/
   6. https://conservatory.scheme.org/schemers/
   7. https://cs.brown.edu/~sk/
   8. https://en.wikipedia.org/wiki/Lisp_(programming_language)
   9. https://en.wikipedia.org/wiki/Functional_programming
  10. https://en.wikipedia.org/wiki/Metaprogramming
  11. https://en.wikipedia.org/wiki/Dynamic_programming_language
  12. http://phildawes.net/blog/2007/02/28/the-point-of-macros/
  13. http://phildawes.net/blog/2007/09/28/and-another-new-programming-language/
  14. http://phildawes.net/blog/2007/04/21/some-hardcore-gambit-c-features/
  15. http://phildawes.net/blog/2007/03/29/getting-the-hang-of-the-lisp-style/
  16. http://phildawes.net/blog/2006/10/08/refactoring-and-the-repl/
  17. https://planet.scheme.org/
  18. https://try.scheme.org/
  19. https://faq.scheme.org/
  20. https://books.scheme.org/
  21. https://cookbook.scheme.org/
  22. https://standards.scheme.org/
  23. https://srfi.scheme.org/
  24. https://research.scheme.org/
  25. https://community.scheme.org/
  26. https://workshop.scheme.org/
  27. https://events.scheme.org/
  28. https://planet.scheme.org/
  29. https://video.scheme.org/
  30. https://chat.scheme.org/
  31. https://lists.scheme.org/
  32. https://wiki.scheme.org/
  33. https://groups.scheme.org/
  34. https://get.scheme.org/
  35. https://bigloo.scheme.org/
  36. https://chez.scheme.org/
  37. https://chibi.scheme.org/
  38. https://chicken.scheme.org/
  39. https://cyclone.scheme.org/
  40. https://gambit.scheme.org/
  41. https://gauche.scheme.org/
  42. https://gerbil.scheme.org/
  43. https://guile.scheme.org/
  44. https://jazz.scheme.org/
  45. https://kawa.scheme.org/
  46. https://loko.scheme.org/
  47. https://mit.scheme.org/
  48. https://mosh.scheme.org/
  49. https://racket.scheme.org/
  50. https://s7.scheme.org/
  51. https://sagittarius.scheme.org/
  52. https://scm.scheme.org/
  53. https://stklos.scheme.org/
  54. https://ypsilon.scheme.org/
  55. https://index.scheme.org/
  56. https://containers.scheme.org/
  57. https://docs.scheme.org/
  58. https://man.scheme.org/
  59. https://conservatory.scheme.org/
  60. https://files.scheme.org/
  61. https://gitea.scheme.org/
  62. https://go.scheme.org/
  63. https://registry.scheme.org/
  64. https://www.scheme.org/about/
  65. https://www.scheme.org/source/


Usage: http://www.kk-software.de/kklynxview/get/URL
e.g. http://www.kk-software.de/kklynxview/get/http://www.kk-software.de
Errormessages are in German, sorry ;-)