public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* kawa modules
@ 2024-06-04 12:58 Damien Mattei
  0 siblings, 0 replies; only message in thread
From: Damien Mattei @ 2024-06-04 12:58 UTC (permalink / raw)
  To: kawa mailing list

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]

hello,

i know i can define module in Kawa because all program are modules or class.
When i try R6RS way:

(library (name)

...

it fails:
warning - no declaration seen for library

so i use R7RS and it works:

(define-library (name)

...

i want to write code portable in  RnRS

what is the best solution to use in Kawa , i expected to use R6RS but there
should be no problem with R7RS i'm just surprised as i expected R6RS
available but it seems some other scheme implementation too have upgraded
to R7RS

regards

damien

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-04 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-04 12:58 kawa modules Damien Mattei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).