aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2022-09-04 16:09:56 +0200
committerMaxime Devos <maximedevos@telenet.be>2022-09-04 16:09:56 +0200
commit722f55ddf899583434c485a9169596034e387593 (patch)
treec51a7c9f5159508ad3067ebf863937a21c0e1890
parent5ead9f92f384b88e4105a8c54c50275249d5f053 (diff)
downloadgnunet-scheme-racket-port.tar.gz
gnunet-scheme-racket-port.zip
doc: Abandon the Racket port for now because of complications.racket-port
* doc/contributing.tm (Building from source): Add a warning on porting problems.
-rw-r--r--doc/contributing.tm9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/contributing.tm b/doc/contributing.tm
index e7b9cae..740bcbf 100644
--- a/doc/contributing.tm
+++ b/doc/contributing.tm
@@ -20,8 +20,13 @@
20 version 3), with the patch from <slink|https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49623> 20 version 3), with the patch from <slink|https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49623>
21 applied <todo|make optional, choice between Racket and Guile> 21 applied <todo|make optional, choice between Racket and Guile>
22 22
23 <item>Optionally, Racket <todo|link, version, finish>, to build the 23 <item>Optionally, Racket, to build the work-in-progress Racket port.
24 Racket port 24
25 <\warning>
26 Racket is currently unsupported, at it only recognises <scm|\|symbol\|>
27 in Racket mode and not in R6RS mode. Once the \<#2018\>r7rs' Racket
28 package is packaged in distributions, the porting can continue.
29 </warning>
25 30
26 <item><hlink|Purely Functional Data Structures in Scheme 31 <item><hlink|Purely Functional Data Structures in Scheme
27 (pfds)|https://github.com/ijp/pfds/> 32 (pfds)|https://github.com/ijp/pfds/>