Difference between revisions of "Racket"

From Free Software Directory
Jump to: navigation, search
(Added Ruby link)
(typo + syntax)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Racket
 
|Name=Racket
|Short description=Programming environment and tools for programming in Racket.
+
|Short description=extensible programming language in the Scheme family
|Full description=Racket consists of DrRacket, Racket and Raco. DrRacket is an interactive programming environment for Racket programming. It includes tools for advanced programmers and teaching tools to make Scheme easier to learn. Racket is the underlying textual interactive program; it is especially useful for lightweight scripting. Raco extends Racket with a graphical interface. Racket extends the language with various constructs for building realistic systems. The distribution includes several useful utilities including a Web server with special support for interactive Web programming.
+
|Full description=Racket is a general-purpose programming language in the Scheme family, with a large set of libraries and a compiler based on Chez Scheme. Racket is also a platform for language-oriented programming, from small domain-specific languages to complete language implementations.
|Homepage URL=http://racket-lang.org/
+
 
|User level=intermediate
+
The main Racket distribution comes with many bundled packages, including the DrRacket IDE, libraries for GUI and web programming, and implementations of languages such as Typed Racket, R5RS and R6RS Scheme, Algol 60, and Datalog.
|Is High Priority Project=No
+
 
|Component programs=DrScheme,MzScheme,MrEd
+
The ''minimal Racket'' distribution includes just enough of Racket for you to use <code>raco pkg</code> to install more. Bundled packages, such as the DrRacket IDE, are not included.
|VCS checkout command=git clone git://git.plt-scheme.org/plt
+
|Homepage URL=https://racket-lang.org/
|Computer languages=C
+
|Version download=https://mirror.racket-lang.org/installers/8.7/racket-8.7-src.tgz
|Documentation note=http://docs.racket-lang.org/
+
}}
|Decommissioned/Obsolete=No
+
{{Project license
|Accepts cryptocurrency donations=No
+
|License=Apache2.0
|Related projects=Bigloo,Bobot++,Chicken,DrScheme,Hobbit,mit-scheme,Scheme_48,SISC
+
|License copyright=https://metadata.ftp-master.debian.org/changelogs//main/r/racket/racket_7.9+dfsg1-2_copyright
|Keywords=Web server,Web authoring,software development,scheme,MzScheme,programming environment,PLT scheme,DrScheme,MrEd
+
|License verified by=Genium
|Version identifier=6.8
+
|License verified date=2022-11-21
|Version date=2017/01/24
+
|License note=https://github.com/racket/racket/blob/master/racket/src/LICENSE-APACHE.txt
|Version status=stable
+
}}
|Version download=https://mirror.racket-lang.org/installers/6.8/racket-6.8-src.tgz
+
{{Project license
|Test entry=No
+
|License=Expat
|Last review by=Bendikker
+
|License copyright=https://metadata.ftp-master.debian.org/changelogs//main/r/racket/racket_7.9+dfsg1-2_copyright
|Last review date=2018/04/17
+
|License verified by=Genium
|Submitted date=2011-04-01
+
|License verified date=2022-11-21
|Is GNU=No
+
|License note=https://github.com/racket/racket/blob/master/racket/src/LICENSE-MIT.txt
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=LGPL
+
|License=LGPL-3.0-or-later
|License verified by=Kelly Hopkins
+
|License copyright=https://docs.racket-lang.org/license/index.html
|License verified date=2010-06-09
+
|License verified by=Genium
 +
|License verified date=2022-11-21
 +
|License note=https://docs.racket-lang.org/license/index.html
 
}}
 
}}
{{Person
+
{{Project license
|Role=Maintainer
+
|License=Other
 +
|License copyright=https://metadata.ftp-master.debian.org/changelogs//main/r/racket/racket_7.9+dfsg1-2_copyright
 +
|License verified by=Genium
 +
|License verified date=2022-11-21
 +
|License note=https://metadata.ftp-master.debian.org/changelogs//main/r/racket/racket_7.9+dfsg1-2_copyright
 
}}
 
}}
{{Resource
+
{{Software category
|Resource audience=Ruby (Ref)
+
|Interface=command-line, web, x-window-system
|Resource URL=https://rubygems.org/gems/racket
+
|Runs-on=Windows, BSD, OS X, GNU/Linux
 +
|Software-development=programming-language
 +
|Use=software-development
 
}}
 
}}
{{Resource
+
{{EntryGNU
|Resource audience=Debian (Ref)
+
|Is GNU=No
|Resource URL=https://tracker.debian.org/pkg/racket
 
 
}}
 
}}
 +
{{Person}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=GitHub
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=http://git.racket-lang.org/plt/
+
|Resource URL=https://github.com/racket/racket/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource audience=GitHub
 
|Resource kind=Bug Tracking
 
|Resource kind=Bug Tracking
|Resource URL=http://bugs.racket-lang.org
+
|Resource URL=https://github.com/racket/racket/issues
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Help
+
|Resource audience=Developer
|Resource kind=Mailing List Subscribe
+
|Resource kind=Download
|Resource URL=http://lists.racket-lang.org/announce/
+
|Resource URL=https://mirror.racket-lang.org/installers/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Wikidata
|Resource kind=Mailing List Subscribe
+
|Resource kind=General
|Resource URL=http://lists.racket-lang.org/dev
+
|Resource URL=https://www.wikidata.org/wiki/Q28975406
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=General
+
|Resource audience=Debian
|Resource kind=Mailing List Subscribe
+
|Resource kind=Developer
|Resource URL=http://lists.racket-lang.org/users
+
|Resource URL=https://tracker.debian.org/pkg/racket
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line, web, x-window-system
+
|Is High Priority Project=No
|Software-development=programming-language
+
|VCS checkout command=git clone https://github.com/racket/racket.git
|Use=software-development
+
|Decommissioned or Obsolete=No
 +
|Related projects=racket-mode
 +
|Version identifier=8.7
 +
|Version date=2022-11-12
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2022-11-21
 +
|Accepts cryptocurrency donations=No
 +
|Test entry=No
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 09:44, 21 November 2022


[edit]

Racket

https://racket-lang.org/
extensible programming language in the Scheme family

Racket is a general-purpose programming language in the Scheme family, with a large set of libraries and a compiler based on Chez Scheme. Racket is also a platform for language-oriented programming, from small domain-specific languages to complete language implementations.

The main Racket distribution comes with many bundled packages, including the DrRacket IDE, libraries for GUI and web programming, and implementations of languages such as Typed Racket, R5RS and R6RS Scheme, Algol 60, and Datalog.

The minimal Racket distribution includes just enough of Racket for you to use raco pkg to install more. Bundled packages, such as the DrRacket IDE, are not included.

Related Projects





Licensing

License

Verified by

Verified on

Notes

License

Apache2.0

Verified by

Genium

Verified on

21 November 2022

License

Expat

Verified by

Genium

Verified on

21 November 2022

Verified by

Genium

Verified on

21 November 2022




Leaders and contributors

Contact(s)Role


Resources and communication

AudienceResource typeURI
WikidataGeneralhttps://www.wikidata.org/wiki/Q28975406
DebianDeveloperhttps://tracker.debian.org/pkg/racket
GitHubBug Trackinghttps://github.com/racket/racket/issues
GitHubVCS Repository Webviewhttps://github.com/racket/racket/
DeveloperDownloadhttps://mirror.racket-lang.org/installers/


Software prerequisites

This entry (in part or in whole) was last reviewed on 21 November 2022.




Entry











"LGPL-3.0-or-later" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.










"GitHub" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"GitHub" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.




Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.