From aca07f7d11f1ae1cb1495944abfe94571b2b1abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Thu, 24 Oct 2024 00:11:28 +0200 Subject: [PATCH] dev-scheme/racket: format metadata XML MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- dev-scheme/racket/metadata.xml | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/dev-scheme/racket/metadata.xml b/dev-scheme/racket/metadata.xml index 3e1fa2366a153..ae43cd717d1c9 100644 --- a/dev-scheme/racket/metadata.xml +++ b/dev-scheme/racket/metadata.xml @@ -1,19 +1,25 @@ + scheme@gentoo.org Gentoo Scheme Project -==Grow your Program== -Racket's interactive mode encourages experimentation, and quick scripts easily compose into larger systems. Small scripts and large systems both benefit from native-code JIT compilation. When a system gets too big to keep in your head, you can add static types. - -==Grow your Language== -Extend Racket whenever you need to. Mold it to better suit your tasks without sacrificing interoperability with existing libraries and without having to modify the tool chain. When less is more, you can remove parts of a language or start over and build a new one. - -==Grow your Skills== -Whether you're just starting out, want to know more about programming language applications or models, looking to expand your horizons, or ready to dive into research, Racket can help you become a better programmer and system builder. + Grow your Program - Racket's interactive mode encourages + experimentation, and quick scripts easily compose into larger + systems. Small scripts and large systems both benefit from native-code + JIT compilation. When a system gets too big to keep in your head, you + can add static types. Grow your Language - extend Racket whenever you + need to. Mold it to better suit your tasks without sacrificing + interoperability with existing libraries and without having to modify + the tool chain. When less is more, you can remove parts of a language or + start over and build a new one. Grow your Skills - whether you're just + starting out, want to know more about programming language applications + or models, looking to expand your horizons, or ready to dive into + research, Racket can help you become a better programmer and system + builder. https://github.com/racket/racket/issues/ @@ -30,7 +36,9 @@ Whether you're just starting out, want to know more about programming language a Add ncurses support for expeditor (REPL expression editor) - Enable racket/place library for share-nothing parallelism and message-passing communication. Compared to futures, places are heavyweight, but they have a simpler performance model. + Enable racket/place library for share-nothing parallelism and + message-passing communication. Compared to futures, places are + heavyweight, but they have a simpler performance model. Enable support for green threads